Хайд от Вика для 2.3.1

Это совершенно другой хайд, их вообще чёта много расплодилось, только того, который он (и я тоже) ищет нет пока.
Кстати уже давно есть перевод того мода который ты выложил:

<b>Unreal Hide Hack 2.1 For IPB 2.3.0 </b>
<a href="http://ibpower.ru/index.php?automodule=downloads&showfile=415" target="_blank">http://ibpower.ru/index.php?automodule=dow...mp;showfile=415</a>

Судя по последнему посту в его поддержке:
<!--quoteo(post=0:date=26.08.2007 - 17:51:name=Неясыть)--><div class='quotetop'>Цитата(Неясыть @ 26.08.2007 - 17:51)</div><div class='quotemain'><!--quotec-->А нет ли мода, где можно выставить нужное колличество сообщений для 2.3.1? 1.5 WMZ<!--QuoteEnd--></div><!--QuoteEEnd-->
Blaiz его уже видел :)

Вот ещё один:

<b>(OV23) Hidden Messages v1.0</b>
<a href="http://ibpower.ru/index.php?automodule=downloads&showfile=421" target="_blank">http://ibpower.ru/index.php?automodule=dow...mp;showfile=421</a>

<b>P.S. </b>Blaiz хочет адаптировать этот мод:
<a href="http://www.ibresource.ru/forums/index.php?showtopic=45950" target="_blank">http://www.ibresource.ru/forums/index.php?showtopic=45950</a>
 
Если не секрет то как ты это исправил?
<!--quoteo--><div class='quotetop'>Цитата</div><div class='quotemain'><!--quotec-->На версии 2.3.1 у файлах не хватает
<b>class_post.php, topics.php</b>
<!--quoteo--><div class='quotetop'>Цитата</div><div class='quotemain'><!--quotec-->//-----------------------------------------
// Parse HTML tag on the fly
//-----------------------------------------

$this->parser->parse_html = ( $this->forum['use_html'] and $this->ipsclass->cache['group_cache'][ $poster['mgroup'] ]['g_dohtml'] and $row['post_htmlstate'] ) ? 1 : 0;
$this->parser->parse_nl2br = $row['post_htmlstate'] == 2 ? 1 : 0;

$row['post'] = $this->parser->pre_display_parse( $row['post'] );<!--QuoteEnd--></div><!--QuoteEEnd-->
(А нужна $row['post'] = $this->parser->pre_display_parse( $row['post'] );)

<b>./lofiversion/index.php</b>

<!--quoteo--><div class='quotetop'>Цитата</div><div class='quotemain'><!--quotec-->$parser->parse_html = ( $ipsclass->forums->forum_by_id[ $topic['forum_id'] ]['use_html'] and $ipsclass->cache['group_cache'][ $r['mgroup'] ]['g_dohtml'] and $r['post_htmlstate'] ) ? 1 : 0;
$parser->parse_nl2br = $r['post_htmlstate'] == 2 ? 1 : 0;

$r['post'] = $parser->pre_display_parse( $r['post'] );<!--QuoteEnd--></div><!--QuoteEEnd-->
(А нужна $r['post'] = $parser->pre_display_parse( $r['post'] );)

<b>./sources/components_public/profile/posts.php, ./sources/components_public/profile/topics.php</b>
<!--quoteo--><div class='quotetop'>Цитата</div><div class='quotemain'><!--quotec-->$parser->parse_html = ( $this->ipsclass->cache['forum_cache'][ $row['forum_id'] ]['use_html'] and $this->ipsclass->cache['group_cache'][ $member['mgroup'] ]['g_dohtml'] and $row['post_htmlstate'] ) ? 1 : 0;
$parser->parse_nl2br = $row['post_htmlstate'] == 2 ? 1 : 0;

$row['post'] = $parser->pre_display_parse( $row['post'] );<!--QuoteEnd--></div><!--QuoteEEnd-->
А нужна ($row['post'] = $parser->pre_display_parse( $row['post'] );)

<b>rssexport.php</b>

<!--quoteo--><div class='quotetop'>Цитата</div><div class='quotemain'><!--quotec-->$this->parser->parse_html = 0;
$this->parser->parse_nl2br = 1;

$topic['post'] = $this->parser->pre_db_parse( $topic['post'] );
$topic['post'] = $this->parser->pre_display_parse( $topic['post'] );<!--QuoteEnd--></div><!--QuoteEEnd-->
(А нужна $topic['post'] = $this->parser->pre_display_parse( $topic['post'] );)

<b>recent_topics.php</b>
<!--quoteo--><div class='quotetop'>Цитата</div><div class='quotemain'><!--quotec-->//-----------------------------------------
// Format posts
//-----------------------------------------

$this->portal_object['parser']->parse_html = ( $this->ipsclass->cache['forum_cache'][ $entry['forum_id'] ]['use_html'] and $entry['post_htmlstate'] ) ? 1 : 0;
$this->portal_object['parser']->parse_wordwrap = $this->ipsclass->vars['post_wordwrap'];
$this->portal_object['parser']->parse_nl2br = $entry['post_htmlstate'] == 2 ? 1 : 0;

$entry['post'] = $this->portal_object['parser']->pre_display_parse( $entry['post'] );<!--QuoteEnd--></div><!--QuoteEEnd-->
(А нужна $entry['post'] = $this->portal_object['parser']->pre_display_parse( $entry['post'] );)<!--QuoteEnd--></div><!--QuoteEEnd-->
 
не думал что 2.3.х на столько отличается от 2.2.х.........

у меня нету 2.3.х
и чото ставить лениво...
 
так все говорят что почти все моды подходят от этих версий
 
Сверху