MyBB Community Forums

Full Version: remove author, replies, n views on latests threads lists
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to remove this
Last Post: beater
Today 06:51 AM
» Replies: 2
» Views: 47 

in latests threads lists on site/portal.php or sidebox plugin?
make only thread title appear

any idea??

Huh
admin panel >> templates >> active theme templates >> Portal Templates >> portal_latestthreads_thread

find code like below and use html comment tags for it (that is add <!-- at the beginning and --> at the end)
<span class="smalltext"><br />
<a href="{$thread['lastpostlink']}">{$lang->latest_threads_lastpost}</a> {$lastposterlink}<br />
{$lastpostdate} {$lastposttime}<br />
<strong>&raquo; </strong>{$lang->latest_threads_replies} {$thread['replies']}<br />
<strong>&raquo; </strong>{$lang->latest_threads_views} {$thread['views']}
</span>
save the template and check your portal - it should be also changed in the sidebox