vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Clan Hack (https://vborg.vbsupport.ru/showthread.php?t=51549)

The_Cyberdemon 04-12-2003 10:00 PM

Clan Hack
 
This hack was requested HERE

Basically, this hack adds a clan system to your vbulletin. Everything is controlled from the usercp. When a user goes to edit his/her profile, there is an additional "clan password" field. Clan leaders should give out the password to clan members. If the password matches one of an exsisting clan, they are added to that clan. There is more information in the request thread.

HACK STATS:

Templates to add: 5
Templates to edit: 2
Files to upload: 3
Files to edit: 3

This includes an easy to follow install guide and installer. Screenshots are below:

Addition to the administration CP
http://www.blindedstorms.com/vb/cpscreen.jpg
EDIT/ADD CLAN SCREEN
http://www.blindedstorms.com/vb/addclanscreen.jpg
Admin CP clan list screen
http://www.blindedstorms.com/vb/showclanscreen.jpg
Entering clan password in user cp (ignore the image thing, that's a different hack)
http://www.blindedstorms.com/usercpscreen.jpg
List of clans
https://vborg.vbsupport.ru/
List of users in that clan
http://www.blindedstorms.com/allusersscreen.jpg
Postbit Stuff
http://www.blindedstorms.com/inorout.jpg

Enjoy the hack!

If you get any errors, please tell me

DRR 04-13-2003 10:20 AM

Nice one :)
i might be able to use this in the future

kaotic 04-13-2003 11:25 AM

Perfect! This will help organize some of the groups in my message board. I'll try this out as soon as my site is no longer suspended.

Dan 04-13-2003 12:10 PM

thanks I'll go install it now

/me clicks install

Dan 04-13-2003 12:36 PM

This is trying to be installed on my testboard btw....

I get an error in the install script

First before I sign into it
Warning: Cannot add header information - headers already sent by (output started at /home/eternalgamer/www/eg/forums/admin/clan_install.php:2) in /home/eternalgamer/www/eg/forums/admin/functions.php on line 1683

and after when its running the querys

Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: CREATE TABLE clan (
clanid smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
title varchar(50) NOT NULL,
pass varchar(50) NOT NULL,
leader varchar(50) NOT NULL,
)
mysql error: You have an error in your SQL syntax near ')' at line 6

mysql error number: 1064

Date: Sunday 13th of April 2003 09:27:18 AM
Script: http://www.eternalgamers.com/eg/foru...p?where=clandb
Referer: http://www.eternalgamers.com/eg/foru...?where=install

The_Cyberdemon 04-13-2003 01:14 PM

Don't worry about the header information, that shouldn't be a problem. It just does that becuase i don't have the sessionhash. That is very very strange. I don't know why it would do that. I don't have that problem, and there is no error there. If you'd like, you can just go and run this query on ur db:
Code:

CREATE TABLE `clan` (
`clanid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`title` VARCHAR( 50 ) NOT NULL ,
`pass` VARCHAR( 50 ) NOT NULL ,
`leader` VARCHAR( 50 ) NOT NULL
);

That does basically the same thing.
And i'll ask someone on the irc, too.
Are you running these queries in your database or through the installer, by clicking "next." IT installs it automatically. And i have the full code there being:
$DB_site->query("CREATE TABLE clan (
blah,
blahh
blah
blah
) ");

The_Cyberdemon 04-13-2003 01:23 PM

Okay, i know the error, and i know why only you are getting it. I think you have a earlier version of mysql. mine ignores ending commas. Urs doesnt. So... open up clan_install.php.

FIND:
Code:

  pass varchar(50) NOT NULL,
  leader varchar(50) NOT NULL,

REPLACE THAT WITH:
Code:

  pass varchar(50) NOT NULL,
  leader varchar(50) NOT NULL

It should work. =)

Brian Briscoe 04-13-2003 01:57 PM

Im gonna modify this for 3.0.0 when it is released :)

The_Cyberdemon 04-13-2003 01:59 PM

yay :banana:

Dan 04-13-2003 02:07 PM

there works perfectly thanks!

The_Cyberdemon 04-13-2003 02:08 PM

yay

The_Cyberdemon 04-13-2003 02:37 PM

After we get a few more installs or go for a while without getting errors, i'll upgrade this to a "full release". It'll get more attention

DigitalDesktops 04-13-2003 07:06 PM

Great Hack The_Cyberdemon. :) Is there a way to make a user be in more than one clan at a time?

ex. I have two clans, A Unreal Tournament Clan and a JKII Clan is there a way for the user to be in both at the same time?

Xelation 04-13-2003 07:11 PM

Thanks! I dont really need this for clans... but its very usuful for teams to! many thanks :)

The_Cyberdemon 04-13-2003 07:33 PM

Quote:

Today at 04:00 PM DigitalDesktops said this in Post #13
Great Hack The_Cyberdemon. :) Is there a way to make a user be in more than one clan at a time?

ex. I have two clans, A Unreal Tournament Clan and a JKII Clan is there a way for the user to be in both at the same time?

Unfortunately, i do not think so. I might be able to create an addition to it where it makes a whole new table for a clan, it'll make your db bigger, but i think it can be done. If you really want me to do this, i'll do it. It shouldn't be that much of a problem

DigitalDesktops 04-13-2003 07:42 PM

cool, that would be great if you could make that! Thanks. :)

The_Cyberdemon 04-13-2003 08:50 PM

Not sure how long it will take, i have to edit a lot of stuff. Should be done with it in a few days, basically have to redo the whole database area, buuuut.

DigitalDesktops 04-13-2003 08:51 PM

Quote:

Today at 10:44 PM The_Cyberdemon said this in Post #17
Not sure how long it will take, i have to edit a lot of stuff. Should be done with it in a few days, basically have to redo the whole database area, buuuut.

thats okay, i can wait :) if thats not a problem. Thanks making this addon for me. :)

edwardandtubbs1 04-13-2003 10:22 PM

Ok I Installed this btw I love this idea. But sadly I get 2 problems.

1. Warning: Cannot add header information - headers already sent by***** in my admin cp making it in possible for me to access the cp

2. All of my users data from the store hack disappears. IE colour title, glow options, points etc

This hack would be a great addition to the store ( hint hint )

:) if any of you guys can help me out I would be very grateful.

Also my forums are hacked to death and I think I maybe better off waiting for VB3 and starting a fresh.

NICE HACK and IDEA

The_Cyberdemon 04-14-2003 12:23 AM

Quote:

1. Warning: Cannot add header information - headers already sent by***** in my admin cp making it in possible for me to access the cp
In your admin CP? That is strange. No one else has reported this. It will show up in the install file, that is completely normal and should not cause any problems.
The reason you get that is because of no Session hash. It should not be an error in the admin CP, only in the install file. If this keeps happening, delete the clan_install.php file from your admin directory.

Quote:

2. All of my users data from the store hack disappears. IE colour title, glow options, points etc
Well, i don't have the store hack installed at my forum so i'm not sure about compatability. It shouldn't change anything in there.

Thanks for all the good critizism (i don't think i spelled that right)!

The_Cyberdemon 04-14-2003 02:03 AM

NEW OPTIONAL ADDITION!

This changes the link in the postbit (it links to the clan page) to a javascript popup sorta like when you click the number of users that have installed a hack. Here's what to do:

STEP 1:

OPEN *FORUMROOT*/admin/functions.php

FIND:
Code:

// SHOW CLAN START
global $DB_site;
$clanfetch=$DB_site->query("SELECT * FROM clan WHERE clanid='$post[clan]'");
$clan=$DB_site->fetch_array($clanfetch);
if ($post[clan]==0 OR !$post[clan]) {
$showuserclan = "Not in Clan";
} else {
$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='$post[clan]'\">$clan[title]</a>";
}
      // END SHOW CLAN

REPLACE THE ENTIRE THING WITH:
Code:

      // SHOW CLAN START
global $DB_site;
$clanfetch=$DB_site->query("SELECT * FROM clan WHERE clanid='$post[clan]'");
$clan=$DB_site->fetch_array($clanfetch);
if ($post[clan]==0 OR !$post[clan]) {
$showuserclan = "Not in Clan";
} else {
$showuserclan = "Clan:<br><a href=\"javascript:clanopen($post[clan])\">$clan[title]</a>";
}
      // END SHOW CLAN

STEP 2:

Open *FORUMROOT*/misc.php

FIND:
Code:

?>
ADD RIGHT ABOVE THAT:
Code:

// ############################### start users ###############################
if ($action=="clanusers") {
        $templatesused = "clanusers,clanusersbit";
        include("./global.php");
       
        $clanusers = '';
               
        $users = $DB_site->query("SELECT * FROM user WHERE clan='$clanid'");
$usertotal=$DB_site->query("SELECT COUNT(*) AS total FROM user WHERE clan=$clanid");
while ($clanusers=$DB_site->fetch_array($users)) {
if (($counter++ % 2) != 0) {
                                $backcolor="{firstaltcolor}";
                                $bgclass="alt1";
                        } else {
                                $backcolor = "{secondaltcolor}";
                                $bgclass="alt2";
                        }

eval("\$clanuserlist .= \"".gettemplate("clanusersbit")."\";");
}
while ($totalusers = $DB_site->fetch_array($usertotal)) {
$allusertotal += $totalusers[total];
$allusertotal = number_format($allusertotal);
eval("dooutput(\"".gettemplate("clanusers")."\");");
}
}

FINAL STEP:

ENTER YOUR ADMIN CP, GO INTO THE STYLE YOU WILL HAVE THIS IN, THEN GO TO THE "HEAD INSERT" TEXT FIELD.

FIND:
Code:

.sf {
        FONT-FAMILY: verdana, arial, helvetica, sans-serif;
        FONT-SIZE: 10px;
}

</style>

ADD BELOW:
Code:

<script language="javascript" type="text/javascript">
<!--
function clanopen(clanid) {
        window.open("misc.php?s=$session[sessionhash]&action=clanusers&clanid="+clanid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=yes,width=200,height=275,resizeable=no,status=no")


}
// -->
</script>

Wow, wasn't that easy :banana:

THere's a demo HERE
Click on the clan name (liver)

subu1 04-14-2003 06:18 AM

hey;) its verry nice and ist good for my Counterstrike Clan, but how can i (in the Postbit) Link for my User to other/or all Clan Groups?

look in the Pic what i mean

http://www.blindedstorms.com/allclansscreen.jpg

thxxx;)

and greetz subu1 *clickinstall*

Dean C 04-14-2003 09:32 AM

I see you got it fixed ;) Good hack!

- miSt

Esorcista 04-14-2003 09:51 AM

I installed it, good hack, but i get a problem:
I have a clan with 2 leaders...
Any idea?
Thanks!

subu1 04-14-2003 10:11 AM

ok i have a bug too, if i have a leader with the Name Tobsta[LA] i don't see him, but i see anothen Leader with the Name Cronos[LA]

The one Leadername is ok, the other not, why???

The_Cyberdemon 04-14-2003 01:12 PM

If the name is not entered correctly, it WILL NOT show up. Otherwise, it should not be a problem.

NOTE: THe leadername will not show up if it is not a registered user!

If you'd like, i can tell you how to make it so it doesn't have to be a registered user to be a clan leader.

Quote:

hey its verry nice and ist good for my Counterstrike Clan, but how can i (in the Postbit) Link for my User to other/or all Clan Groups?
You can link to the clan page from anywhere. http://www.*yourdomainname*/*yourforum*/showclans.php

I.E. http://www.blindedstorms.com/forums/showclans.php

Oh, and if you'd like all postbits to link to a certain clan, do this:
--If you installed the optional thing--
Go into the *forumroot*/admin/functions.php file.
Find:
Code:

$showuserclan = "Clan:<br><a href=\"java script:clanopen($post[clan])\">$clan[title]</a>";
And change it to:
Code:

$showuserclan = "Clan:<br><a href=\"java script:clanopen(CLANID)\">CLAN NAME</a>";
NOTE: CLANID should be replaced with (when you enter this) the Clan ID of the clan you want it to link to. Find out by going to the showclans.php page (said above), then click on the name of the clan you want to see. at the top, it will be in a format like this:
Quote:

*domainname*.com/*forumroot*/showclans.php?what=users&clanid=1
See where it says clan id? That's what you want to put in the CLANID spot. In the CLAN NAME spot, put the name of the clan.

IF YOU DO NOT HAVE THE OPTIONAL HACK INSTALLED:
FIND:
Code:

$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='$post[clan]'\">$clan[title]</a>";
CHANGE IT TO:
Code:

$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='CLANID'\">CLAN NAME</a>";
Remember to replace the CLANID and CLAN NAME like what was said above

Quote:

I have a clan with 2 leaders...
Well, you (or I) could always make a mod on it, but that would cause a different problem: The user would only be allowed to be the leader of ONE clan.

subu1 04-14-2003 03:58 PM

oh , i see it, sorry that was not the correckly Username, but now it works.

But my another Problem now is, if i have two clangroups and user one have clanid 1 and user two have clanid 2 . How must write the link for the postbit, each user has quasi his own left for his clan in the post office bits.

This is for one clan

$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='1'\">War NAME</a>";

and the another clangroup??

sorry for my bad english

subu1;)

The_Cyberdemon 04-14-2003 04:06 PM

Umm, the way it is default (the way you installed it), the link in the postbit is to the users clan. If that's what you mean by your question, set it back to the default.

subu1 04-14-2003 04:43 PM

hi i am stupid its work easy, I came in disorder only by the user name.

greetz and thxx for your Hack;)

The_Cyberdemon 04-14-2003 04:49 PM

I still do recommend the optional install, it makes it look better... muhahaha.

Oh, and when i finish up with what DigitalDesktops' addition, the final install file will have the option of installing either one, the basic or the multi rank. It'll be pretty cool.

If there is anything you would like to request, let me know, i wan't to make this as cool as possible.

I'm also going to add a "pick from list" of clans instead of password thing as well.

The_Cyberdemon 04-14-2003 06:40 PM

Okay, here's what i plan to add in the final hack:[list=1][*]Multiple Clan Memberships[*]Pick Clan From List[*]Get admitted to a clan only on approval of leader (request with a special type of pm)[*]Clan Leader CP[*]Clan Level System (Clan Leader CP addon)[/list=1]
Anything else i should do?

sonic3d 04-14-2003 06:46 PM

thats all sounds good to me.

maybe for an addon: if u get out of a clan u lose money?

also i tried the addon and it doesn;t work. i get this as a link
http://www.rpgadvance.com/forum/java%20script:clanopen(1)

l8er
sonic

The_Cyberdemon 04-14-2003 07:59 PM

OOps, stupid mistake on my end.
It's
Code:

javascript:clanopen($post[clan])
Not
Code:

java script:clanopen($post[clan])
I accidentaly put a space in it. my mistake. sorry.

Edit: I actually posted it correctly, but something about the "[code]" tag make javascript become java script.here's what it should read:
Quote:

javascript:clanopen($post[clan])
Edit 2: It did the same thign? WTF? Here:
javascript:clanopen($post[clan])

Edit 3: OH MY GOD! it won't work. I'm reporting this. Just no that there is no space in "javascript"

DigitalDesktops 04-15-2003 12:04 AM

Quote:

Yesterday at 03:57 AM The_Cyberdemon said this in Post #21
NEW OPTIONAL ADDITION!

This changes the link in the postbit (it links to the clan page) to a javascript popup sorta like when you click the number of users that have installed a hack. Here's what to do:

STEP 1:

OPEN *FORUMROOT*/admin/functions.php

FIND:
Code:

// SHOW CLAN START
global $DB_site;
$clanfetch=$DB_site->query("SELECT * FROM clan WHERE clanid='$post[clan]'");
$clan=$DB_site->fetch_array($clanfetch);
if ($post[clan]==0 OR !$post[clan]) {
$showuserclan = "Not in Clan";
} else {
$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='$post[clan]'\">$clan[title]</a>";
}
      // END SHOW CLAN

REPLACE THE ENTIRE THING WITH:
Code:

      // SHOW CLAN START
global $DB_site;
$clanfetch=$DB_site->query("SELECT * FROM clan WHERE clanid='$post[clan]'");
$clan=$DB_site->fetch_array($clanfetch);
if ($post[clan]==0 OR !$post[clan]) {
$showuserclan = "Not in Clan";
} else {
$showuserclan = "Clan:<br><a href=\"javascript:clanopen($post[clan])\">$clan[title]</a>";
}
      // END SHOW CLAN

STEP 2:

Open *FORUMROOT*/misc.php

FIND:
Code:

?>
ADD RIGHT ABOVE THAT:
Code:

// ############################### start users ###############################
if ($action=="clanusers") {
        $templatesused = "clanusers,clanusersbit";
        include("./global.php");
       
        $clanusers = '';
               
        $users = $DB_site->query("SELECT * FROM user WHERE clan='$clanid'");
$usertotal=$DB_site->query("SELECT COUNT(*) AS total FROM user WHERE clan=$clanid");
while ($clanusers=$DB_site->fetch_array($users)) {
if (($counter++ % 2) != 0) {
                                $backcolor="#13486D";
                                $bgclass="alt1";
                        } else {
                                $backcolor = "#1C5780";
                                $bgclass="alt2";
                        }

eval("\$clanuserlist .= \"".gettemplate("clanusersbit")."\";");
}
while ($totalusers = $DB_site->fetch_array($usertotal)) {
$allusertotal += $totalusers[total];
$allusertotal = number_format($allusertotal);
eval("dooutput(\"".gettemplate("clanusers")."\");");
}
}

FINAL STEP:

ENTER YOUR ADMIN CP, GO INTO THE STYLE YOU WILL HAVE THIS IN, THEN GO TO THE "HEAD INSERT" TEXT FIELD.

FIND:
Code:

.sf {
        FONT-FAMILY: verdana, arial, helvetica, sans-serif;
        FONT-SIZE: 10px;
}

</style>

ADD BELOW:
Code:

<script language="javascript" type="text/javascript">
<!--
function clanopen(clanid) {
        window.open("misc.php?s=$session[sessionhash]&action=clanusers&clanid="+clanid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=yes,width=200,height=275,resizeable=no,status=no")


}
// -->
</script>

Wow, wasn't that easy :banana:

THere's a demo HERE
Click on the clan name (liver)

in misc.php it says:

PHP Code:

    $templatesused "clanusers,clanusersbit"

I don't have those templates. :(

subu1 04-15-2003 04:15 AM

Quote:

Yesterday at 08:34 PM The_Cyberdemon said this in Post #31
Okay, here's what i plan to add in the final hack:
[list=1][*]Multiple Clan Memberships[*]Pick Clan From List[*]Get admitted to a clan only on approval of leader (request with a special type of pm)[*]Clan Leader CP[*]Clan Level System (Clan Leader CP addon)[/list=1]
Anything else i should do?

wowww, thats super addons, i waiting for :-)))))))


greetz subu1

The_Cyberdemon 04-15-2003 05:17 AM

i'm going on vacation the day after tomorrow, so this may take some time, but they will be released

sonic3d 04-15-2003 06:11 PM

Quote:

Yesterday at 03:53 PM The_Cyberdemon said this in Post #33
OOps, stupid mistake on my end.
It's
Code:

javascript:clanopen($post[clan])
Not
Code:

java script:clanopen($post[clan])
I accidentaly put a space in it. my mistake. sorry.

Edit: I actually posted it correctly, but something about the "[code]" tag make javascript become java script.here's what it should read:


Edit 2: It did the same thign? WTF? Here:
javascript:clanopen($post[clan])

Edit 3: OH MY GOD! it won't work. I'm reporting this. Just no that there is no space in "javascript"

ok i changed it and the link is right but there isn;t ne pop ups or nething when i click on it. i have added the code in misc.php

l8er
sonic

The_Cyberdemon 04-15-2003 06:25 PM

Quote:

ok i changed it and the link is right but there isn;t ne pop ups or nething when i click on it. i have added the code in misc.php
HUGE mistake on my end. HUGE. I forgot to show you what templates to add... lol. That's pretty sad of me. Without the templates, nothing should show up, so here they are:

TEMPLATE 1:
NAME: clanusers
CONTENT:
Code:

<html>
<head>
<title>$bbtitle Clanusers?</title>
$headinclude
<script language="Javascript">self.focus();</script>
</head>
<body>

<table cellpadding="10" cellspacing="0" border="0" bgcolor="{pagebgcolor}" width="100%"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" bgcolor="{tablebordercolor}" width="100%">
<tr>
        <td colspan="2" bgcolor="{categorybackcolor}"><normalfont color="{categoryfontcolor}"><b>Total Users: $allusertotal</b></normalfont></td>
</tr>
<tr>
        <td bgcolor="{tableheadbgcolor}" width="100%"><smallfont color="{tableheadtextcolor}">User</smallfont></td>
        <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}">Posts</smallfont></td>
</tr>
$clanuserlist
<tr>
        <td bgcolor="{tableheadbgcolor}" colspan="2" align="center">
        <a href="javascript:self.close();"><smallfont color="{tableheadtextcolor}">[ Close Window ]</smallfont></a>
        </td>
</tr>
</table>
</td></tr></table>

</body>
</html>

TEMPLATE 2:
NAME: clanusersbit
CONTENT:
Code:

<tr>
        <td bgcolor="$backcolor">
        <normalfont>
        <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$clanusers[userid]" target="_blank">$clanusers[username]</a>
        </normalfont></td>
        <td bgcolor="$backcolor"><normalfont>$clanusers[posts]</normalfont></td>
</tr>

It should be fixed if you do that.
Quote:

I would like to request that the creation of a new clan also has the option to create a private clan forum for members only in a preset catergory like "Clan Forums" I would suggest this as an addon as not everyone would need this feature.
Okay, this shouldn't take long.

NOTE: remember to change all of the "java script" things to "javascript". That's pretty annoying, isn't it.

Jagang 04-15-2003 08:30 PM

Quote:

Yesterday at 06:43 PM The_Cyberdemon said this in Post #30

If there is anything you would like to request, let me know, i wan't to make this as cool as possible.

I'm also going to add a "pick from list" of clans instead of password thing as well.

I would like to request that the creation of a new clan also has the option to create a private clan forum for members only in a preset catergory like "Clan Forums" I would suggest this as an addon as not everyone would need this feature.

kaotic 04-15-2003 08:38 PM

Quote:

Today at 10:24 PM Jagang said this in Post #38
I would like to request that the creation of a new clan also has the option to create a private clan forum for members only in a preset catergory like "Clan Forums" I would suggest this as an addon as not everyone would need this feature.
I was thinking the same thing. This feature would make it even better. I can obviously do this myself, but I think it would be better if the clan leaders could decide to open it/close it and pick the name/description that they want on their own. Also, I already have a forum called "Hosted Organizations" in which I set up a subforum for each clan. I prefer subforums rather than base forums in order to keep the index smaller.


All times are GMT. The time now is 02:44 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.01870 seconds
  • Memory Usage 1,899KB
  • 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
  • (25)bbcode_code_printable
  • (1)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete