vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Shoutbox Hack 1.04b (https://vborg.vbsupport.ru/showthread.php?t=68861)

dleblanc3 12-29-2004 12:52 PM

Is there a way to display on the CMPS?

ambrosious 12-31-2004 03:24 PM

Version 3.01, how can I move the shoutbox from forums home to say a specific forum.

Or is it possible?

bozzy 01-01-2005 04:04 AM

I get this error when running hack_install.php:

"Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /home/bozzyswo/public_html/unrulypolitics.com/includes/db_mysql.php on line 389

Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/bozzyswo/public_html/unrulypolitics.com/includes/db_mysql.php on line 389"

Database error in vBulletin 3.0.3:

Invalid SQL: ALTER TABLE language ADD `phrasegroup_shoutbox` MEDIUMTEXT NOT NULL
mysql error: Duplicate column name 'phrasegroup_shoutbox'

mysql error number: 1060

Date: Saturday 01st of January 2005 12:52:02 AM
Script: http://www.unrulypolitics.com/instal...ack&override=1
Referer: http://www.unrulypolitics.com/instal...ack&override=1

I obviously have old tables in the database, but I DO NOT know which ones to drop.

Can somebody list all the shoutbox tables this uses so I can drop them, and install the new version?

Thanks

aussiev8 01-01-2005 04:23 AM

go through the insyall file and find them

bozzy 01-01-2005 04:39 AM

Ok I got it installed and it works when I go directly to shoutbox.php but the shoutbox does not appear on the index...

Vman 01-01-2005 06:41 PM

How do I mass prune shouts...I can't seem to find that!

noppid 01-02-2005 08:52 AM

Quote:

Originally Posted by fonzerelli_79
i assumed that this was the problem - i dont have the code for index.php either. Surely im not the only one who doesnt have this code in the zip? :)


FYI I am now getting the no text files to show message too. I must have seen that in the 1.03 installer. I found this when upgrading to vB3.0.4. I had to use the notes I made in previously edited files to do the upgrade.

agiacosa 01-02-2005 12:41 PM

Quote:

Originally Posted by bozzy
Ok I got it installed and it works when I go directly to shoutbox.php but the shoutbox does not appear on the index...

Same here. Little help please.

bahawolf 01-02-2005 04:20 PM

Quote:

Originally Posted by noppid
FYI I am now getting the no text files to show message too. I must have seen that in the 1.03 installer. I found this when upgrading to vB3.0.4. I had to use the notes I made in previously edited files to do the upgrade.

Could you possibly give us the notes so we can upgrade to?

noppid 01-02-2005 04:42 PM

Quote:

Originally Posted by bahawolf
Could you possibly give us the notes so we can upgrade to?

They aint notes per se'. It's the edits in the old files, not the actual descriptions of where to insert and edit. Since I can't post complete vB files that would not work.

hopefully the author will step up and post um or repair the installer.

Alzeimer 01-03-2005 08:36 PM

Cannot see the file modifications, I get a blank screen, can someone attach them in a txt file?

Vman 01-03-2005 11:26 PM

Quote:

Originally Posted by BBCVman
How do I mass prune shouts...I can't seem to find that!

ANYONE.....or does everyone just let their shouts stackup so you have 44 pages in 5 days...If there was an option for this I did not see it, So Please point me in the right direction...Thanks.....

noppid 01-04-2005 02:37 AM

Ok Ok already. I recreated the notes for you guys. This is not official but it's what I have and use.

moethelawn 01-04-2005 04:37 AM

Huh... after my vB 3.0.4 update, the shoutbox is blank... and I found out that all the shoutbox templates disappeared. So I dug around and found the templates in the installer and then I manually created the templates. Actually, once I put the 'SHOUTBOX' template in a couple of styles, the other shoutbox templates that disappeared came back (but there were a couple of other styles I had to manually add the templates back up again).

Now I can shout again from the homepage... BUT if I click and go into shoutbox.php... it gives me this crap:

Code:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/gamerene/public_html/forums/shoutbox.php(1059) : eval()'d code on line 46

Parse error: parse error, unexpected T_STRING, expecting ']' in /home/gamerene/public_html/forums/shoutbox.php(1059) : eval()'d code on line 47

I've already made the necessary file changes since the upgrade.

Any ideas?

TruckMuddr 01-04-2005 08:04 AM

Quote:

Originally Posted by dleblanc3
Is there a way to display on the CMPS?

Yes, I just tried it and it is very easy.

Make a new Template and use this code or if you change the code that was on the FORUMHOME template use that.
Template name: adv_portal_shout
Code:

<if condition="$vboptions['shoutbox_forumhomeshouts'] == 1">
<!-- shoutbox hack (by squall14716) -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
        <td class="tcat" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutbox')"><img id="collapseimg_forumhome_shoutbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_shoutbox].gif" alt="" border="0" /></a>
<a href="shoutbox.php?$session[sessionurl]">
<if condition="$vboptions[shoutbox_numberofforumhomeshouts] == 1">
<phrase 1="$vbphrase[shoutbox_forumhome_latest]" 2="" 3="$vbphrase[shoutbox_forumhome_shout]">$vbphrase[shoutbox_forumhome_x_y_z]</phrase>
<else /><phrase 1="$vbphrase[shoutbox_forumhome_last]" 2="$vboptions[shoutbox_numberofforumhomeshouts]" 3="$vbphrase[shoutbox_forumhome_shouts]">$vbphrase[shoutbox_forumhome_x_y_z]</phrase>
</if></a></td>
</tr>
<tbody id="collapseobj_forumhome_shoutbox" style="$vbcollapse[collapseobj_forumhome_shoutbox]">
<tr valign="top">
        <td class="alt2"><a href="shoutbox.php?$session[sessionurl]"><img src="$stylevar[imagesfolder]/icons/icon2.gif" alt="" title="" border="0" />       
<if condition="!($permissions['shoutboxpermissions'] & SHOUTVIEW) || $bbuserinfo['shoutbanned'] == 1">
        <td class="alt1" width="100%"><span class="smallfont"><b>$vbphrase[shoutbox_noviewperms]</b></span></td>
<else />
<if condition="$vboptions['shoutbox_iframe'] == 0">
<!-- IF THE IFRAME IS DISABLED -->
        <td class="alt1" width="100%"><span class="smallfont">
<div class="smallfont" style="height:150px;width:100%;overflow:auto"><hr>  $latestshouts<br/> </div>  <if condition="$vboptions['shoutbox_shoutonforumhome'] == input && $permissions['shoutboxpermissions'] & SHOUTPOST && $bbuserinfo['usergroupid'] != 1"><form action="shoutbox.php" method="post"><input type="hidden" name="do" value="addshout"><input type="text" name="message" value="" size="60" <if condition="$vboptions['shoutbox_shoutcharlimit'] != 0">maxlength="$vboptions[shoutbox_shoutcharlimit]"</if>>&nbsp;&nbsp;<input type="submit" name="submit" value="$vbphrase[shoutbox_shout_now]" class="bginput" accesskey="s"></form></if> <if condition="$vboptions['shoutbox_shoutonforumhome'] == textarea && $permissions['shoutboxpermissions'] & SHOUTPOST && $bbuserinfo['usergroupid'] != 1"><center><form action="shoutbox.php" method="post"><input type="hidden" name="do" value="addshout"><textarea name="message" rows="5" cols="60" class="bginput" wrap></textarea><br><input type="submit" name="submit" value="$vbphrase[shoutbox_shout_now]" class="bginput" accesskey="s"></form></center></if>
        </span></td>
<else />
<!-- IF THE IFRAME IS ENABLED -->
        <td class="alt1" width="100%"><span class="smallfont">
<if condition="$vboptions['shoutbox_shoutonforumhome'] == input && $permissions['shoutboxpermissions'] & SHOUTPOST && $bbuserinfo['usergroupid'] != 1"><form action="shoutbox.php" method="post"><input type="hidden" name="do" value="addshout"><input type="text" name="message" value="" size="60" <if condition="$vboptions['shoutbox_shoutcharlimit'] != 0">maxlength="$vboptions[shoutbox_shoutcharlimit]"</if>>&nbsp;&nbsp;<input type="submit" name="submit" value="$vbphrase[shoutbox_shout_now]" class="bginput" accesskey="s"></form><br /></if>
<iframe src="shoutbox.php?$session[sessionurl]do=iframe" width="100%" height="165" scrolling="auto" frameborder="0" name="forumhome_shoutbox" id="forumhome_shoutbox"></iframe>
<if condition="$vboptions['shoutbox_shoutonforumhome'] == textarea && $permissions['shoutboxpermissions'] & SHOUTPOST && $bbuserinfo['usergroupid'] != 1"><center><form action="shoutbox.php" method="post"><input type="hidden" name="do" value="addshout"><textarea name="message" rows="5" cols="60" class="bginput" wrap></textarea><br><input type="submit" name="submit" value="$vbphrase[shoutbox_shout_now]" class="bginput" accesskey="s"></form></center></if>
        </span></td>
</if>
</tr>
</if>
</tbody>
</thead>
</table>
<br />
<!-- end shoutbox hack (by squall14716) -->
</if>


Now, go to Add Module Under vBa CMPS, and enter this info:

Module Title: Shoutbox - Thats what I used, You can use anything
Module Identifier: Leave Blank
File to Include: None
OR Template to Include: shout - Same as the template but w/o "adv_portal"
Active: Yes
Column: Center Column
Display Order: Where ever you want it
Templates Used: Leave Blank

You may or may not have to go to Edit Page and Click on the page and make sure the shout box is checked.


Hope this helps and doesn't piss anyone off. Atleast someone is trying to help.

noppid 01-04-2005 10:58 AM

Quote:

Originally Posted by moethelawn
Huh... after my vB 3.0.4 update, the shoutbox is blank... and I found out that all the shoutbox templates disappeared. So I dug around and found the templates in the installer and then I manually created the templates. Actually, once I put the 'SHOUTBOX' template in a couple of styles, the other shoutbox templates that disappeared came back (but there were a couple of other styles I had to manually add the templates back up again).

Now I can shout again from the homepage... BUT if I click and go into shoutbox.php... it gives me this crap:

I've already made the necessary file changes since the upgrade.

Any ideas?


We had to run the installer after upgrading to to 3.0.3 and 3.0.4 and then everything worked fine. Oddly enough my template edits remained intact. But, hey, it works! :)

zell_11 01-04-2005 08:53 PM

Hye can u tell me how to get this on ever page

moethelawn 01-05-2005 12:35 AM

Quote:

Originally Posted by noppid
We had to run the installer after upgrading to to 3.0.3 and 3.0.4 and then everything worked fine. Oddly enough my template edits remained intact. But, hey, it works! :)

I still have the problem... even after uninstalling and reinstalling the shoutbox...

Hmm... could this be affected by my previous 1.0.3 Shoutbox installation?

noppid 01-05-2005 01:32 AM

Quote:

Originally Posted by moethelawn
I still have the problem... even after uninstalling and reinstalling the shoutbox...

Hmm... could this be affected by my previous 1.0.3 Shoutbox installation?

If you mean after the upgrade to 3.0.4 nothing shows up on the shoutbox.php then I'd have to say no. I'm certain when I re-ran the installer it said I was on 1.03 and then when done 1.04. I thought I was on 1.04 but apparently I had downloaded the update and not installed it.

I have the hack on 3 sites. It does work. Abiet I have modified some templates and limited the operation in use and operation through the ACP settings and template mods. I believe I posted the shoutbox display code I use on forumhome and the settings I use to get the desired result. You can see this at the sites in my sig.

moethelawn 01-05-2005 04:08 AM

Quote:

Originally Posted by noppid
If you mean after the upgrade to 3.0.4 nothing shows up on the shoutbox.php then I'd have to say no. I'm certain when I re-ran the installer it said I was on 1.03 and then when done 1.04. I thought I was on 1.04 but apparently I had downloaded the update and not installed it.

I have the hack on 3 sites. It does work. Abiet I have modified some templates and limited the operation in use and operation through the ACP settings and template mods. I believe I posted the shoutbox display code I use on forumhome and the settings I use to get the desired result. You can see this at the sites in my sig.

Reinstalled it again.... and it worked. I guess it didn't like my first reinstall, lol...

wolfgang2 01-05-2005 09:07 PM

Quote:

Originally Posted by moethelawn
Reinstalled it again.... and it worked. I guess it didn't like my first reinstall, lol...

I have also problems with the reinstalling.
After Upgrading vBulletin to 3.0.4 i had to change the files again manually, all templates are still there as well as the database entries.
But it is blank all the time.
Where can be the error?

Worked great until upgrading today:(

edit out

Besides:
it seems that the hack is working, even though u can not seee the entries....but they are in the mysql database....

Please help or give any helpful advice!

Rhoads 01-05-2005 10:51 PM

Hi Guy's,thnx for the great hack.

I have installed de shoutbox and it works great.
I have 3 skins, but on my Xtreem skin, I see nothing on de forumhome, only on the shoutbox.php page.
Now I saw that de forumhome template was not updated with the forumhome code, en I put de code in de template, but then I have a error :


The following error occurred when attempting to evaluate this template:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /var/www/html/forum/includes/adminfunctions_template.php(3054) : eval()'d code on line 15

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.


The Shootbox works on 2 skins,but not de Xtreem skin.
Help me please

CuriousGeorge 01-06-2005 12:31 AM

Quote:

Originally Posted by wolfgang2
I have also problems with the reinstalling.
After Upgrading vBulletin to 3.0.4 i had to change the files again manually, all templates are still there as well as the database entries.
But it is blank all the time.
Where can be the error?

Worked great until upgrading today:(

check out here:
http://deutsches-architektur-forum.de/forum/index.php? ( check put upper iframe...)

http://deutsches-architektur-forum.d.../shoutbox.php?

Besides:
it seems that the hack is working, even though u can not seee the entries....but they are in the mysql database....

Please help or give any helpful advice!

I had the same problem, I just simply un-installed and re-installed the hack, whcih automatically created new templates, and now everything hunky dory!

AchoHosting 01-06-2005 02:04 AM

Why cant i download this hack, the forum keeps telling me i have no permisions to do so.

Im a legal VB owner and i created a forum account and logged my cust number and stuff.

what gives ???

Vman 01-06-2005 04:18 AM

Man I sure would like to know how to PRUNE MY SHOUTS!!!

This really must be a hard question to answer...Im sorry for being just alittle upset, but come on! Does anyone one else want to know how to do this or do you just want to store unwanted info for nothing....

How Can I Mass Prune My Shouts...

Thanks for any help given...

HERO|Highlander 01-06-2005 05:38 AM

Well the only way I know of atm is to go into phpmyadmin and then to the shoutbox_posts table and start deleting. At least you can set how many you want to delete at a time. I deleted 4000 shouts yesterday.

Quote:

Originally Posted by BBCVman
Man I sure would like to know how to PRUNE MY SHOUTS!!!

This really must be a hard question to answer...Im sorry for being just alittle upset, but come on! Does anyone one else want to know how to do this or do you just want to store unwanted info for nothing....

How Can I Mass Prune My Shouts...

Thanks for any help given...


sirstone 01-06-2005 10:41 AM

I have make the update from 3.0.3 to 3.0.4, The shoutbox works fine but i donĀ“t have the right "shout now" button, how can i edit this?

HERO|Highlander 01-06-2005 08:40 PM

Quote:

Originally Posted by sirstone
I have make the update from 3.0.3 to 3.0.4, The shoutbox works fine but i don?t have the right "shout now" button, how can i edit this?


Find post #373 in this thread and do the file edits in the text file that is attached there and that will take care of your problem. I had the same problem and this fixed it for me.

sirstone 01-07-2005 08:43 AM

Joo, i change the part in the index.php and it?s work fine:)

Thx hero|Highlander

wolfgang2 01-07-2005 10:02 AM

Quote:

Originally Posted by CuriousGeorge
I had the same problem, I just simply un-installed and re-installed the hack, whcih automatically created new templates, and now everything hunky dory!

ok, thank you i will try that...

noppid 01-07-2005 12:16 PM

I just upgraded to vB3.0.5 successfully. This time when I ran the install_hack.php to reload the templates I was told that the hack was installed there was nothing to do. Clicking override on the main menu allowed the templates update.

Good Luck

moethelawn 01-08-2005 01:58 AM

Quote:

Originally Posted by drl2005
Hi Guy's,thnx for the great hack.

I have installed de shoutbox and it works great.
I have 3 skins, but on my Xtreem skin, I see nothing on de forumhome, only on the shoutbox.php page.
Now I saw that de forumhome template was not updated with the forumhome code, en I put de code in de template, but then I have a error :


The following error occurred when attempting to evaluate this template:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /var/www/html/forum/includes/adminfunctions_template.php(3054) : eval()'d code on line 15

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.


The Shootbox works on 2 skins,but not de Xtreem skin.
Help me please

Had the same problem... just hit continue and you should be fine

Haven't updated to .5 yet.... hopefully it'll work out when I do...

sirstone 01-08-2005 09:41 AM

I want to add the smilies in the editot, how can i make ist? :tired:

eva01_ 01-08-2005 12:59 PM

Quote:

Originally Posted by noppid
I just upgraded to vB3.0.5 successfully. This time when I ran the install_hack.php to reload the templates I was told that the hack was installed there was nothing to do. Clicking override on the main menu allowed the templates update.

Good Luck

same thing worked for me, doing the override. i just need to fix the shout icon. just noticed that on lovely micro++++ (at work currently) that it doesn't show up. but of course it works on Mac (at home), cause safari is much better than anything else, also need to fix the "last 20 shouts" link

moethelawn 01-08-2005 01:11 PM

Running 3.0.5 and I ran the hack into overdrive like you two and it works just fine :)

dan_bevington 01-09-2005 11:07 AM

Hey Folks.
I've had a quick look round in this thread, but can't really find an answer to my problem.
I'm having trouble displaying my shoutbox on the forum index page.
I have copied the code exactly as it is in the installed and have tried reinstalling the shoutbox too.
It is set to enabled in the shoutbox settings, I have even tried reverting my forumhome template to the original, but still no luck.
Can anyone shed any light on the problem?
Cheers,
Dan.

Rhoads 01-09-2005 12:45 PM

Hello Guy's

I have a problem when I edit the usergroup.php
When I put this code to my usergroup.php, I can not manage the usergroups permissions.

It's this code :

Find :
PHP Code:

    if ($usergroupid != 1// Guests can not post attachments
    
{
        
print_table_header($vbphrase['attachment_permissions']); 

Add Above :
PHP Code:

    print_table_header($vbphrase['shoutbox_cpusergroup_title']);
    
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canview'], 'usergroup[shoutview]'$ug_bitfield['shoutview']);
    
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canshout'], 'usergroup[shoutpost]'$ug_bitfield['shoutpost']);
    
print_input_row($vbphrase['shoutbox_cpusergroup_maxdaily'], 'usergroup[shoutmaxdaily]'$usergroup[shoutmaxdaily]);
    if (
$usergroupid != 1) { // Allow guests to shout but do nothing else...
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canedit'], 'usergroup[shoutedit]'$ug_bitfield['shoutedit']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_candelete'], 'usergroup[shoutdelete]'$ug_bitfield['shoutdelete']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canhdelete'], 'usergroup[shouthdelete]'$ug_bitfield['shouthdelete']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_caneditothers'], 'usergroup[shouteditothers]'$ug_bitfield['shouteditothers']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_candeleteothers'], 'usergroup[shoutdeleteothers]'$ug_bitfield['shoutdeleteothers']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canhdeleteothers'], 'usergroup[shouthdeleteothers]'$ug_bitfield['shouthdeleteothers']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_canip'], 'usergroup[shoutip]'$ug_bitfield['shoutip']);
        
print_yes_no_row($vbphrase['shoutbox_cpusergroup_coventry'], 'usergroup[shoutcoventry]'$ug_bitfield['shoutcoventry']);
        if (
$vboptions['shoutbox_enablehierarchy'] == 1) {
            
print_input_row($vbphrase['shoutbox_cpusergroup_hierarchy'], 'usergroup[shouthierarchy]'$usergroup['shouthierarchy']);
        }
    }
    
print_table_break();
    
print_column_style_code(array('width: 70%''width: 30%')); 

This is my error, it's happend on all groups:
HTML Code:

Usergroup Manager

Database error in vBulletin 3.0.5:

Invalid SQL: UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        title = 'Administrators',
        description = 'Beheerder van de Dutch Racing League',
        usertitle = 'Administrator',
        opentag = '',
        closetag = '',
        passwordexpires = '90',
        passwordhistory = '0',
        shoutview = '0',
        shoutpost = '0',
        shoutmaxdaily = '0',
        shoutedit = '0',
        shoutdelete = '0',
        shouthdelete = '0',
        shouteditothers = '0',
        shoutdeleteothers = '0',
        shouthdeleteothers = '0',
        shoutip = '0',
        shoutcoventry = '0',
        shouthierarchy = '1',
        attachlimit = '0',
        avatarmaxwidth = '120',
        avatarmaxheight = '120',
        avatarmaxsize = '25000',
        profilepicmaxwidth = '60',
        profilepicmaxheight = '60',
        profilepicmaxsize = '12500',
        pmquota = '25',
        pmsendmax = '10',
        forumpermissions = '393215',
        pmpermissions = '3',
        calendarpermissions = '31',
        wolpermissions = '31',
        adminpermissions = '3',
        genericpermissions = '4194239',
        genericoptions = '31'
WHERE usergroupid=6
mysql error: Unknown column 'shoutview' in 'field list'

mysql error number: 1054


Megareus Rex 01-09-2005 03:20 PM

Ummm...I updated my vB to 3.0.5, and now I need to re-hack all the various php files neccessary to make it function properly.

Are the php changes specified anywhere?

noppid 01-09-2005 04:22 PM

Quote:

Originally Posted by Megareus Rex
Ummm...I updated my vB to 3.0.5, and now I need to re-hack all the various php files neccessary to make it function properly.

Are the php changes specified anywhere?

Look here... https://vborg.vbsupport.ru/showpost....&postcount=373

wolfgang2 01-09-2005 07:56 PM

Quote:

Originally Posted by noppid

i would like to deinstall the shoutbox hack after upgrading to vB 3.0.5
Also it seems like a safety hazard.

Templates etc. i can delete, as well as shoutbox.php, but in the databsae it is not so easy.
Any hints what i have to delete out of the mysql database?
shoutboxposts is clear...but the rest?

Did the install via NON HTL Install.
Thank You for any help


All times are GMT. The time now is 08:52 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.02076 seconds
  • Memory Usage 1,915KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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