PDA

View Full Version : How was this done?


neofootball
10-01-2005, 09:31 PM
Can any member how to add this info to my forum, any help would be appreciated.

Tony G
10-02-2005, 01:13 AM
The screenshot doesn't give me a very good idea on where the hell that line is. :p Need a bigger one of the surroundings. I'd be guessing forumhome?

kall
10-02-2005, 01:37 AM
The screenshot doesn't give me a very good idea on where the hell that line is. :p Need a bigger one of the surroundings. I'd be guessing forumhome?

looks more like forumhome_forumbit_level*_post to me. :)

The actual adding of it is a bit more complicated. I think I did that one one of my early styles.

Boofo
10-02-2005, 02:24 AM
Can you please dig it up so we can see it, sir? It might be useful. ;)

kall
10-02-2005, 02:30 AM
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

<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</div>

Under, add:

<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]">&nbsp;| $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:

<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a></div>

Under, add:

<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]">&nbsp;| $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

:)