vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System) (https://vborg.vbsupport.ru/showthread.php?t=106953)

The Chief 02-22-2006 01:25 AM

One thing I would like to suggest, maybe if we could be able to Delete posts in your threads, like the users would be able to delete some posts in their own threads, don't know if this is possible...

anyways, great, hack!

moonclamp 02-22-2006 01:26 AM

Apologies if this has already been reported (this is a hell of a long thread)

If a user/admin tries to donate points to a member whose usergroup cannot use the estore they get this error:

Quote:

Fatal error: Unable to proceed with save while $errors array is not empty in class vB_DataManager_PM in /includes/class_dm.php on line 758

caimakale 02-22-2006 01:33 AM

Quote:

Originally Posted by SasukeNC
Hey do you have AIM maybe I can talk to you on it. But no, none of that worked, it is all gone. This has to be a very small error though and I don't know what.

Sorry I don't use aim or any of those. So disabling all of your plugins and products didn't work? Did you continue down the line or did you just do the estore ones?

eNforce 02-22-2006 01:45 AM

Quote:

Originally Posted by Reeve of shinra
a) create a new usergroup that has permission to use the vbshould and then use the secondary usergroup store action to let users buy access to it.

b) if you want to add an option where it costs points per vbshout post, take a look at the action I created for the profile comments hack ... you can use the same code - you just need to figure out where to add it. I dont have that hack installed to point out where though.

Well you see, there's no option to allow/disallow vbshout access in the usergroup manager, the only similar option is 'Banned Users' in the actual vbshout options.

Banning all usergroups except for one usergroup (the new shoutbox usergroup) doesn't work because their primary usergroup overrides the new secondary shoutbox group :(

shaynehammy 02-22-2006 03:26 AM

CMX,

Firstly, you rock! Amazing updates so far.

I was wondering if you could consider putting this in. I would love it if clicking on Estore brough a drop down menu

Choices could be:
Quick links
> Use Estore
Miscellaneous
> View All History
> View Lottery Winners
> Donate

Perhaps this option could be configurable through admin for drop down or normal. Or we could add our own links?

Thanks

Rickie3 02-22-2006 04:36 AM

ok if anyone is interested i have created a drop down menu for estore

in template 'navbar' find
Code:

<if condition="$show['popups']">
above add
Code:

<td id="estore" class="vbmenu_control"><a href="estore.php$session[sessionurl_q]">eStore</a><script type="text/javascript"> vbmenu_register("estore"); </script></a></td>
now still in navbar go right to the bottom and find

Code:

</if>
add above

Code:

<div class="vbmenu_popup" id="estore_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr><td class="thead"><a href="estore.php?$session[sessionurl]">eStore Home</a></td></tr>       
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=48">Lottery</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=userhistory">history</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=27">Give Gifts</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=13">Bank</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=7">Donate</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=16">Thief</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=listcat&categoryid=2">User title options</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=listcat&categoryid=1">User name options</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=listcat&categoryid=7">Misc options</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=richestusers">Richest members</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=mostsold">Most sold</a></td></tr>
       
        </table>
    </div>

see screenshot
you can customise this to how you want it,hope someone finds this handy

eNforce 02-22-2006 05:24 AM

That's cool, I tried adding a few admin options with an if condition to only show it to admins but it didn't work :(

Code:

        <if condition="!is_member_of($bbusergroup, 6)">
        <tr><td class="thead"><a href="estore.php?$session[sessionurl]">Admin Options</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=12">Admin Donate</a></td></tr>
        </if>

What's wrong with this? It will display the option to ALL members instead of only admin as I'd like.

kylek 02-22-2006 05:25 AM

Rickie3 - Thanks, I will definately use it, just finished the upgrade to 3.5.4 and re doing the navbars, good timing.

Rickie3 02-22-2006 05:30 AM

Quote:

Originally Posted by eNforce
That's cool, I tried adding a few admin options with an if condition to only show it to admins but it didn't work :(

Code:

        <if condition="!is_member_of($bbusergroup, 6)">
        <tr><td class="thead"><a href="estore.php?$session[sessionurl]">Admin Options</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=12">Admin Donate</a></td></tr>
        </if>

What's wrong with this? It will display the option to ALL members instead of only admin as I'd like.

try this
Code:

<tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=12">Admin Donate</a></td></tr>
if a member clicks it they will see "You are not allowed to purchase this item."

eNforce 02-22-2006 05:33 AM

Yeah I know they'll see that message, I'd just like to hide the 'thead' and option in the menu from them :nervous:

shaynehammy 02-22-2006 06:14 AM

Popup working now.

Thanks

Hornstar 02-22-2006 06:27 AM

Quote:

Originally Posted by Rickie3
are you trying to add this code to postbit????
Find:
Code:

$vbphrase[posts]: $post[posts]
Replace With:
Code:

$vbphrase[posts]: $post[posts]<br />
<a href="estore.php?do=donate&amp;userid=$post[userid]">$vbphrase[ebux_points]</a>: $post[points]<br />
$vbphrase[ebux_bank]: $post[bank]<br />
$vbphrase[ebux_total_points]: $post[totalpoints]<br />

or this code???
Find:
Code:

<div id="postmenu_$post[postid]">
Replace With:
Code:

<if condition="$post['glowcolor']"><div id="postmenu_$post[postid]" style="filter:Glow(Color=$post[glowcolor],Strength=$post[glowstrength]); width:100%;"><else /><div id="postmenu_$post[postid]"></if>



Thats my problem I dont have $vbphrase[posts]: $post[posts] or <div id="postmenu_$post[postid]">

So now where should I add it?

LadyJo 02-22-2006 06:39 AM

ok back again, for some reason my estore isnt recognizing certain user groups.

Rickie3 02-22-2006 06:50 AM

Quote:

Originally Posted by hornstar1337
Thats my problem I dont have $vbphrase[posts]: $post[posts] or <div id="postmenu_$post[postid]">

So now where should I add it?

CMX_CMGSCCC asked you to send a copy of your postbit and postbit_legacy templates to him via PM, please read his post https://vborg.vbsupport.ru/showpost....postcount=2071

Rickie3 02-22-2006 08:14 AM

well i'm totally locked out from my forum,i cant even access my admin panel see screenshot below how can i get back in to fix this problem???? and what is causing this to do that?no matter what i click on the page keeps going back to this
http://www.sats-general.com/forum/es...=expireoptions

Rickie3 02-22-2006 08:52 AM

ok luckily one of my other admins was around he had no trouble accessing the forum or admin panel so i got him to Rebuild Datastore,Clear Always Change Items,Clear User History,and i was able to get straight back onto my forum,can anyone shed some light on what is causing this expirey please

I am also seeing this when i click on the estore home

Warning: krsort() expects parameter 1 to be array, boolean given in /estore.php on line 605

Warning: Invalid argument supplied for foreach() in /estore.php on line 610
see screenshot shows where error is

Zelda-King 02-22-2006 09:11 AM

Quote:

Originally Posted by CMX_CMGSCCC
Each Category under Manage Categories shows who has access to an option. Check in there first off. Then Manage Options to add more usergroups.

Ah, I'd completely overlooked it. Not sure why either as I have another system with this feature. Thanks for explaining that! :)

ChiliVB 02-22-2006 12:32 PM

I tested the lottery functions with a Daily Lottery ticket on one user just to see how it works. Then I disabled the Daily Lottery. No other tickets were purchased

Now each day, the Daily Lottery awards this account 10,000 pts when the cron job runs even though it's not active and no ticket was purchased.

I have read you are fixing the cron issue with the inactive lottery setting, but is it possible for me to edit something to remove this "ghost" ticket. I even tried setting the amount award 0 and the same thing happened. I'd like to not have to manually take away these points each day until the new version comes out.

Alviker 02-22-2006 12:37 PM

Quote:

Originally Posted by CMX_CMGSCCC
Try running the Admin CP feature called Rebuild Datastore.

-CMX

Don't run it... :( :( Er... Don't apears nothing in the eStore, but all is good installed :( :(. Help please :(. How can I do? :(

Atte. Alviker

inspiration100 02-22-2006 02:53 PM

sure you have the plugin installed and all files uploaded? I had this problem but then re uploaded and it worked fine.

Wachtmeister 02-22-2006 02:54 PM

Question about translation:

Again my question, because it is a serious problem for foreign users ;)

Everytime i upgrade i lose my translated phrases. Some other hacks "recognize" that there are already translated phrases and don't overwrite them.

I could export my translations and import them after an upgrade, but i don't know how. :o

Is someone able to assist on how to save the translations?

Regards, Wachtmeister

//edit: it is possible, that i made a mistake in a former translation (maybe i was not using the field for the german phrases and changed the original language, so i have first to check what happens when going from 118 to 119)

shaynehammy 02-22-2006 06:28 PM

Quote:

Originally Posted by ChiliVB
I tested the lottery functions with a Daily Lottery ticket on one user just to see how it works. Then I disabled the Daily Lottery. No other tickets were purchased

Now each day, the Daily Lottery awards this account 10,000 pts when the cron job runs even though it's not active and no ticket was purchased.

I have read you are fixing the cron issue with the inactive lottery setting, but is it possible for me to edit something to remove this "ghost" ticket. I even tried setting the amount award 0 and the same thing happened. I'd like to not have to manually take away these points each day until the new version comes out.

I had the same problem. I resolved it by eStore > Manage Lotteries > Daily Lottery > Put all settings to "No" and tick everyone as a denied Usergroup.

This works fine, disables the lottery and users cant see it.

kylek 02-22-2006 07:18 PM

When I go into manage lottery and edit daily lottery I still have 1140639691 showing under ending time, what should this setting be?

Edit - Have tried several ways - admitting defeat and hopefully there will be something in the next update to help all.

theorigin 02-22-2006 09:33 PM

I'm not sure if I missed it or not, but has the item shop been added?

I know there's the ability to add gifts, but an item shop that shows a certain number of items under your signature would be great. :squareeyed:

Sooner95 02-22-2006 11:18 PM

Quote:

Originally Posted by shaynehammy
I had the same problem. I resolved it by eStore > Manage Lotteries > Daily Lottery > Put all settings to "No" and tick everyone as a denied Usergroup.

This works fine, disables the lottery and users cant see it.


thx, had this same issue as well.

Skyline_GT 02-23-2006 12:03 AM

i wonder is there a preview when they are buying the username grow and those items? so they can see how it looks before they actually buy the item.

Hornstar 02-23-2006 12:12 AM

Quote:

Originally Posted by Skyline_GT
i wonder is there a preview when they are buying the username grow and those items? so they can see how it looks before they actually buy the item.

Yeah good idea Skyline, like what the ushop used to have.

CMX_CMGSCCC 02-23-2006 12:36 AM

Quote:

Originally Posted by Exitilus
arrghh *head explodes* hehe.

So I did this. I bought someone 2 different gifts. Then went to their profile. Deleted one. Then went to the forums. It only showed the 1 gift I did not delete.

So I went back and deleted the last gift. Went to the forums. it shows that last gift still even though it's not longer on the profile


BTW I must say this is a awesome Mod .... I'm definetely looking at donating for your hard work when I get paid.

Must be a problem with only having 1 gift and removing it, I'll take a look into that.

Quote:

Originally Posted by 7thgenCivic.Com
that's the thing, he isn't trying to. he gets it when he just logs on to the site. :ermm:

Thats very odd, I would need to log in as that user account and be able to administer plugins to debug it though. If u want to do that, send me a PM.

Quote:

Originally Posted by The Chief
One thing I would like to suggest, maybe if we could be able to Delete posts in your threads, like the users would be able to delete some posts in their own threads, don't know if this is possible...

anyways, great, hack!

Like they give it a thread ID and it will attempt to delete it?

Quote:

Originally Posted by moonclamp
Apologies if this has already been reported (this is a hell of a long thread)

If a user/admin tries to donate points to a member whose usergroup cannot use the estore they get this error:

That is actually a problem with the send_pm function, it didnt process errors before, it will be fixed in v1.1.9

Quote:

Originally Posted by caimakale
Sorry I don't use aim or any of those. So disabling all of your plugins and products didn't work? Did you continue down the line or did you just do the estore ones?

U cant disable plugins by going to the "plugins" or "settings" tables, because vBulletin uses the "datastore" as a "QUICK ACCESS" to all of the variables/stuff. So you have to disable the plugins inside the datastore for "plugins" and its a bit weird to edit as well.

Quote:

Originally Posted by shaynehammy
CMX,

Firstly, you rock! Amazing updates so far.

I was wondering if you could consider putting this in. I would love it if clicking on Estore brough a drop down menu

Choices could be:
Quick links
> Use Estore
Miscellaneous
> View All History
> View Lottery Winners
> Donate

Perhaps this option could be configurable through admin for drop down or normal. Or we could add our own links?

Thanks

I was thinking about this as well, I'll use the code for below for the next release.

Quote:

Originally Posted by eNforce
That's cool, I tried adding a few admin options with an if condition to only show it to admins but it didn't work :(

Code:

        <if condition="!is_member_of($bbusergroup, 6)">
        <tr><td class="thead"><a href="estore.php?$session[sessionurl]">Admin Options</a></td></tr>
        <tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&itemid=12">Admin Donate</a></td></tr>
        </if>

What's wrong with this? It will display the option to ALL members instead of only admin as I'd like.

Try "is_member_of", not "!is_member_of"... ! means "NOT".

Quote:

Originally Posted by LadyJo
ok back again, for some reason my estore isnt recognizing certain user groups.

Where did you set the usergroup permissions, global access to eStore in Usergroup Manager? As well as Category Permissions?

Quote:

Originally Posted by Rickie3
well i'm totally locked out from my forum,i cant even access my admin panel see screenshot below how can i get back in to fix this problem???? and what is causing this to do that?no matter what i click on the page keeps going back to this
http://www.sats-general.com/forum/es...=expireoptions

You can not even log into the Admin CP? I need access to your forums as an administrator with plugin access so I can debug it, it will be interesting for me to see this as I've yet to see this problem, hmm.

Quote:

Originally Posted by Rickie3
ok luckily one of my other admins was around he had no trouble accessing the forum or admin panel so i got him to Rebuild Datastore,Clear Always Change Items,Clear User History,and i was able to get straight back onto my forum,can anyone shed some light on what is causing this expirey please

I am also seeing this when i click on the estore home

Warning: krsort() expects parameter 1 to be array, boolean given in /estore.php on line 605

Warning: Invalid argument supplied for foreach() in /estore.php on line 610
see screenshot shows where error is

Not sure about the expiring thing, I need a copy of your estore_history for the user that is getting that problem so I can add that to my test forums and debug it, or access to your forums sometime it happens again.

As far as the foreach stuff, that will be resolved in v1.1.9

Quote:

Originally Posted by ChiliVB
I tested the lottery functions with a Daily Lottery ticket on one user just to see how it works. Then I disabled the Daily Lottery. No other tickets were purchased

Now each day, the Daily Lottery awards this account 10,000 pts when the cron job runs even though it's not active and no ticket was purchased.

I have read you are fixing the cron issue with the inactive lottery setting, but is it possible for me to edit something to remove this "ghost" ticket. I even tried setting the amount award 0 and the same thing happened. I'd like to not have to manually take away these points each day until the new version comes out.

The cron task had some typo's, it will be fixed in v1.1.9

Quote:

Originally Posted by Alviker
Don't run it... :( :( Er... Don't apears nothing in the eStore, but all is good installed :( :(. Help please :(. How can I do? :(

Atte. Alviker

If you rebuild the datastore and there is nothing in your forums, then its not installed properly as the rebuild datastore takes all of the options/categories and puts them into the forum cache for easy/quick access.

Quote:

Originally Posted by inspiration100
sure you have the plugin installed and all files uploaded? I had this problem but then re uploaded and it worked fine.

ALSO: DO NOT INSTALL THE PRODUCT XML FILE until after all files are UPLOADED always, this is a HUGE step as sometimes there are new bitfields that need to be rebuilt!

Quote:

Originally Posted by Wachtmeister
Question about translation:

Again my question, because it is a serious problem for foreign users ;)

Everytime i upgrade i lose my translated phrases. Some other hacks "recognize" that there are already translated phrases and don't overwrite them.

I could export my translations and import them after an upgrade, but i don't know how. :o

Is someone able to assist on how to save the translations?

Regards, Wachtmeister

//edit: it is possible, that i made a mistake in a former translation (maybe i was not using the field for the german phrases and changed the original language, so i have first to check what happens when going from 118 to 119)

Well, tell me what I need to put into the XML file and I'll gladly do it.

Quote:

Originally Posted by kylek
When I go into manage lottery and edit daily lottery I still have 1140639691 showing under ending time, what should this setting be?

Edit - Have tried several ways - admitting defeat and hopefully there will be something in the next update to help all.

It's a UNIX timestamp there is no easy way to edit this for now if you do not know how to use the php time() command, hopefully I'll figure out an easier way to update it in the future.

Quote:

Originally Posted by theorigin
I'm not sure if I missed it or not, but has the item shop been added?

I know there's the ability to add gifts, but an item shop that shows a certain number of items under your signature would be great. :squareeyed:

I dont think there is an addon for this yet.

Quote:

Originally Posted by Skyline_GT
i wonder is there a preview when they are buying the username grow and those items? so they can see how it looks before they actually buy the item.

No, but there is a new option called "Change Always". Where the user buys it once and then can change it for free if you enable that for the changeable items.



Also, working on v1.1.9, got a few more things I want to get into it before its release. Not sure if it will release tonite, more likely tomorrow.

-CMX

Ohiosweetheart 02-23-2006 12:50 AM

I'm afraid to upgrade it yet... I'm still on 1.1.4 and it's working perfectly... are there any new features in these upgrades?

CMX_CMGSCCC 02-23-2006 01:45 AM

Quote:

Originally Posted by Ohiosweetheart
I'm afraid to upgrade it yet... I'm still on 1.1.4 and it's working perfectly... are there any new features in these upgrades?

A ton load of new features, download this new v1.1.9 and look inside the file Changes.txt :)

ALSO NOTE: v1.1.9 HAS been released tonight.

Updates for v1.2.0 that will be coming soon:
New Category - Reputation Options
New Options - Buy Reputation Points, Remove Others Reputation Points, Steal Reputation Points and possibly a couple more.

Admin CP Features: Going to implement into the elottery.php admin script a way to edit/manage the previous Lottery Winners, as well as Item History.

-CMX

VBUsers 02-23-2006 01:46 AM

hey cmx,

this is what i had last time

http://www.vbviet.org/forums/showthr...ghlight=credit

just wantedto share this with you. the download system he has there is a plus. can you tell me if i install this hack will it interfere with your store? i hope not

this hack allows the credits to be taken out with out the second page. do you think you can intergrate that part of the hack into the estore?

just for the downloads page

LadyJo 02-23-2006 02:03 AM

does the upgrade fix the fatal error my members are getting when sending gifts???

and does this fix the bug that resets my option settings to default after I save???

Rickie3 02-23-2006 02:06 AM

@CMX_CMGSCCC
Quote:

Not sure about the expiring thing, I need a copy of your estore_history for the user that is getting that problem so I can add that to my test forums and debug it, or access to your forums sometime it happens again.
where do i find estore_history please?

Robert9 02-23-2006 02:10 AM

Hi, I want to points given out per forum (minus the multiplyer if necessary) to display dynamically. Any way you could do this easily? Thanks!

lordofgun 02-23-2006 02:12 AM

Quote:

Originally Posted by CMX_CMGSCCC
Updates for v1.2.0 that will be coming soon:
New Category - Reputation Options
New Options - Buy Reputation Points, Remove Others Reputation Points, Steal Reputation Points and possibly a couple more.

YAY!!! Ability to give unlimited Reputation just like admins can too? :D

[high]* lordofgun prays.[/high]

LadyJo 02-23-2006 02:14 AM

consider???

adding a bit of code to allow users to send a gift from the drop down of the username above the post bit??? We had it running on our board before we upgraded and I had to have someone write the code for us being as I am a code idiot. This would be a much appreciated small code add on.

VBUsers 02-23-2006 02:29 AM

hey CMX,

how do i change the name of the store? im talking about the link in the nav bar. it says estore munu. ide like to call it something related to my site if possible.

dan35 02-23-2006 02:36 AM

Mysql: 4.0.26
php: 4.4.2

Manage Lotteries

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:

                                UPDATE estorelottery
                                SET
                                        ticketcost = '200',
                                        jackpot = '2000.00000',
                                        winningtax = '10.00000',
                                        ticketssold = '0',
                                        active = '0',
                                WHERE lotteryid = '1';

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE lotteryid = '1'' at line 8
Error Number : 1064
Date        : Wednesday, February 22nd 2006 @ 08:35:19 PM
Script      : http://www.domain.com/forums/admincp/elottery.php
Referrer    : http://www.domain.com/forums/admincp/elottery.php?do=lotterylist
IP Address  : xx.xx.xx.xx
Username    : xxx
Classname    : vb_database


randominity 02-23-2006 02:52 AM

Hi, my users have found a few exploits already...

1) Points per Character - I'm sure this has already been brought up, but if you give points per character in a post, users can just post a large amount of characters (copy and paste), post, and then edit it out before anyone sees.

2) Points per Thread View - Some users of my forum (not even a day after I put up the eStore), have created scripts to simply view a thread repeatedly, thus not only increasing their points rapidly, but also creating a DDoS attack to the server (since they also shared the script with their friends)

3) untested.. Points for Birthday - I have yet to test this, but if you set your birthday to the *next* day, and then when that day comes, you change the birthday again to the *next* day, so free points everyday

4) Points for Registration/Referral - of course if somebody is so inclined they could create a lot of accounts using a person as the referrer and mass up points this way.

Great work on the script thus far, but these are just some ways that it can be "exploited."

.Tim 02-23-2006 02:59 AM

Quote:

Originally Posted by randominity
Hi, my users have found a few exploits already...

2) Points per Thread View - Some users of my forum (not even a day after I put up the eStore), have created scripts to simply view a thread repeatedly, thus not only increasing their points rapidly, but also creating a DDoS attack to the server (since they also shared the script with their friends)

3) untested.. Points for Birthday - I have yet to test this, but if you set your birthday to the *next* day, and then when that day comes, you change the birthday again to the *next* day, so free points everyday

4) Points for Registration/Referral - of course if somebody is so inclined they could create a lot of accounts using a person as the referrer and mass up points this way.

I'd say that's ban worthy, at least 2 and 4 are. Possibly IP ban worthy if it's #4.


All times are GMT. The time now is 07:46 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.03574 seconds
  • Memory Usage 1,918KB
  • 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
  • (13)bbcode_code_printable
  • (32)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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