2012-01-21, 11:54 PM
2012-01-22, 12:23 AM
In forumbit_depth2_forum, find this:
Move {$forum['description']} right after {$forum['name']}</strong></a>.
So it should look like this:
There ya go!
<a href="{$forum_url}"><strong>{$forum['name']}</strong></a> {$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
Move {$forum['description']} right after {$forum['name']}</strong></a>.
So it should look like this:
<a href="{$forum_url}"><strong>{$forum['name']}</strong></a> {$forum['description']} {$forum_viewers_text} <div class="smalltext">{$modlist}{$subforums}</div>
There ya go!
2012-01-22, 01:11 AM
Thanks! Worked perfectly!
2012-01-22, 01:50 AM
Glad I could help!