MyBB Community Forums

Full Version: Forum icons help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2016-09-20, 01:02 AM)sterg Wrote: [ -> ]Now,all that's been left to be fixed is to remove the thread/posts right next to the title..

Find:

<div class="fbittext"><strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<span class="responsiveshow fbittooltip">{$lang->forumbit_threads}: {$threads}{$unapproved['unapproved_threads']} {$lang->forumbit_posts}: {$posts}{$unapproved['unapproved_posts']}</span></div>

and replace it with:

<div class="fbittext"><strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}</div>
(2016-09-20, 01:07 AM)Ashley1 Wrote: [ -> ]
(2016-09-20, 01:02 AM)sterg Wrote: [ -> ]Now,all that's been left to be fixed is to remove the thread/posts right next to the title..

Find:

<div class="fbittext"><strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<span class="responsiveshow fbittooltip">{$lang->forumbit_threads}: {$threads}{$unapproved['unapproved_threads']} {$lang->forumbit_posts}: {$posts}{$unapproved['unapproved_posts']}</span></div>

and replace it with:

<div class="fbittext"><strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}</div>
Thank you so much man!  Big Grin
Pages: 1 2