vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Right (or left) side bar on forumhome (https://vborg.vbsupport.ru/showthread.php?t=89246)

tnguy3n 05-31-2004 10:00 PM

Right (or left) side bar on forumhome
 
Desciption: This mod will add a right side bar (or left side bar) or divide the forum home into two columns. One with main forum info and additional ones for whatever info you want to add to. For my hack, the addtional column contains guest message, forum stats, user birthday, upcoming event and 1 custom cell.

Installation time: 5-10 mins
Template mod: 1
- FORUMHOME

Requested by exesko here


If you want to make your custom cell(s) collapsable, REPLACE:
HTML Code:

<tbody>
        <tr>
                <td class="thead">
                        Your custom cell.
                </td>
        </tr>
</tbody>
<tbody>
        <tr>
                <td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
        </tr>
</tbody>

WITH:
HTML Code:

<tbody>
        <tr>
                <td class="thead">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
                        Your custom cell.
                </td>
        </tr>
</tbody>
<tbody>
        <tr>
                <td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
        </tr>
</tbody>

------
Click install if you use it. ;)

tnguy3n 06-01-2004 09:08 PM

screenshot for left colummn.

Tony G 06-02-2004 04:57 AM

Great mod. Thank you for releasing this. :)

skinvb 06-02-2004 08:05 AM

Must be click INSTALL .Good Jobs ,man

WoodiE 06-11-2004 02:27 PM

I receive this error after trying to get the right menu to work:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/rcnitro/public_html/forum/index.php(420) : eval()'d code on line 143

-Michael

tnguy3n 06-11-2004 04:18 PM

which one you install on your board? right or left one?
make sure to check carefully whether your code is placed properly in those <if>...</if> conditions. ;)

imported_Sean 06-17-2004 06:34 PM

Quote:

Originally Posted by WoodiE55
I receive this error after trying to get the right menu to work:


Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/rcnitro/public_html/forum/index.php(420) : eval()'d code on line 143


-Michael

yes I got the same error, and I did everything the exact way that the instruction told, i don't know.

tnguy3n 06-18-2004 09:36 AM

but which one did you install thou?! right or left side bar?

Nitesh 06-18-2004 11:58 AM

I get the same error on the right side bar :S

tnguy3n 06-20-2004 11:27 PM

I know what's wrong. Missed out the 2 tags
HTML Code:

</tbody>
</if>

I tested it on my test board and worked fine now.

*updated attachment*

MegaHertz 06-20-2004 11:45 PM

Very nice might have to try this out. :D

Creative210 06-26-2004 06:53 AM

Thanks so much!

Grounds_Network 07-04-2004 07:00 PM

I ran into a little problem that might also happen to other people

For some people the tables sizes in thread may be changed, so to fix this if you can't figure it out.

First Take this out of the bottom of the navbar Template
PHP Code:

<table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">
<
tr>
<
td

Then edit the FORUMHOME Template and find

PHP Code:

$navbar 

Under That Add

PHP Code:

<table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">
<
tr>
<
td



because it is in FORUMHOME now the mod will only edit the index and not any other pages.





Edit: And yet I got another thing you can change to make the homepage better. :P

when you install this mod at the bottom of the forum home you will notice that the "Current Active Users" table and all other tables below that have been resized. And if you are like me you want them to strech the hole way. So heres what you do.

In the FORUMHOME temple Find
PHP Code:

<br />
<
br />

<!-- 
what's going on box --> 

And Above that add the tables for the sidebar

PHP Code:

</td>
<
td width="20%" valign="top">
<!-- 
what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
    <if condition="$show['
guest']">
    <!-- guest welcome message -->
    <tr>
        <td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
    </tr>
    <tr>
        <td class="alt1">
            <phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
        </td>
    </tr>
    <!-- / guest welcome message -->
    </if>
    <tr>
        <td class="thead">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
            <img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0"  width="20" height="20" align="center" />&nbsp;<phrase 1="$vboptions[bbtitle]">Forum Stats</phrase></td>
    </tr>
</thead>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <tr>
        <td class="alt1" width="100%">
        <div class="smallfont">
            <div>$vbphrase[threads]: $totalthreads<br />                 $vbphrase[posts]: $totalposts<br />
            $vbphrase[members]: $numbermembers</div>
            <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
        </div>
        </td>
    </tr>
</tbody>
<if condition="$show['
birthdays']">
<!-- today'
s birthdays -->
<
tbody>
    <
tr>
        <
td class="thead">
            <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
            <
a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]border="0" width="20" height="20" align="center" /></a>&nbsp;$vbphrase[todays_birthdays]
        </
td>
    </
tr>
</
tbody>
<
tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <
tr>
        <
td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </
tr>
</
tbody>
<!-- 
end today's birthdays -->
</if>
<if condition="$show['
upcomingevents']">
<tbody>
    <tr>
        <td class="thead">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
            <if condition="$show['
todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]"><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" width="20" height="20" align="center" /></a>&nbsp;$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
    <tr>
        <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
    </tr>
</tbody>
</if>
<tbody>
    <tr>
        <td class="thead">
            Your custom cell.
        </td>
    </tr>
</tbody>
<tbody>
    <tr>
        <td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
    </tr>
</tbody>
</table>
</td>
</tr>
</table> 


tnguy3n 07-05-2004 05:17 PM

Your fix is for right side bar, ain't it? well, I tested on my test board in both IE & Firefox browsers and didn't see any difference for where you put those HTML tags, but yeah i put all those tags in forumhome for the the left side bar. ;) thanks for pointing it out those. :)

Grounds_Network 07-05-2004 08:37 PM

Yea, they are for left side bar, but you'd have to be stupid not to know how to use then for left :/

The second was a little fix, because some people like the forums to look a certain way. Like my usersonline at the bottom were changed to be the same size as all the forum content for the index, but with the code moved it alows the usersonline thing to strech all the way across.

You should post this hack on vB.org, alot of people are requesting it.

motochick 09-10-2004 08:50 PM

Thank you!

I am a total novice and I managed to get it on my forum (and with adding some tweaks to it too) :) Great directions.

One more thing... how do I get the sidebar to show up on the rest of the forum pages (like when somebody clicks a thread) ?

Thanks!

spence2 09-13-2004 03:27 AM

Thank you! Worked like a charm. (vB3.03)

jons5150 09-26-2004 04:28 AM

Nice work. I've been around 3 years now, and I finally got one to work!!!

Thanks...

AngelGrove 10-04-2004 05:38 PM

Well it works good enough for me, I am not that great with HTML so the Custom Cell is a bit hard to work with, but I got it well enough, good mod. Click's install.

- AngelGrove

Emil 10-20-2004 08:39 AM

Great :)

Is there anyway I can get this sidebar on every page of the forum instead of just the forumhome? Would appreciate that. Thanks

SaN-DeeP 10-20-2004 09:50 PM

can someone share the code/idea on how-to acheive the sidebar on forumdisplay pages too ?

Regards,

tnguy3n 10-28-2004 10:33 PM

Quote:

Originally Posted by san-deep
can someone share the code/idea on how-to acheive the sidebar on forumdisplay pages too ?

Regards,

I got code hack works for forumdisplay, didn't try with template yet. Maybe I can play around with it this weekend.

peterska2 10-28-2004 10:58 PM

It's easy enough to do on forumdisplay, it's showthread that I have problems with.

Brad 10-29-2004 05:02 AM

The you must remove the spacers in the postbit template so it can work with showthread. You'll notice that search pages also suffer from the same problem (when you display results as posts).

I have a sidebar working on my board on a private style that works, but I had to remove the spacers. This makes all posts load in the same table, and also means one streched out post messes them all up.

ZoNe|GsT 11-02-2004 12:12 AM

I just installed this mod, worked like a charm.

Only thing buggin me is it's a bit misaligned, any solutions for this?
www.sportstalktexas.com is the site. notice how the side bar is a bit higher then the forums.

Also anyone know how to add a log in box, welcome back message/Private message link box, something similar to www.namepros.com?

Thanks

*Clicks Install

pkay 11-08-2004 12:11 AM

Can you tell me how to install this mod if using V3.0.3

thanks'

NSeXcellent 11-11-2004 12:41 PM

Looks nice, but i'm having to figure out how to fix the problem of your forum and right/left sidebar being a few px narrower than your navbar. If you look closely you can see in your attachments that its narrower. You can't take out the <cellpadding="$stylevar[cellpadding]"> value because that takes out the space between the main forum and the sidebar.

ibeblunt 11-23-2004 12:29 AM

Can anyone help me with my left column. The problem is that it stretchs out too far.

http://ads.sohh.com/forums/

Any help would be appreciated.

R-C 11-27-2004 08:18 PM

As a couple of other people have asked in this thread, how would i go about duplicating this on all pages? Thing is i need to have an advert on the right hand side, but i want it to be in between the header and footer like it is on this hack.

rth 11-28-2004 01:16 AM

Quote:

Originally Posted by Mr Stupid
As a couple of other people have asked in this thread, how would i go about duplicating this on all pages? Thing is i need to have an advert on the right hand side, but i want it to be in between the header and footer like it is on this hack.


I would like this, also.

Roger

oldfan 12-06-2004 01:15 AM

