vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How was this done? (https://vborg.vbsupport.ru/showthread.php?t=97310)

neofootball 10-01-2005 08:31 PM

How was this done?
 
1 Attachment(s)
Can any member how to add this info to my forum, any help would be appreciated.

Tony G 10-02-2005 12: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 12:37 AM

Quote:

Originally Posted by Tony G
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 01:24 AM

Can you please dig it up so we can see it, sir? It might be useful. ;)

kall 10-02-2005 01:30 AM

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

:)


All times are GMT. The time now is 10:12 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01577 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete