Quote:
Originally Posted by Boofo
Can you please dig it up so we can see it, sir? It might be useful. 
|
But a repeat of Charmed is about to start!
*looks around helplessly*
Alrighty then, for you.
Okey dokey.
In forumhome_forumbit_level1_nopost, find
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</div>
Under, add:
HTML Code:
<if condition="$forum[link] == ''"><div><div style="padding: 2px;"></div>
<table class="nzbouter" cellpadding="4" cellspacing="0">
<tbody><tr>
<td class="nzbforumbit"><div class="smallerfont" align="left" style=" white-space: nowrap;">
<div style="float: right;"> <if condition="$show['browsers']"><phrase 1="$forum[browsers]"> | $vbphrase[x_viewing]</phrase></if></div><strong>Forum Info:</strong> $vbphrase[threads]: $forum[threadcount] - $vbphrase[posts]: $forum[replycount] <if condition="$vboptions['showmoderatorcolumn']"><if condition="$forum[moderators] == ''"><else />- $vbphrase[moderators]: $forum[moderators]</if></if>
</div>
</td>
</tr>
</tbody></table></div></if>
In forumhome_forumbit_level1_post, find:
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a></div>
Under, add:
HTML Code:
<if condition="$forum[link] == ''"><div><div style="padding: 2px;"></div>
<table class="nzbouter" cellpadding="4" cellspacing="0">
<tbody><tr>
<td class="nzbforumbit"><div class="smallerfont" align="left" style=" white-space: nowrap;">
<div style="float: right;"> <if condition="$show['browsers']"><phrase 1="$forum[browsers]"> | $vbphrase[x_viewing]</phrase></if></div><strong>Forum Info:</strong> $vbphrase[threads]: $forum[threadcount] - $vbphrase[posts]: $forum[replycount] <if condition="$vboptions['showmoderatorcolumn']"><if condition="$forum[moderators] == ''"><else />- $vbphrase[moderators]: $forum[moderators]</if></if>
</div>
</td>
</tr>
</tbody></table></div></if>
I can't be arsed pulling the css variables out of the xml, so if you really want them:
http://www.vbulletin.com/forum/showthread.php?t=137522