Otwórz: admin/applications/forums/sources/classes/forums/class_forums.php
Znajdź:
$forum_data['last_topic_title'] = "<a href='" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "showtopic={$forum_data['last_id']}&view=getnewpost", 'public' ), $forum_data['seo_last_title'], 'showtopic' ) . "' title='" . $this->lang->words['tt_gounread'] . ": {$forum_data['full_last_title']}'>{$forum_data['last_title']}</a>";
Zamień na:
$forum_data['last_topic_title'] = "<a href='" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "showtopic={$forum_data['last_id']}&view=getnewpost", 'public' ), $forum_data['seo_last_title'], 'showtopic' ) . "' title='" . $this->lang->words['tt_gounread'] . ": {$forum_data['full_last_title']}'>".IPSText::getTextClass( 'bbcode' )->preDbParse($forum_data['last_title'])."</a>";
Zapisz zmiany i gotowe.
Tutorial wykonany dla IPSBeyond.pl. Zabrania się kopiowania i rozpowszechniania bez zgody i wiedzy autora
Ten post został wypromowany na artykuł




















