vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Collapsable forums on forum home (https://vborg.vbsupport.ru/showthread.php?t=33961)

dabean 04-29-2002 04:45 PM

Quote:

Originally posted by GamerForums
Now I am confused. I didn't do any of the admin/index.php file changes, but the hack works fine? Check www.gamerforums.com/board for an example. If the admin files aren't required what do they do? Thanks in advance.
This hack doesn't require any changes to be made to admin/index.php and never has. The only admincp file that this hack requires changes to is admin/forum.php.

FleaBag 04-29-2002 05:26 PM

NOW I FEEL STUPID!!!

...I really should learn to read. Thanks mate.
Installed sucessfully on 2.2.5. :)

Khepri 05-11-2002 06:31 PM

I LOVE this mod!!!

I have multiple levels on my forums and have modified my templates quite a bit so they will display like I want them to. The site is http://www.aephirsden.com/forum and when you see it you will see what happens... On my levels where there are the third level I show if you close the first level above it then it only closes what would have been forums under it, so when I have all the first level categories closed, the second level categories still show. I want to close everything under each first level...

I'm gonna be playing with my code to try to fix it but I don't know exactly how you have it working yet ;)

On a final note, I use Linux 2.2.19 and KDE 2.1.2 and my Konquerer will view the page, and when you close a section it covers the sub parts up with what appears to be the background color, but doesn't move them up. Also, if I collapse 2+ of them, then try to uncollapse any of them then it crashes the browser... Kind of a pain during the setup... But it's in now ;) The attached image is the screenshot of my forum currently when viewed under Konquerer.

Khepri

Webmasta XT 05-11-2002 10:14 PM

nice hack, works great!!

dabean 05-12-2002 03:23 AM

Quote:

Originally posted by Khepri
I LOVE this mod!!!

I have multiple levels on my forums and have modified my templates quite a bit so they will display like I want them to. The site is http://www.aephirsden.com/forum and when you see it you will see what happens... On my levels where there are the third level I show if you close the first level above it then it only closes what would have been forums under it, so when I have all the first level categories closed, the second level categories still show. I want to close everything under each first level...

I'm gonna be playing with my code to try to fix it but I don't know exactly how you have it working yet ;)

On a final note, I use Linux 2.2.19 and KDE 2.1.2 and my Konquerer will view the page, and when you close a section it covers the sub parts up with what appears to be the background color, but doesn't move them up. Also, if I collapse 2+ of them, then try to uncollapse any of them then it crashes the browser... Kind of a pain during the setup... But it's in now ;) The attached image is the screenshot of my forum currently when viewed under Konquerer.

Khepri

The collapse problem is due to the html your templates.

Some of the problems you mention are directly related to kde 2.1.x, whilst others are a result of your html.

Finnally there is a problem (not exhibited on your site) with konq its self and the w3c defined function "hasfeature", which isn't fully supported by konq and pretty well unwork aroundable whilst most konquerer users spoof other browsers in the user agent string.

Khepri 05-12-2002 03:45 AM

Quote:

Originally posted by dabean


The collapse problem is due to the html your templates.


Any suggestions on how to modify either the templates or other code to make it collapse second and third levels when I perform the action from the first level.

Khepri

dabean 05-12-2002 11:05 PM

Quote:

Originally posted by Khepri


Any suggestions on how to modify either the templates or other code to make it collapse second and third levels when I perform the action from the first level.

Khepri

Firstly, the *no_post templates should be near uniform. That is "forumhome_forumbit_level2_nopost" should contain.
PHP Code:

<tr id="f$forum[parentid]z$z$fhomeexpandstyle class="cat">
<
td colspan="6">
$expandcontract
<a href="forumdisplay.php?s=$session[s 

inplace of
PHP Code:

<tr id="cat">
<
td colspan="6">
<
a href="forumdisplay.php?s=$session[s 

That "forumhome_forumbit_level3_post" contains.
PHP Code:

<tr id="f$forum[parentid]z$z$fhomeexpandstyle align="center"

in place of
PHP Code:

<tr align="center"


Khepri 05-12-2002 11:36 PM

Ok, did that... same results as what I had before. I'll leave the mod on that portion for now too. Check it out now at http://www.aephirsden.com/forum and go down to the main category of professions, you'll see sub cats, and forums only under the sub cats. If you collapse the main category professions, it hides the bars with the sub cats but leaves all the forums under the sub cats so you really can't tell which sub cat each of the forums is supposed to be under.

I had done this before which is what prompted me to look into this deeper initially.

Khepri

dabean 05-13-2002 12:16 AM

Quote:

Originally posted by Khepri
Ok, did that... same results as what I had before.

The first thing that hit me, is your still using the older javascript.

Khepri 05-13-2002 04:15 AM

Ok, got the new jscript info in there. But it still does the same thing. Sorry about earlier, I thought I had the new script in there but when I took out the old it copied it, then pasted it in again. ::mumbles::

Khepri

dabean 05-13-2002 03:44 PM

Khepri, the forumhome_forumbit_level2_nopost template needs to be modified.

so the first line reads
PHP Code:

<tr id="f$forum[parentid]z$z$fhomeexpandstyle class="cat"

then the forumhome_forumbit_level2_post template needs to be modified to remove the <smallfont>? before $expandcontract

As a example of what happens once said afterations are made, I've grep'd your index page and attached pre modified version to compare against.

Khepri 05-13-2002 10:47 PM

Thanks a TON!!!

They work GREAT!

Khepri

VirtueTech 05-14-2002 05:18 AM

I'm having some problems with this hack on 2.2.5 saving the preferences of a user. It does not write to the "forumviewset" field.

I have read through the readme and this thread looking for answer and I reinstalled. I have updateindex.php in my forums directory, and the other two files in my admin directory. I also made the changes for the Template_options.php

Any ideas?

dabean 05-15-2002 01:30 AM

Quote:

Originally posted by VirtueTech
I'm having some problems with this hack on 2.2.5 saving the preferences of a user. It does not write to the "forumviewset" field.

I have read through the readme and this thread looking for answer and I reinstalled. I have updateindex.php in my forums directory, and the other two files in my admin directory. I also made the changes for the Template_options.php

Any ideas?

Hmm, sounds like the installation is good.

Out of interest what happens when you manually collapse a forum by using the url:

updateindex.php?fid=<forumid>&val=1

CdaKnight 05-15-2002 01:38 AM

I'm having problems getting mine to collapse. I hit the minus, and it doesn't close, Then I notice the javascript error go off in the corner.

the address is: http://forums.yosc.net/index.php

I installed it to the readme, and I updated/added the templates. And where do I add the stuff in the "Template_Options.txt" file go?

Thanks,
CDknight

dabean 05-15-2002 01:55 AM

Quote:

Originally posted by CdaKnight
I'm having problems getting mine to collapse. I hit the minus, and it doesn't close, Then I notice the javascript error go off in the corner.

the address is: http://forums.yosc.net/index.php

I installed it to the readme, and I updated/added the templates. And where do I add the stuff in the "Template_Options.txt" file go?

Thanks,
CDknight

Regarding the template_option, if you don't know what it is then you don't need it. It is provided strictly as option to collapse forums with a heavly modified style.

Moving on to the javascript error, you are not including the required javascript onto the page and acordingly need to modify the forumhome template to include $expandcontractscript. That is if the forumhome_expandjscript template is present. Both of which are discribed in the readme.

VirtueTech 05-15-2002 03:43 PM

Quote:

Originally posted by dabean

Hmm, sounds like the installation is good.

Out of interest what happens when you manually collapse a forum by using the url:

updateindex.php?fid=<forumid>&val=1

I get a blank screen. Seems like it worked.

My "forumviewset" is still set to the default " : " for my userid after I ran updateindex.php

I'm a bit confused here.

dabean 05-15-2002 09:08 PM

Quote:

Originally posted by VirtueTech


I get a blank screen. Seems like it worked.

My "forumviewset" is still set to the default " : " for my userid after I ran updateindex.php

I'm a bit confused here.

Okay, that explains things nicely.

The blank page you recieved means the file was unable to include one of its required files. For this getforumview.php needs to be in the admin directory eg ./admin/getforumview.php.

VirtueTech 05-15-2002 10:16 PM

Quote:

Originally posted by dabean


Okay, that explains things nicely.

The blank page you recieved means the file was unable to include one of its required files. For this getforumview.php needs to be in the admin directory eg ./admin/getforumview.php.

Sadly ... I have both "getforumview.php" and "getbrowser.php" in the /admin directory.

dabean 05-15-2002 11:36 PM

Quote:

Originally posted by VirtueTech


Sadly ... I have both "getforumview.php" and "getbrowser.php" in the /admin directory.

Hmm, find attached a debugging version of updateindex which will echo its output as it goes along. Please tell me the point at which it stops. To use this version remove the .test from the filename and replace the version of updateindex contained in the forum root, and then reattempt to manually collapse a forum as described in the post a further back.

VirtueTech 05-16-2002 02:30 AM

Quote:

Originally posted by dabean
Hmm, find attached a debugging version of updateindex which will echo its output as it goes along. Please tell me the point at which it stops. To use this version remove the .test from the filename and replace the version of updateindex contained in the forum root, and then reattempt to manually collapse a forum as described in the post a further back.
Ok here is what I got:

loading...
Warning: Cannot add header information - headers already sent by (output started at /web/pbc2/beta225/updateindex.php:3) in /web/pbc2/beta225/admin/functions.php on line 1544
included globalincluded requiredforumid or value was not set

Here is Function.php lines:

1543 if ($cookiedomain) {
1544 setcookie($name, $value, $expire, $cookiepath, $cookiedomain, $secure);
1545 } else {
1546 setcookie($name, $value, $expire, $cookiepath, '', $secure);
1547 }

dabean 05-16-2002 02:47 AM

Quote:

Originally posted by VirtueTech


Ok here is what I got:

loading...
Warning: Cannot add header information - headers already sent by (output started at /web/pbc2/beta225/updateindex.php:3) in /web/pbc2/beta225/admin/functions.php on line 1544
included globalincluded requiredforumid or value was not set

<snipped function.php>

Bizare, what version of php?
and what value where you using for <forumid> in the url?

VirtueTech 05-16-2002 02:50 AM

Quote:

Originally posted by dabean


Bizare, what version of php?
and what value where you using for <forumid> in the url?

PHP Version 4.2.0

and

Forumid = 58

/updateindex.php?fid=58&val=1

dabean 05-16-2002 02:59 AM

register globals are on?

VirtueTech 05-16-2002 03:36 AM

Quote:

Originally posted by dabean
register globals are on?
Yes: register_globals = On

Would this cause a problem:
; Magic quotes
magic_quotes_gpc = Off
magic_quotes_runtime= Off
magic_quotes_sybase = Off

VirtueTech 05-16-2002 03:38 AM

FYI: Ok I tried it with quotes_gpc ON and it didn't work still.

VirtueTech 05-16-2002 04:54 AM

Now I restarted my machine, ran updateindex.php again and now it says this:

loading...included globalincluded requiredforumid or value was not set

dabean 05-17-2002 12:28 AM

Try this php4.2.0 tailored version of update index.

The correct result is to recieve the message "done".

Incorrect results will result in "error" being displayed, whilst semi incorrect results will echo back the values entered for forumid and val.

VirtueTech 05-17-2002 01:22 AM

Quote:

Originally posted by dabean
Try this php4.2.0 tailored version of update index.

The correct result is to recieve the message "done".

Incorrect results will result in "error" being displayed, whilst semi incorrect results will echo back the values entered for forumid and val.

Ok now it is writing to the DB but everytime I reload the forumhome the table is still expanded.

I get this on the return from updateindex.php that you sent in the above post for 4.2:

58|:done

dabean 05-17-2002 01:51 AM

Quote:

Originally posted by VirtueTech


Ok now it is writing to the DB but everytime I reload the forumhome the table is still expanded.

I get this on the return from updateindex.php that you sent in the above post for 4.2:

58|:done

Wow, I wasn't expecting that result... (the number portion).

Is this a new installation of the hack, or have you previously had this working under a older version of vbulletin?

Find attached a newer version of the getforumview.php file.. which hopefully should write correct data to the database.

VirtueTech 05-17-2002 01:55 AM

Quote:

Originally posted by dabean

Wow, I wasn't expecting that result... (the number portion).

Is this a new installation of the hack, or have you previously had this working under a older version of vbulletin?

Find attached a newer version of the getforumview.php file.. which hopefully should write correct data to the database.

It is started to install this hack on my database a ways back and never used it.

I installed the new getforumview.php and it is still showing the forumhome tables expanded.

VirtueTech 05-17-2002 01:59 AM

Now this may be a bit unreadable because the code is in beta but here is one of the forumhome tables...keep in mind I am using the Template_options. hack too that adds the "Forum...Posts...Thread...Last Post" to each main section.

PHP Code:

<P><table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
<
tr>
  <
td bgcolor="#444444" width="1"><spacer type="block" width="1" height="1"></td>
  <
td height="20" bgcolor="#637B52" background="/images/fh_2.gif" width="84%" id="cat">&nbsp;&nbsp;<a href="forumdisplay.php?forumid=192"><b>PBC Sponsors Forums</b></a><br><font class="sf" color="#000000"></font></td>
  <
td width="37" height="20"><img src="/images/fh_3.gif" width="37" height="20"></td>
  <
td align="right" valign="middle" nowrap>&nbsp;<a href="#top"><img src="/images/fh_t.gif" border="0" hspace="2" width="34" height="11" style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a><a href="#bottom"><img src="/images/fh_b.gif" border="0" hspace="2" width="34" height="11" style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a><a name=></a> <div id="c192" style="display: inline;visibility: visible;"> <img alt="Collapse" title="Contract Category" src="/images/collapse.gif" onclick="forumexp('192')"></div>
<
div id="e192" style="display: none;visibility: hidden;"> <img alt="Expand" title="Expand Category" src="/images/expand.gif" onclick="forumexp('192')"></div></td>
</
tr>
</
table>
<
table cellpadding="0" cellspacing="0" border="0" bgcolor="#444444"  width="90%" align="center"><tr><td>
    <
table cellpadding="4" cellspacing="1" border="0"  width="100%">
    <
tr id="f192z" align="center">
      <
td bgcolor="#979797" background="/images/pb_bg6.gif" width="19"><font class="sf">&nbsp;</font></td>
      <
td bgcolor="#979797" background="/images/pb_bg6.gif" width="100%" valign="bottom" align="left"><font class="sf" color="#272727"><b>Forum</b></font></td>
      <
td bgcolor="#979797" background="/images/pb_bg6.gif" valign="bottom"><font class="sf" color="#272727"><b>Users</b></font></td>
      <
td bgcolor="#979797" background="/images/pb_bg6.gif" valign="bottom"><font class="sf" color="#272727"><b>Posts</b></font></td>
      <
td bgcolor="#979797" background="/images/pb_bg6.gif" valign="bottom" nowrap><font class="sf" color="#272727"><b>Threads</b></font></td>
      <
td bgcolor="#979797" background="/images/pb_bg6.gif" valign="bottom"><font class="sf" color="#272727"><b>Last Post</b></font></td>
    </
tr><tr id="f192z0"  align="center">
    <
td bgcolor="#dedfdf" background="/images/b.gif" valign="top" width="19"><img src="/images/off.gif" border="0" alt="" width="17" height="21"></td>
    <
td bgcolor="#ECECEC" background="/images/b.gif" align="left" valign="top" width="100%">
        <
table width="100%" cellspacing="0" cellpadding="0">
          <
tr
        <
td width="90%" align="left" valign="top"><a href="forumdisplay.php?forumid=193"><font class="nf"><b>PaintballWatch.com</b></font></a></td>
        <
td width="10%" nowrap align="right" valign="top"><a href="search2.php?action=getlatest&forumid=193"> <img src="/images/pb_5.gif"  border="0" width="11" height="11" hspace="2" alt="Read New Posts since Last Visit" style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a><a href="newthread.php?action=newthread&forumid=193"><img src="/images/pb_7.gif" border="0" width="11" height="11" hspace=2" alt="Create a new Thread topic in this forum" style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a><a href="member2.php?action=addsubscription&forumid=193"><img src="/images/pb_8.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to the Forum to receive updates when new posts are made." style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a></td>
          </tr>
          <tr>
        <td colspan="
2" align="left" valign="top"><font class="sf"></font></td>
          </tr>
        </table>
    </td>
    <td bgcolor="
#dedfdf" background="/images/b.gif"><font class="sf">0</font>
    
<td bgcolor="#ECECEC" background="/images/b.gif"><font class="nf">56</font></td>
    <
td bgcolor="#dedfdf" background="/images/b.gif"><font class="nf">9</font></td>
    <
td bgcolor="#ECECEC" background="/images/b.gif" align="left" nowrap><font class="sf"><a href="showthread.php?goto=lastpost&forumid=193"><img  src="/images/lastpost.gif" border=0 alt="Go to last post" width="13" height="14" style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a04-10-02 <font class="sf" COLOR="#444444">10:14 PM</font><br><font class="sf">by <a href="member.php?action=getinfo&find=lastposter&forumid=193">urza</a></font></font></td>
    <!-- <
td bgcolor="#dedfdf"><font class="sf"></font></td> -->
</
tr><tr id="f192z1"  align="center">
    <
td bgcolor="#dedfdf" background="/images/b.gif" valign="top" width="19"><img src="/images/off.gif" border="0" alt="" width="17" height="21"></td>
    <
td bgcolor="#ECECEC" background="/images/b.gif" align="left" valign="top" width="100%">
        <
table width="100%" cellspacing="0" cellpadding="0">
          <
tr
        <
td width="90%" align="left" valign="top"><a href="forumdisplay.php?forumid=194"><font class="nf"><b>XPaintball.com</b></font></a></td>
        <
td width="10%" nowrap align="right" valign="top"><a href="search2.php?action=getlatest&forumid=194"> <img src="/images/pb_5.gif"  border="0" width="11" height="11" hspace="2" alt="Read New Posts since Last Visit" style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a><a href="newthread.php?action=newthread&forumid=194"><img src="/images/pb_7.gif" border="0" width="11" height="11" hspace=2" alt="Create a new Thread topic in this forum" style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a><a href="member2.php?action=addsubscription&forumid=194"><img src="/images/pb_8.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to the Forum to receive updates when new posts are made." style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a></td>
          </tr>
          <tr>
        <td colspan="
2" align="left" valign="top"><font class="sf"></font></td>
          </tr>
        </table>
    </td>
    <td bgcolor="
#dedfdf" background="/images/b.gif"><font class="sf">0</font>
    
<td bgcolor="#ECECEC" background="/images/b.gif"><font class="nf">62</font></td>
    <
td bgcolor="#dedfdf" background="/images/b.gif"><font class="nf">11</font></td>
    <
td bgcolor="#ECECEC" background="/images/b.gif" align="left" nowrap><font class="sf"><a href="showthread.php?goto=lastpost&forumid=194"><img  src="/images/lastpost.gif" border=0 alt="Go to last post" width="13" height="14" style="filter:alpha(opacity=70);-moz-opacity:0.7" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a04-09-02 <font class="sf" COLOR="#444444">10:55 PM</font><br><font class="sf">by <a href="member.php?action=getinfo&find=lastposter&forumid=194">zman2005</a></font></font></td>
    <!-- <
td bgcolor="#dedfdf"><font class="sf"></font></td> -->
</
tr>    </td></tr></table>
</
td></tr></table


dabean 05-17-2002 02:10 AM

The html looks roughly correct.

When you look at the raw user table in say phpmyadmin does the "forumviewset" column for your? userid have a entry like "57|1:" if it doesn't please try this debugging version of getforumview.php which will output details to help in cureing this bug.

VirtueTech 05-17-2002 02:37 AM

The numbers in "forumviewset" look like this: 59|:192|:

I ran the debugging getforumview.php and ran updateindex.php manually and it output this:

65Array ( [59] => [192] => ) done

However, it did not set any value to "forumviewset" so now it is blank.

pirotess 05-18-2002 11:12 PM

I'm having similar problems to Virtuetech on my board at http://www.shadowedsoul.com/forums.

The interesting thing to me is the hack works perfectly after following along with all the updates to files you've given as of now for 4.2.0 installs when Im not logged in. As soon as I log in I start getting page errors like this when I try to expand or contract.

Line: 563
Char: 1
Error: Object expected
Code: 0
URL: http://www.shadowedsoul.com/forums/index.php?s=<sessionID>

When I manually call

/updateindex.php?fid=6&val=0

and

/updateindex.php?fid=6&val=1

the hack works properly, it just doesnt work when Im trying to click my expand and contract buttons.

Henry-RS 05-27-2002 09:44 PM

It didn't work for me...

Can you supply me with the mysql code that will undo the changes that were made to the database with the cx_install.php file?

dabean 05-27-2002 10:44 PM

Quote:

Originally posted by pirotess
Line: 563
Char: 1
Error: Object expected
Code: 0
URL: http://www.shadowedsoul.com/forums/index.php?s=<sessionID>


the hack works properly, it just doesnt work when Im trying to click my expand and contract buttons. [/B]
That error idicates that the javascript is not being included. Compare the source output of logged in and not logged in to check that is in both cases.


I am aware of some problems still lingering with this hack and php 4.2.x so will be releasing a new version of the complete hack by the end of the week to correct these issues.

Henry-RS:
The SQL is
ALTER TABLE forum DROP collapsed
ALTER TABLE user DROP forumviewset

VirtueTech 05-27-2002 11:57 PM

Thanks Dabean....I'll be anxiously awaiting your next post

pirotess 05-28-2002 12:11 PM

Quote:

Originally posted by dabean

That error idicates that the javascript is not being included. Compare the source output of logged in and not logged in to check that is in both cases.


I am aware of some problems still lingering with this hack and php 4.2.x so will be releasing a new version of the complete hack by the end of the week to correct these issues.

Yep looking at the two sources the javascript is in one but not the other which is interesting since I thought they would both generate off the same templates and php files.

EDIT: Figured out my problem. I slipped up and put my code above the } in the

PHP Code:

if ($bbuserinfo['userid']==0) {
  eval(
"\$unregwelcomemessage = \"".gettemplate('forumhome_unregmessage')."\";");


addition to index.php. Thanks for the lead that helped me track this down.

dabean 06-03-2002 11:35 PM

Updated the zip to include PHP 4.1.x and 4.2.x support.
Also tested this new version on vb2.2.6.

This hack can now safely be used with register globals turned off and has been tested accordingly.

To update from a older version just upload the new files. updateindex.php, getbrowser.php and getforumview.php.

There is no need to re-run the installer, however the installer can now remove the database changes.

Test configurations where
- Apache 1.3.23 + PHP 4.2.0 (freebsd)
- Apache 1.3.17 + PHP 4.1.1 (redhat7)
- IIS5.1 + PHP 4.2.1 (winxp)


All times are GMT. The time now is 12:55 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.01887 seconds
  • Memory Usage 2,001KB
  • 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_php_printable
  • (20)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