vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - [YUI] Tabbed Forum Home (https://vborg.vbsupport.ru/showthread.php?t=197871)

SteamyLightning 12-03-2008 08:20 AM

Tried to edit the level1 templates:

The following error occurred when attempting to evaluate this template:

Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3763) : eval()'d code on line 1

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

And when I tried all the edits, I get this error:

Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code on line 1
Repeated several times.

rapidphim 12-03-2008 08:34 AM

Bob, can you upgrade this one for 3.8.x?

s810car 12-03-2008 09:24 AM

Excellent been waiting for this :D

Since its still in Beta, i'll fire up the home server and check it out see how it runs on 3.7.2

Doom Stone 12-03-2008 09:30 AM

Was a long time coming but it's worth it, thanks a lot for the work on this guys.

Mesohu 12-03-2008 10:11 AM

Can I install it or I must wait for the fix ?

lowey 12-03-2008 11:13 AM

With me the following error occurred when attempting to evaluate the forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post templates:

Code:

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3772) : eval()'d code (Zeile 1)

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.


After ignoring the warnings, I get the following output when trying to access FORUMHOME:

Code:

Warnung: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code (Zeile 1)

I'm using vBulletin 3.7.4 Patch Level 1. :(

Mesohu 12-03-2008 11:29 AM

lowey , I think that we must wait for the thix.

ArnyVee 12-03-2008 11:38 AM

I would wait. I know that KingK stated last night that he'd be working on it throughout the morning hours :)

So, hopefully we'll hear something soon. :D

SteamyLightning 12-03-2008 11:53 AM

Quote:

Originally Posted by Mesohu (Post 1677711)
lowey , I think that we must wait for the thix.

You can run it without the fix, as it still works.

I'm in the exact same boat as lowey (pretty much the same errors), and I just turned off error reporting for functions_forumlist, and used it as normal. It's not ideal, but it works.

ThomasR 12-03-2008 02:09 PM

I also have the same error message on editing the two forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post
Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3729) : eval()'d code on line 1
On a fresh & clean install of the 3.7.3 PL1 (the version I have on my production server.
Anyway, it's working and it's cool! Waiting for the fix and congratulation again for this nice plugin!

But I have a question about the modules:
- will it be possible to have a product content inside a tab (like Flashchat, or a shoutbox?)
- will it be possible to display parts of VB stuff like all the albums lists or last album content uploads?
- will it be possible to have a custom HTML/php page with our own content (like a special announcement for a contest, etc...)
- will it be hard for non professional coders to create such modules?

Thanks again!

Megatr0n 12-03-2008 02:18 PM

Question:

Will this be updated to be compatible with 3.8 when it goes Gold?

bobster65 12-03-2008 02:36 PM

Quote:

Originally Posted by ThomasR (Post 1677786)
I also have the same error message on editing the two forumhome_forumbit_level1_nopost and forumhome_forumbit_level1_post
Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3729) : eval()'d code on line 1
On a fresh & clean install of the 3.7.3 PL1 (the version I have on my production server.
Anyway, it's working and it's cool! Waiting for the fix and congratulation again for this nice plugin!

But I have a question about the modules:
- will it be possible to have a product content inside a tab (like Flashchat, or a shoutbox?)
- will it be possible to display parts of VB stuff like all the albums lists or last album content uploads?
- will it be possible to have a custom HTML/php page with our own content (like a special announcement for a contest, etc...)
- will it be hard for non professional coders to create such modules?

Thanks again!

Hopefully KK is on it (fixing the error) ... not sure why everyone is getting it.. We have it installed on multiple sites and have never seen it, so maybe there is something wrong with the template edits in the instructions.. at any rate, we'll get it fixed asap..

to answer your Modules Questions...

Quote:

- will it be possible to have a product content inside a tab (like Flashchat, or a shoutbox?)
Yes, however a content module will have to be created to do this. In the 2 cases you mentioned, there are multiple ways to pull this off. We will be releasing more info on Modules soon.

Quote:

- will it be possible to display parts of VB stuff like all the albums lists or last album content uploads?
Yes, I already have released multiple content modules with my AJAX Tabs Modification and they all work just fine with this modification. I will be adding released content modules in post 5 of this thread soon (you can always download them from the AJAX Tabs Mod in the mean time). Released Content files include recent threads, news, albums, Blogs etc...

Quote:

- will it be possible to have a custom HTML/php page with our own content (like a special announcement for a contest, etc...)
Yes, this is really easy.. just create your custom HTML or PHP file and upload it as a module. Can't get any easier than that.

Quote:

- will it be hard for non professional coders to create such modules?
yes and no .. just depends on your level of expertise. As I mentioned above, you can do something as simple as a basic HTML file or as complex as you want via php. We plan to release as many different types of Content Modules and we also encourage members to release their own.

s810car 12-03-2008 02:37 PM

I think the 2nd arguement thing was missing a parenthesis, i got it to save by putting brackets like so (took out the quotes in forumid as well, which may or may not be correct)
HTML Code:

<if condition="(THIS_SCRIPT == 'indexTAB' AND (in_array($forum[forumid], $GLOBALS[tabcats]) OR in_array('all', $GLOBALS[tabcats]))) OR (THIS_SCRIPT == 'forumdisplay')">
Doesn't mean it worked though :( still got the encoding error

bobster65 12-03-2008 02:37 PM

Quote:

Originally Posted by Megatr0n (Post 1677792)
Question:

Will this be updated to be compatible with 3.8 when it goes Gold?

We have it installed and running on 3.8.0 beta 3 right now ( http://www.smnlikdat.org/forum.php)

Tianuc 12-03-2008 03:22 PM

Quote:

Originally Posted by s810car (Post 1677804)
I think the 2nd arguement thing was missing a parenthesis, i got it to save by putting brackets like so (took out the quotes in forumid as well, which may or may not be correct)
HTML Code:

<if condition="(THIS_SCRIPT == 'indexTAB' AND (in_array($forum[forumid], $GLOBALS[tabcats]) OR in_array('all', $GLOBALS[tabcats]))) OR (THIS_SCRIPT == 'forumdisplay')">
Doesn't mean it worked though :( still got the encoding error

Thank you, the template does not prompt an error. IE there is an error.

HTML Code:

Error:Dispacher: Script Execution Error ([object Error])
https://vborg.vbsupport.ru/external/2008/12/107.jpg

SPARKS MAN 12-03-2008 03:46 PM

Thanks
its very good idea I'll try it
Mark as install

s810car 12-03-2008 04:42 PM

Quote:

Originally Posted by Morsolo (Post 1677568)
Ok, I have reverted my site 'till just before mod installation and it appears something in the includes/class_yui.php is causing the Encoding Error.

Since you mentioned that, i checked the file I got and it has one line around line 36 saying
PHP Code:

$tabID 

and then empty space that line, I assume there's something to be there?

Megatr0n 12-03-2008 04:57 PM

Quote:

Originally Posted by bobster65 (Post 1677805)
We have it installed and running on 3.8.0 beta 3 right now ( http://www.smnlikdat.org/forum.php)

OK, but Beta and RC versions can change accordingly. So, if there are changes in the final version which, would prevent this version of the hack functioning properly. Will, you update the hack?

ThomasR 12-03-2008 06:06 PM

Bobster65: Thank you very much for these answers and the time you devote for us. I will check the other modules for the previous version and try to upload an html page (no header / footer, just html content I guess :)

Edit:
I just tried to upload a XML file with just this content as a module, and as you may guess, it's not working :)
Code:

<div align="center">This is a<strong> HTML</strong> test!
</div>

Edit2:
I checked an existing module and edited to:
Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<modules>
        <module>
                <name>test html</name>
                <file><div align="center">This is a<strong> HTML</strong> test!</div></file>
                <cache>false</cache>
        </module>
</modules>

Without <file></file>, I have a database error on the import process :) Witht these tags, I can import the module, I have the tab, but an empty content.
Can you post a short sample, if you have the time (not a priority at all for me!) Thanks!

Hugo Holbling 12-03-2008 07:13 PM

I get the same error and will wait to see if someone smarter than me can figure it out but I just wanted to say thanks to Bob and KK for their hard work on this. :)

King Kovifor 12-03-2008 07:15 PM

Quote:

Originally Posted by s810car (Post 1677804)
I think the 2nd arguement thing was missing a parenthesis, i got it to save by putting brackets like so (took out the quotes in forumid as well, which may or may not be correct)
HTML Code:

<if condition="(THIS_SCRIPT == 'indexTAB' AND (in_array($forum[forumid], $GLOBALS[tabcats]) OR in_array('all', $GLOBALS[tabcats]))) OR (THIS_SCRIPT == 'forumdisplay')">
Doesn't mean it worked though :( still got the encoding error

I am working on a fix for this now. I may need some help testing it.

Quote:

Originally Posted by s810car (Post 1677873)
Since you mentioned that, i checked the file I got and it has one line around line 36 saying
PHP Code:

$tabID 

and then empty space that line, I assume there's something to be there?

You may remove that, tabID isn't set through PHP and I'm not sure how it got in there. :)

Quote:

Originally Posted by ThomasR (Post 1677935)
Bobster65: Thank you very much for these answers and the time you devote for us. I will check the other modules for the previous version and try to upload an html page (no header / footer, just html content I guess :)

Edit:
I just tried to upload a XML file with just this content as a module, and as you may guess, it's not working :)
Code:

<div align="center">This is a<strong> HTML</strong> test!
</div>

Edit2:
I checked an existing module and edited to:
Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<modules>
        <module>
                <name>test html</name>
                <file><div align="center">This is a<strong> HTML</strong> test!</div></file>
                <cache>false</cache>
        </module>
</modules>

Without <file></file>, I have a database error on the import process :) Witht these tags, I can import the module, I have the tab, but an empty content.
Can you post a short sample, if you have the time (not a priority at all for me!) Thanks!

Adding a module does not require an xml file. Click on "Add Module" in the ACP back end and fill out the form.

NAZIA 12-03-2008 07:17 PM

You have done. Awesome.
I will Do it soon at my board...

Thanks for this full New Version...Now Its look like namepros.com tabs...

King Kovifor 12-03-2008 07:31 PM

Quote:

Originally Posted by ArnyVee (Post 1677493)
My version is 3.7.1 PL 1.

Now, after I went through and did all the edits, the top of my style has this code multiple times....

Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code on line 1

To anyone having this problem, please try the fix described here:

http://www.smnlikdat.org/project.php?issueid=16#note36

ThomasR 12-03-2008 08:03 PM

Quote:

Originally Posted by King Kovifor (Post 1677969)
Adding a module does not require an xml file. Click on "Add Module" in the ACP back end and fill out the form.

Ok, found it, just have to upload an html file in the root of the forum and then, give the relative link to this file.

Now, I found something else, I don't know if it's a bug or not:

On my forum, I have a root style, in which I do all the template modifications for the plugins and I use a child style in which I do all the cosmetics edits (css changes, different icons, etc).

The problem is that the tabs are using the default style colors and not the style child look and feel when I select this child style. I guess that I can tweak that from the templates, but it would be better if it use the selected template CSS. I can post a screen capture if you want.

About the bug, I still have it after doing your fix above:

Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3729) : eval()'d code on line 1
and I have tghis error in order to the tabs content in my forum:
Code:

Fatal error: Cannot re-assign $this in /home/forums/www/tabindex.php on line 122
If you need the link to my test forum.

King Kovifor 12-03-2008 08:13 PM

Change this to $useless and see if that works. If the fix doesn't work, I will need to go back and try to make some changes...

ThomasR 12-03-2008 08:22 PM

the fatal error in the tab content changed to :
Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code on line 1
Top forum and tab content display the same error.

Time to sleep for me, will checking in 7-8 hours :)

sweetguy2004 12-03-2008 08:27 PM

I have tried to install this but facing this problems

1. In my forumhome template i found only this

<!-- main -->
$forumbits
$forumhome_markread_script
<!-- /main -->

2. when i add this code in
Code:

<if condition="(THIS_SCRIPT == 'indexTAB' AND in_array($forum['forumid'], $GLOBALS[tabcats]) OR in_array('all',$GLOBALS[tabcats])) OR THIS_SCRIPT == 'forumdisplay'">
forumhome_forumbit_level1_nopost & forumhome_forumbit_level1_post

I get this error

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3716) : eval()'d code on line 1

& if i purposely edited the templates ignoring errors i got this error on homepage

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()d code on line 1

I am using vBulletin 3.7.2 Patch Level 1 with miner skinz

Please help

King Kovifor 12-03-2008 08:52 PM

Quote:

Originally Posted by sweetguy2004 (Post 1678016)
I have tried to install this but facing this problems

1. In my forumhome template i found only this

<!-- main -->
$forumbits
$forumhome_markread_script
<!-- /main -->

2. when i add this code in
Code:

<if condition="(THIS_SCRIPT == 'indexTAB' AND in_array($forum['forumid'], $GLOBALS[tabcats]) OR in_array('all',$GLOBALS[tabcats])) OR THIS_SCRIPT == 'forumdisplay'">
forumhome_forumbit_level1_nopost & forumhome_forumbit_level1_post

I get this error

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3716) : eval()'d code on line 1

& if i purposely edited the templates ignoring errors i got this error on homepage

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()d code on line 1

I am using vBulletin 3.7.2 Patch Level 1 with miner skinz

Please help

I'm working on a fix for another bug that should fix this.

King Kovifor 12-03-2008 08:57 PM

Quote:

Originally Posted by ThomasR (Post 1678013)
the fatal error in the tab content changed to :
Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code on line 1
Top forum and tab content display the same error.

Time to sleep for me, will checking in 7-8 hours :)

I've updated the fix, try that?

sweetguy2004 12-03-2008 09:07 PM

I have uploaded & replaced all files & product also but still the same...

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3716) : eval()'d code on line 1

& can you tell me wat to so if i don't have

Code:

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead">$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" rel="nofollow">$vbphrase[mark_forums_read]</a>
                        <if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
                        <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
                </strong></div></td>
        </tr>
</tbody>
</table>
$forumhome_markread_script
<!-- /main -->

I have only this much

<!-- main -->
$forumbits
$forumhome_markread_script
<!-- /main -->

Thanks for quick reply & help

ThomasR 12-03-2008 09:10 PM

Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/adminfunctions_template.php(3729) : eval()'d code on line 1
when I save the two templates

and still the error in the tabs:
Code:

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/functions_forumlist.php(395) : eval()'d code on line 1

s810car 12-03-2008 09:15 PM

still getting the errors even with the fix, gonna uninstall and try clean again

Edit: just to mes around, i uninstalled the product but left ALL template modifications in as well as the file includes My forum showed up again, however the forums were missing (obviously due to the if condition being false) Don't know if that info's any help or not, but i have been having both the encoding errors and the bad argument bug.

This was normal index.php btw. I tried tabindex.php and got the bad argument error still


Update: installed clean again, same errors :( I have the encoding error when i load index, and the bad argument error loading tabindex

AWJunkies 12-03-2008 09:25 PM

This fix link still no work for me. I got one style to work but again modules a no go.

King Kovifor 12-03-2008 10:35 PM

Hm. Would anyone be objecting to me using their site as a testing ground to poke around and make changes - as our servers are not getting either of these errors!

s810car 12-03-2008 10:57 PM

i wish i could but i only have my production site, and the test server which happens to be WAMP on my home comp lol, ill try to get a mirror of my site up in a subdirectory, but i couldnt do that until tomorrow, I hope someone else can help this first

King Kovifor 12-03-2008 11:12 PM

Quote:

Originally Posted by s810car (Post 1678115)
i wish i could but i only have my production site, and the test server which happens to be WAMP on my home comp lol, ill try to get a mirror of my site up in a subdirectory, but i couldnt do that until tomorrow, I hope someone else can help this first

The one thing I cannot figure out is why only some sites are getting this, and ours is not (2-3 servers depending on Bob's home set up).

Does anybody know if PHP is set to display errors?

bobster65 12-03-2008 11:40 PM

Quote:

Originally Posted by King Kovifor (Post 1678121)
The one thing I cannot figure out is why only some sites are getting this, and ours is not (2-3 servers depending on Bob's home set up).

Does anybody know if PHP is set to display errors?

I have it up and running on multiple configurations.. ie, php5 and php4, mysql5 and mysql4, vb 3.6x, 3.7x and 3.8 RC1

Linux Box (Ubuntu, apache2, php5, mysql5) ... vb 3.6x, 3.7x and 3.8 RC1

Linux Box, (Redhat, apache2, php5, mysql5) ... vb 3.6x, 3.7x and 3.8 RC1

Linux Box, (Ubuntu, apache, php4, mysql4) ... vB 3.6x, 3.7x

Windows Box, apache2, php5, mysql5 ... vb 3.6x, 3.7x and 3.8 RC1

Window Box, apache, php4, mysql4 ... vb 3.6x, 3.7x

All work fine.. no errors

TomasDR 12-03-2008 11:42 PM

Three questions:
1. With Cache Data does it cache the forums, or forums & threads? Our forums are pretty much set, the last sub-forum added was over a year ago. of course if it caches the last thread, etc. I will pass on turning it on.

2. With adding a module, I am having a problem with one file I have, the content came up but weird, no css and no header/footer.
These files I made using this thread: How to create your own vBulletin-powered page!

The template uses javascript and that's the only difference I see. Other ones where it's pure html or pulling images work fine.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<body>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"
align="center">
<tr>
<td class="tcat" align="center">Spanish Word of the Day</td>
</tr>
<tr>
<td class="alt1"><script language="javascript" src="http://www.donquijote.org/ext/cont/free_pdd.js.asp"> </script> <br><center><a href="http://www.donquijote.org" target="_NEW">Learn Spanish with don Quijote </a></center>
</td>
</tr>
<tr>
<td class="tcat" align="center">Spanish Lesson of the Week</td>
</tr>
<tr>
<td class="alt2"><script language="javascript" src="http://www.donquijote.org/ext/cont/free_lesson.js.asp"> </script> <br><center><a href="http://www.donquijote.org" TARGET="_new">Learn Spanish with don Quijote </a></center>
</td>
</tr>
</table>
</body>
</html>

3. Finally is there anyway to keep the tabs when people look at subforums?

s810car 12-03-2008 11:46 PM

heres one better, my php info from my test server, but just as a note, the php.ini file is still very untouched since I have just set my server back up last weekend, so my production server is probably a little different, I can get that if you need it. Sorry about the formatting, i just did a quick copy paste, hope you can read it

King Kovifor 12-03-2008 11:54 PM

Quote:

Originally Posted by TomasDR (Post 1678137)
Three questions:
1. With Cache Data does it cache the forums, or forums & threads? Our forums are pretty much set, the last sub-forum added was over a year ago. of course if it caches the last thread, etc. I will pass on turning it on.

2. With adding a module, I am having a problem with one file I have, the content came up but weird, no css and no header/footer.
These files I made using this thread: How to create your own vBulletin-powered page!

The template uses javascript and that's the only difference I see. Other ones where it's pure html or pulling images work fine.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<body>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"
align="center">
<tr>
<td class="tcat" align="center">Spanish Word of the Day</td>
</tr>
<tr>
<td class="alt1"><script language="javascript" src="http://www.donquijote.org/ext/cont/free_pdd.js.asp"> </script> <br><center><a href="http://www.donquijote.org" target="_NEW">Learn Spanish with don Quijote </a></center>
</td>
</tr>
<tr>
<td class="tcat" align="center">Spanish Lesson of the Week</td>
</tr>
<tr>
<td class="alt2"><script language="javascript" src="http://www.donquijote.org/ext/cont/free_lesson.js.asp"> </script> <br><center><a href="http://www.donquijote.org" TARGET="_new">Learn Spanish with don Quijote </a></center>
</td>
</tr>
</table>
</body>
</html>

3. Finally is there anyway to keep the tabs when people look at subforums?

1. It just caches the data it loads on that page. So it doesn't query your server every time for the updated info.

2. Can you post your module file?

3. Not at this time.

Quote:

Originally Posted by s810car (Post 1678139)
heres one better, my php info from my test server, but just as a note, the php.ini file is still very untouched since I have just set my server back up last weekend, so my production server is probably a little different, I can get that if you need it. Sorry about the formatting, i just did a quick copy paste, hope you can read it

You have display_errors set to On. So that may be why you are seeing it. I'm going to get my php.ini file and see what it looks like.


All times are GMT. The time now is 05:49 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.01638 seconds
  • Memory Usage 1,910KB
  • 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
  • (22)bbcode_code_printable
  • (4)bbcode_html_printable
  • (2)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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