vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Put a Column on the RIGHT side of every forum page (https://vborg.vbsupport.ru/showthread.php?t=94495)

tommyxv 02-17-2006 12:32 AM

Quote:

Originally Posted by gonecountry
I just installed the right column I have had the left, the problem I'm having is that they are not algining correctly. Could someone take a look and tell me what I need to correct. I'm hoping I cna get everything over the the left a bit more.

TIA

http://www.mommiesplayground.com

Are you taking about the content inside the boxes on you homepage? If so, try lowering the table padding. 10 is a bit much.

Code:

<table cellpadding=10 width=100%>

Smiry Kin's 02-17-2006 12:53 AM

Quote:

Originally Posted by tommyxv
Are you taking about the content inside the boxes on you homepage? If so, try lowering the table padding. 10 is a bit much.

Code:

<table cellpadding=10 width=100%>

no talking about it totally ++++ing up, lol and going to the bottom, well looks like this hack uninstalled, rather use the template then the hack.

cmiller1014 02-17-2006 05:56 AM

Those who say they have it working "Out of the box" amaze me. I did this on a brand new 3.5.3 board and it is far from working.

GNDI 02-17-2006 11:17 AM

Looks like what I'm looking for, but how do i make it show depended on whish usergroup the given user comes from? f.ex. I don't won't to show the colomn for my paying sponsors, since the sidebar have to contain adbanners.

This most be something whit and if -> show else -> don't

Someone who can help me?

nicedreams 02-17-2006 02:12 PM

Quote:

Originally Posted by GNDI
Looks like what I'm looking for, but how do i make it show depended on whish usergroup the given user comes from? f.ex. I don't won't to show the colomn for my paying sponsors, since the sidebar have to contain adbanners.

This most be something whit and if -> show else -> don't

Someone who can help me?

Search for conidition statements to use.

GNDI 02-17-2006 03:56 PM

Quote:

Originally Posted by nicedreams
Search for conidition statements to use.

And there comes nothing usefull I'm asking this question here, coz I can't php my self.

So please come whit the solution, what do I have to write letter by letter like two year old.

Thanks

nicedreams 02-17-2006 04:15 PM

Quote:

Originally Posted by GNDI
And there comes nothing usefull I'm asking this question here, coz I can't php my self.

So please come whit the solution, what do I have to write letter by letter like two year old.

Thanks

Search feature. Use it.

Put this before both sections of column coding

<if condition="$bbuserinfo['usergroupid'] != 2">

and this after the column coding

</if>

This will not show the column for usergroup 2.

Jim

VBUsers 02-17-2006 09:40 PM

can anyone make a basic template with 2 or 3 options that we can play with?

tommyxv 02-19-2006 05:45 AM

Who-ever is having trouble with it should perhaps just use the on posted on vbulletin.com

http://www.vbulletin.com/forum/showthread.php?t=156775

VBUsers 02-20-2006 03:42 AM

can anyone share the recent topic hack thats scrolls and stops when you hover over it?

b00k 02-21-2006 07:53 PM

is there anything to resolve the indentation issue?

I also notice after thread 4 it shoots the column down to the bottom.

Any ideas on how to resolve these issues?

SlowRoasted 02-22-2006 03:14 AM

There is one too many brackets in your text file on the openning table tag.

b00k 02-22-2006 12:47 PM

Quote:

<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; Links</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#FFFFFF">

<!-- Begin custom code -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<!-- End custom code -->

</td>
</tr>
</table>
<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; Affiliates</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#FFFFFF">

<!-- Begin custom code -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<!-- End custom code -->

</td>
</tr>
</table>
<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; Links </b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#FFFFFF">

<!-- Begin custom code -->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<!-- End custom code -->

</td>
</tr>
</table>
<br />
<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; Sports Network</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#FFFFFF">

<!-- Begin custom code -->
XXXXXXXXXXXXXXXXXX
<!-- End custom code -->

</td>
</tr>
</table>
<br />
can you point out the error?

ffevo 02-22-2006 01:09 PM

That would work for me except i have shadow images on the right and left sodes of my forums
Bebinning of Header
PHP Code:

<!-- logo -->
<
a name="top"></a>
<
table align="center" cellpadding="0" cellspacing="0" border="0">
<
tr>
    <
td align="center" width="8" background="/images/leftbg.gif"></td>
    <
td align="center" valign="top"

End of Footer
PHP Code:

<td width="8" background="/images/rightbg.gif"></td>
</
tr>


</
table

How do i get it to work on mine?

NCDC 03-09-2006 12:09 AM

Just curious if anyone has figured out how to install this without messing up the widths.

DJCobol 03-25-2006 10:43 PM

I need some alignment help if anyone has a few minutes. Here is what mine looks like:
http://michiganspeed.com/djcobol/screen.gif
Any way of getting that to line up evenly?

b00k 03-25-2006 11:03 PM

remove the break

DJCobol 03-25-2006 11:11 PM

Code:

<script type="text/javascript">
<!--
function log_out()
{
        ht = document.getElementsByTagName("html");
        ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        if (confirm('$vbphrase[sure_you_want_to_log_out]'))
        {
                return true;
        }
        else
        {
                ht[0].style.filter = "";
                return false;
        }
}
//-->
</script>

<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt1" width="100%">
                <if condition="is_array($navbits)">
                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr valign="bottom">
                                <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                                <td>&nbsp;</td>
                                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
                        </tr>
                        <tr>
                                <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
                        </tr>
                        </table>                       
                <else />
                        <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
                </if>
        </td>       
       
        <if condition="$show['member']">
       
                <td class="alt2" valign="top" nowrap="nowrap">
                <div class="smallfont">
                        <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
                        <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
                </div>
                </td>
               
        <else />
               
                <td class="alt2" nowrap="nowrap" style="padding:0px">
                       
                <!-- login form -->
                <form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
                <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                <tr>
                        <td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
                        <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                        <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
                </tr>
                <tr>
                        <td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
                        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" accesskey="p" tabindex="102" /></td>
                        <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
                </tr>
                </table>
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="login" />               
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
                <!-- / login form -->
                       
                </td>
               
        </if>       
       
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        <tr align="center">
                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                </if>
                <if condition="$show['registerbutton']">
                        <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
                </if>
                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="http://www.michiganspeed.com/Speedforum/timeslips.php">Timeslips</a></td>
<if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
<if condition="$show['popups']">               
                                <td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </if>
                        <if condition="$show['member']">
                                <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$show['member']">                       
                                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->

<br />
<if condition="$show['forumdesc']">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
        </tr>
        </table>
        <br />
</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="search.php" method="post">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="showposts" value="0" />
                                <input type="hidden" name="quicksearch" value="1" />
                                <input type="hidden" name="s" value="$session[sessionhash]" />
                                <input type="text" class="bginput" name="query" size="20" />&nbsp;$gobutton<br />
                        </form>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
                </tr>
                </table>
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td></tr>
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>

               
                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

        <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                                <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                        </form>
                        </td>
                </tr>
                </table>
        </div>

<!-- / PAGENAV POPUP -->
</if>
<!-- Right Column Code  -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" valign="top">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->

I've tried removing every <br /> in my navbar template and it hasn't fixed it.

b00k 03-25-2006 11:27 PM

remove it from the right side bar top or adcolumn top, whichever youre using.

jokerz 03-29-2006 03:23 PM

At first, I didn't like this right column because I tried to figure out how to get this column under the navbar, not very top next to the header. Finally I figured out, also I wanted to display the column on forum index only - not in every forum page. Now.. This is good column :) Thanks for it.

DJCobol:

From what TSR said. Check very top <br /> in product xml or right side bar codes you have.

ffevo 03-29-2006 07:28 PM

I guess noone can help me?

SaN-DeeP 04-14-2006 09:26 PM

hey amykhar thanks for the release,
I need to try this mod for one of my sites, will this create any problems with custom templates ?

peterska2 04-14-2006 11:13 PM

I can't se it causing any problems SaN-DeeP but I suggest taking a backup of your style first, just in case.

Mastar 04-18-2006 10:48 PM

Quote:

Originally Posted by jokerz
At first, I didn't like this right column because I tried to figure out how to get this column under the navbar, not very top next to the header. Finally I figured out, also I wanted to display the column on forum index only - not in every forum page. Now.. This is good column :) Thanks for it.

DJCobol:

From what TSR said. Check very top <br /> in product xml or right side bar codes you have.


To display only on your forum index

In your header template:
Find:
Code:

$leftcolumn
Replace it with
Code:

<if condition="THIS_SCRIPT == index">$leftcolumn </if>
And in your Footer template:

Find:
Code:

$rightcolumn
Replace it with:
Code:

<if condition="THIS_SCRIPT == index">$rightcolumn</if>

Mastar 04-20-2006 12:40 AM

Quote:

Originally Posted by South Fork
Any suggestions on how modifying the templates to only place the side bar next to the threads and not the header / footer? It would make for a cleaner look overall if the header especially was left alone.

Try using <br /> as many times in your columns.

Mastar 04-20-2006 12:47 AM

Quote:

Originally Posted by NCDC
Just curious if anyone has figured out how to install this without messing up the widths.

Look

Mastar 04-20-2006 12:49 AM

Quote:

Originally Posted by ffevo
I guess noone can help me?

What do you need?

jokerz 04-20-2006 09:42 AM

Quote:

Originally Posted by Mastar
To display only on your forum index

In your header template:
Find:
Code:

$leftcolumn
Replace it with
Code:

<if condition="THIS_SCRIPT == index">$leftcolumn </if>
And in your Footer template:

Find:
Code:

$rightcolumn
Replace it with:
Code:

<if condition="THIS_SCRIPT == index">$rightcolumn</if>

Thanks for doing that but I didn't ask for how to put this hack on forum index only.

I am no longer using this hack because the column was not correct align, it kept over the fixed width or whatever. I've got mine worked.

arossphoto 04-27-2006 03:43 AM

Can you include php files in this column using the standard method recommend in the vB manual?

I've created a plugin to include a php file, and tested it on another test template, but when I put the variable in the right column template nothing happens.

Any suggestions.

Thanks,

Andrew

funinthesun 04-28-2006 06:02 PM

It's ok with the help of another code I found I've been able to do what I wanted.

arindra 05-31-2006 04:05 PM

worked nicely on my test run . dont have anmy problems yet but might return when the forum goes live :)

clicked install ;)

zooki 06-10-2006 10:28 PM

Quote:

Originally Posted by funinthesun
It's ok with the help of another code I found I've been able to do what I wanted.

Please post that information here so others can benefit.

sudn3sc3d 06-10-2006 10:59 PM

hey is there like a opotions where we can edit this i dont know how 2 edit this and put like my pics and stuff can u please tell me.

Lonny 06-12-2006 10:25 AM

works for me, I'm using 3.5.4

Great plugin, please make it easier to edit content.

peterska2 06-12-2006 11:33 AM

to edit the content, you need to edit the right_column template

masterross 06-16-2006 06:16 PM

hello,

i have problem with right colunm in showthread.php
check the attached pic
it shrink the thread table and leave distance in both sides!

please help me to fix that

thanks!!
Ross

Mythotical 06-20-2006 06:00 AM

masterross: move the code from your header to the navbar, depending on how your style is setup, if you have forum description in the navbar, put the code right before that. Then it will be fixed.

masterross 06-20-2006 07:46 AM

Quote:

Originally Posted by Mythotical
masterross: move the code from your header to the navbar, depending on how your style is setup, if you have forum description in the navbar, put the code right before that. Then it will be fixed.

This not fix the problem.
It just move column down.
the thread/posts are still shrinked

any other ideas?
thanks

masterross 06-20-2006 07:59 AM

here it is the result:

masterross 06-20-2006 08:00 AM

but should be look like this:


All times are GMT. The time now is 11:18 AM.

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.01788 seconds
  • Memory Usage 1,921KB
  • 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
  • (11)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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