I really like this idea, but I dunno how the add more custom cell :(
I'd like to add Currently Active Users, Who's in Chat?, bbs.metallifukinca.com Statistics and Tracker Statistics.
you can see what i'm talking about @ http://bbs.metallifukinca.com/index.php?
All that info gets lost at the bottom of the page.
Could someone help me out please?

thanks

oldfan 12-07-2004 01:18 PM

Quote:

Originally Posted by oldfan
I really like this idea, but I dunno how the add more custom cell :(
I'd like to add Currently Active Users, Who's in Chat?, bbs.metallifukinca.com Statistics and Tracker Statistics.
you can see what i'm talking about @ http://bbs.metallifukinca.com/index.php?
All that info gets lost at the bottom of the page.
Could someone help me out please?

thanks


bump

oldfan 12-11-2004 01:28 AM

anyone please ?

oldfan 12-12-2004 04:58 AM

Quote:

Originally Posted by oldfan
anyone please ?

last time?

tnguy3n 12-12-2004 02:28 PM

Sorry for the late response, i haven't been on this site for so long.
Anyway, to add another custom cell, FIND:
HTML Code:

<tbody>
        <tr>
                <td class="thead">
                        Your custom cell.
                </td>
        </tr>
</tbody>
<tbody>
        <tr>
                <td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
        </tr>
</tbody>

BELOW IT, ADD:
HTML Code:

<tbody>
        <tr>
                <td class="thead">
                        Some Header Text
                </td>
        </tr>
</tbody>
<tbody>
        <tr>
                <td class="alt1" width="100%"><div class="smallfont">Some texts go here.</div></td>
        </tr>
</tbody>

check my first post for update on collapsable of your custom cell(s).

imported_lochie 12-12-2004 09:58 PM

How would I add the latest 5 posts to my side bar? Not the full posts if possible, maybe just the first 100 characters or so?

oldfan 12-13-2004 12:55 AM

np tnguy3n
HOw would I remove my stats and other info it the bottom of my forums?
Just cut it out of the forumhome and paste it into the right/letf bar?

Quote:

Originally Posted by tnguy3n
Sorry for the late response, i haven't been on this site for so long.
Anyway, to add another custom cell, FIND:
HTML Code:

<tbody>
        <tr>
                <td class="thead">
                        Your custom cell.
                </td>
        </tr>
</tbody>
<tbody>
        <tr>
                <td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
        </tr>
</tbody>

BELOW IT, ADD:
HTML Code:

<tbody>
        <tr>
                <td class="thead">
                        Some Header Text
                </td>
        </tr>
</tbody>
<tbody>
        <tr>
                <td class="alt1" width="100%"><div class="smallfont">Some texts go here.</div></td>
        </tr>
</tbody>

check my first post for update on collapsable of your custom cell(s).


oldfan 12-16-2004 04:16 AM

would it help if I posted my forumhome template?

oldfan 12-17-2004 01:31 AM

If someone could help me and my tracker, chatroom and other info blocks to the sidebar blocks. I would be greatful, I'll throw in $5.00 for you troubles.
I know it ain't much, but its better then nothing :)

thanks

oldfan 12-17-2004 01:32 AM

Quote:

Originally Posted by oldfan
If someone could help me and my tracker, chatroom and other info blocks to the sidebar blocks. I would be greatful, I'll throw in $5.00 for you troubles.
I know it ain't much, but its better then nothing :)

thanks

doh I forgot my FORUMHOME template :p

Quote:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<if condition="$show['guest']">
<!-- guest welcome message -->
<tr>





<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>








<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
<!-- / guest welcome message -->
</if>







<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
$forumbits
<tbody>
<tr>
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
&nbsp; &nbsp;
<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
</strong></div></td>
</tr>
</tbody>
</table>
<!-- /main -->

<br />
<br />

<!-- what's going on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">$vbphrase[whats_going_on]</td>
</tr>
</thead>
<if condition="$show['loggedinusers']">









<!-- logged-in users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
<a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
<tr>
<td class="alt2"><a href="online.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
<div>$activeusers</div>
</div>
</td>
</tr>


</tbody>

<tr>
<td class="thead" colspan="2">
<a href="http://bbs.metallifukinca/FlashChat/flashchat.php">Who's in Chat?</a>
</td>
</tr>
<tr>
<td class="alt2"><a href="online.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="Who's in chat?" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">

$chatwho
</div>
</td>
</tr>



</tbody>
<!-- end logged-in users -->




</if>



<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
</div>
</td>
</tr>
</tbody>
<!-- tracker stats -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_trackerstats')"><img id="collapseimg_forumhome_trackerstats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_trackerstats].gif" alt="" border="0" /></a>
<phrase 1="Tracker">$vbphrase[x_statistics]</phrase>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_trackerstats" style="$vbcollapse[collapseobj_forumhome_stats]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="Tracker">$vbphrase[x_statistics]</phrase>" border="0" /></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div><b><u>Please login on the forum to make your ip recognized by the tracker !</b></u></div>

<br>
<div><b>Tracker:</b> $announce_url</div>
<div><b>Torrents:</b> $torrents torrents ($files total files) </div>
<div><b>Speed:</b> $speed</div>
<div><b>Share ratio:</b> $ratio</div>
<div><b>Peers:</b> $peers ($seeders seeders and $leechers leechers)</div>
</div>
</td>
</tr>
</tbody>
<!-- end tracker stats -->

<if condition="$show['birthdays']">
<!-- today's birthdays -->

<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
$vbphrase[todays_birthdays]
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
<tr>
<td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
</tr>
</tbody>
<!-- end today's birthdays -->
</if>
<if condition="$show['upcomingevents']">
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
<if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
<tr>
<td class="alt2"><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
</tr>
</tbody>
</if>
</table>
<br />
<!-- end what's going on box -->

<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
<td>
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
</tr>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
<td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
</tr>
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
</tr>
</table>
</td>
<if condition="!$show['guest']">
<!-- member logout -->
<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
<!-- end member logout -->
</if>
</tr>
</table>
<!-- / icons and login code -->

$footer
</body>
</html>




All times are GMT. The time now is 04:46 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.01572 seconds
  • Memory Usage 1,951KB
  • 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
  • (7)bbcode_html_printable
  • (5)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete