vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=232684)

CypherSTL 01-16-2012 04:57 PM

Quote:

Originally Posted by mIQe (Post 2288622)
So who handles the support with this mod in this thread?

I do.

I'm getting close to releasing a new version. ANY bug reports need to get sent to yaas-bugs@kd0igo.com

Please make sure you specify what version of the mod you have, (VB3 or VB4). All emails get added to Redmine for easier bug tracking. Redmine is MUCH easier than trying to read though 60+ pages.

mIQe 01-19-2012 08:03 AM

Quote:

Originally Posted by CypherSTL (Post 2288630)
I do.

I'm getting close to releasing a new version. ANY bug reports need to get sent to yaas-bugs@kd0igo.com

Please make sure you specify what version of the mod you have, (VB3 or VB4). All emails get added to Redmine for easier bug tracking. Redmine is MUCH easier than trying to read though 60+ pages.

Thank you for your reply, I have emailed you a couple of days ago. But as it is more of a case of lack of information and needed assistance then bugs I'm not sure that the mail is a bug report.

But I wonder does that mean I will get a reply and the help I need through email or will you post it here or will you only make a note about it in you bug log?

tpearl5 01-19-2012 03:54 PM

Waiting for the update to install :)

owning_y0u 01-19-2012 08:07 PM

Getting a database error

Code:

Database error in vBulletin 4.1.10:

Invalid SQL:
ALTER TABLE award ADD award_allowrecommend TINYINT( 1 ) DEFAULT 1 NOT NULL,ADD award_pointvalue TINYINT( 3 ) DEFAULT 0 NOT NULL;

MySQL Error  : Table 'forum.award' doesn't exist
Error Number  : 1146
Request Date  : Thursday, January 19th 2012 @ 10:05:52 PM
Error Date    : Thursday, January 19th 2012 @ 10:05:53 PM
Script        : http://localhost/vbulletin/admincp/plugin.php?do=productimport
Referrer      : http://localhost/vbulletin/admincp/plugin.php?do=productadd
IP Address    : 127.0.0.1
Username      : Owning
Classname    : vB_Database
MySQL Version : 5.5.8

Resolved the error by make the tables my self but it seems the installer isnt willing to create the tables on a 4.1.10 install (clean)

i now have this issue:
Code:

is Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\vbulletin\awards.php on line 47
(but that is a php issue since i use a higher version on my local host)

squidsk 01-20-2012 07:58 PM

To resolve the deprecation error go to line 47 in awards.php and delete the & from before the equals sign.

TheShanka 01-20-2012 08:22 PM

CypherSTL, what an absolute star you are - this mod could have so much potential but has been lying at the side of the road for quite some time now.

What we're looking for is an awards system where you can add and remove customised awards and they'll appear below a users signature which we could limit to a set amount and the user could prioritise their awards through their profile. Will the new mod you're releasing have this capability or are you keeping it under your hat until release?

Thanks in advance.

mIQe 01-21-2012 04:34 PM

I still haven't seen anywhere an explanation on how to use the auto reward feature. Does anyone know how to use it?

squidsk 01-23-2012 02:29 PM

Quote:

Originally Posted by TheShanka (Post 2290306)
CypherSTL, what an absolute star you are - this mod could have so much potential but has been lying at the side of the road for quite some time now.

What we're looking for is an awards system where you can add and remove customised awards

Already does this.

Quote:

and they'll appear below a users signature which we could limit to a set amount
Already does this.

Quote:

and the user could prioritise their awards through their profile.
Global ordering is what is used now, user specific ordering is not possible.

Cledus James 01-23-2012 07:26 PM

Wondering if I can see some support for this mod. I've used this mod since vb3 and it's one of the best things I've ever added to my forums.

Here's my problem. In my users profiles the My Awards tab is not showing up. It's there and clickable but it's invisiable. If you need an example of what I'm talking about go here:

http://www.suicide-kings.net/forums/member.php?1-Cledus

Right next to the My Ranks tab you can see the area for the awards tab is clickable but not visiable.

Also, is there any way to rename that tab to something else besides My Awards?

Any help to fix the problem would be greatly appreciated.

squidsk 01-23-2012 08:56 PM

Follow the instructions at: https://vborg.vbsupport.ru/showthrea...01#post2189701

mIQe 01-23-2012 09:00 PM

If those above instructions don't work, which they didn't for me.
Then restore the code as it originally was and use this instead.

Code:

if ($selected_tab == 'myawards')
{
$template_hook['profile_tabs_last'] .= '<dd class="userprof_module"><a id="myawards-tab" href="'.$vbulletin->input->fetch_relpath().'#myawards" onclick="return tabViewPicker(this);">Awards</a></dd>';
}
else
{
$template_hook['profile_tabs_last'] .= '<dd class="userprof_moduleinactive"><a id="
myawards-tab" href="'.$vbulletin->input->fetch_relpath().'#myawards" onclick="return tabViewPicker(this);">Awards</a></dd>';
}



Go to the Admin Control Panel >> Languages & Phrases >> Search In Phrases
Type in: My Awards
In the Search For Text box and press enter or click the button Find.
Then click the button that says Edit


Now to MY question, about how to get the award automation to work, seems like no one is able to answer. Makes me want to rate this a terrible mod.

ShadyUS 01-24-2012 12:37 AM

Would this work on 4.0.1?

TombstoneWarrior 01-24-2012 11:12 AM

can someone explain a bi better how to install this mod or where to find the directions for installing this mod please.

mIQe 01-25-2012 08:03 PM

I hope this will help

Unzip the archive and then.

Upload everything in the /upload directory to your forum root.

Then Import yet_another_award_system_automation.xml from your admin control panel.

TombstoneWarrior 01-25-2012 08:49 PM

Quote:

Originally Posted by mIQe (Post 2292364)
I hope this will help

Unzip the archive and then.

Upload everything in the /upload directory to your forum root.

Then Import yet_another_award_system_automation.xml from your admin control panel.

so highlight all the file in the whole folder of upload to my public_html in my ftp? i dont need to upload the files inside the folder like admincp to admincp? just double checking???

chrissyplum79 01-25-2012 09:12 PM

On my forum there is something happening with the awards list on the postbit. I want them in a straight line but there is 2 in one row then 1 under it so it is like this:
(member info)
Award 1, Award 2,
Award 3

Is there any way I can fix that?

mIQe 01-26-2012 09:32 AM

Quote:

Originally Posted by TombstoneWarrior (Post 2292379)
so highlight all the file in the whole folder of upload to my public_html in my ftp? i dont need to upload the files inside the folder like admincp to admincp? just double checking???

Do you have your vBulletin installation directly under the my public_html folder? You don't have a folder you installed it in to? If not then yes, you should select all files and folders and drag them to your my public_html folder. As you already should have a admincp folder there after installing vBulletin, you should have no problems dragging the files and folders to my public_html folder, as it will move the files in to those folders.

TombstoneWarrior 01-26-2012 09:53 AM

Quote:

Originally Posted by mIQe (Post 2292629)
Do you have your vBulletin installation directly under the my public_html folder? You don't have a folder you installed it in to? If not then yes, you should select all files and folders and drag them to your my public_html folder. As you already should have a admincp folder there after installing vBulletin, you should have no problems dragging the files and folders to my public_html folder, as it will move the files in to those folders.

Thank you and yes my vb files are in the PUBLIC_HTML my host installed the vb files and thats the way they did it. I didnt know how to install the files now i do though since i made a test site. Thanks for confirming what i though about wherre to put the files. Your the best!!!

Captain Tycoon 01-30-2012 01:39 PM

Is there anyway to give awards based on the usergroup or subscription (preferred)?

andy_mcguire 01-31-2012 11:43 AM

https://vborg.vbsupport.ru/external/2012/01/4.jpg

Any idea how to fix this?

M.Iftikhar 01-31-2012 04:43 PM

it is not working in 4.1.10...when i add new award it display database error and when i edit a award it also give database error.....please tell me what can i do....or please tell me an other addon that works..........thanks and reply me soon.

Bisha 01-31-2012 08:26 PM

Quote:

Originally Posted by M.Iftikhar (Post 2294640)
it is not working in 4.1.10...when i add new award it display database error and when i edit a award it also give database error.....please tell me what can i do....or please tell me an other addon that works..........thanks and reply me soon.

Last Update: 16 May 2010 , and on 4.1.10, there are a tons of changes....

M.Iftikhar 02-01-2012 01:37 PM

Hello,vbulletin members and staff members please help me....i am using Yet Another Awards System...it work fine in vb4.1.5 after upgrading to vb 4.1.10 it did not work fine....all previous seeting work fine...but when i add new award or updat a award it gives error.... so i enabled to add new award....and also do not edit previously award setting..... when i add new award it gives the following error....

Database error in vBulletin 4.1.10:

Invalid SQL:

INSERT INTO award
(award_name, award_desc, award_icon_url, award_img_url, award_cat_id, award_displayorder, award_allowrequest, award_allowrecommend, award_pointvalue, award_active)
VALUES
('Special Proformas 2011',
'',
'http://******.com/images/medals/shairy.gif',
'http://********.com/images/medals/shairy.gif',
'27',
'1',
'0',
'0',
'0',
'1'
);

MySQL Error : Unknown column 'award_allowrecommend' in 'field list'
Error Number : 1054
Request Date : Wednesday, February 1st 2012 @ 08:28:27 AM
Error Date : Wednesday, February 1st 2012 @ 08:28:29 AM
Script : http://www.******.com/admin/award.php?do=insert
Referrer : http://www.******.com/admin/award.ph...ward_cat_id=-1
IP Address : 1**.1**.2**.5
Username : Administrator
Classname : vB_Database
MySQL Version : 5.1.56


so please tell me how can i do....????

please provide me another award system link....that work reply me soon......thanks

mIQe 02-02-2012 09:49 AM

Why does this not work?

All of them have the setting: Enable Automation Task? YES
Also the Awards Systems Setting have: Automation: Enable Automation System set to YES
Members have been members for longer then 30 days.

This Mod is supposed to be supported. Then give me support and not some email address that doesn't include support.

Code:

Automation Task Name                Issue reason                                                Criteria Type        Criteria        Award ID

One Month Membership                You have been a member for one month.                        daysasmember        30                24
Two Months Membership                You have been a member for two months.                        daysasmember        60                25
Three Months Membership        You have been a member for three months.                daysasmember        90                26
Four Months Membership                You have been a member for four months.                daysasmember        120                27
Five Months Membership                You have been a member for five months.                daysasmember        150                28
Six Months Membership                You have been a member for six months.                        daysasmember        180                29
Seven Months Membership        You have been a member for seven months.                daysasmember        210                30
Eight Months Membership        You have been a member for eight months.                daysasmember        240                31
Nine Months Membership                You have been a member for nine months.                daysasmember        270                32
Ten Months Membership                You have been a member for ten months.                        daysasmember        300                33
Eleven Months Membership        You have been a member for eleven months.                daysasmember        333                34
Twelve Months Membership        You have been a member for twelve months.                daysasmember        365                35
One And A Half Year Membership        You have been a member for one and a half years.        daysasmember        548                36
Two Years Membership                You have been a member for two years.                        daysasmember        730                37
Three Years Membership                You have been a member for three years.                daysasmember        1095                38


killerford 02-02-2012 01:50 PM

Will this work with the latest version of VB?

squidsk 02-02-2012 02:58 PM

Quote:

Originally Posted by mIQe (Post 2295304)
Why does this not work?

All of them have the setting: Enable Automation Task? YES
Also the Awards Systems Setting have: Automation: Enable Automation System set to YES
Members have been members for longer then 30 days.

This Mod is supposed to be supported. Then give me support and not some email address that doesn't include support.

Code:

Automation Task Name                Issue reason                                                Criteria Type        Criteria        Award ID

One Month Membership                You have been a member for one month.                        daysasmember        30                24
Two Months Membership                You have been a member for two months.                        daysasmember        60                25
Three Months Membership        You have been a member for three months.                daysasmember        90                26
Four Months Membership                You have been a member for four months.                daysasmember        120                27
Five Months Membership                You have been a member for five months.                daysasmember        150                28
Six Months Membership                You have been a member for six months.                        daysasmember        180                29
Seven Months Membership        You have been a member for seven months.                daysasmember        210                30
Eight Months Membership        You have been a member for eight months.                daysasmember        240                31
Nine Months Membership                You have been a member for nine months.                daysasmember        270                32
Ten Months Membership                You have been a member for ten months.                        daysasmember        300                33
Eleven Months Membership        You have been a member for eleven months.                daysasmember        333                34
Twelve Months Membership        You have been a member for twelve months.                daysasmember        365                35
One And A Half Year Membership        You have been a member for one and a half years.        daysasmember        548                36
Two Years Membership                You have been a member for two years.                        daysasmember        730                37
Three Years Membership                You have been a member for three years.                daysasmember        1095                38


I'm pretty sure the automation is not retroactive so if someone has already been a member of your site for X days they will not get the award just because you activate it. The query likely checks if they've been a member exactly X days and then gives an award.

Bluefin221 02-02-2012 05:30 PM

Quote:

Originally Posted by killerford (Post 2295368)
Will this work with the latest version of VB?

Yes, although it doesn't function the way you want it to.

mIQe 02-03-2012 12:06 AM

Quote:

Originally Posted by squidsk (Post 2295390)
I'm pretty sure the automation is not retroactive so if someone has already been a member of your site for X days they will not get the award just because you activate it. The query likely checks if they've been a member exactly X days and then gives an award.

Thanks for replying. Are you sure about it not being retroactive?
I surely have to check the registration date for a member not how long the award has been active.

Because if it isn't, then this mod stinks even more then their support does.

squidsk 02-03-2012 02:42 PM

Quote:

Originally Posted by mIQe (Post 2295555)
Thanks for replying. Are you sure about it not being retroactive?
I surely have to check the registration date for a member not how long the award has been active.

Because if it isn't, then this mod stinks even more then their support does.

Pretty sure, because it would make the code and the queries more complex if it was applying awards retroactively. I'm guessing that the automation is run through a cron job which runs every X period of time. If you want it to run retroactively then you're running an extra query for every single user in the database for every single award that is being automatically awarded. The overhead for that would not be something I'd want on my site.

As for complaining about the support, you do realize that whatever support you're getting, and I believe that just means patches and stuff, you aren't paying a cent for, so complaining that you aren't getting enough for free is . . . uncalled for at best.

mIQe 02-06-2012 09:48 AM

Quote:

Originally Posted by squidsk (Post 2295711)
Pretty sure, because it would make the code and the queries more complex if it was applying awards retroactively. I'm guessing that the automation is run through a cron job which runs every X period of time. If you want it to run retroactively then you're running an extra query for every single user in the database for every single award that is being automatically awarded. The overhead for that would not be something I'd want on my site.

As for complaining about the support, you do realize that whatever support you're getting, and I believe that just means patches and stuff, you aren't paying a cent for, so complaining that you aren't getting enough for free is . . . uncalled for at best.

Well I guess you and I read different things in to the term support. I read it as this: If a product is supported the customers can come with what ever problems they have with the product and get the help they need to fix the problem. It doesn't matter if it is free or not. What matters is that it is supported or not.

This product is supposed to be supported.

If it does mean what you say that it is just patches and such, then an other word then supported should be used. Such as In Active Development or some thing along those lines. Using supported is misleading in that case.

As for the award automation, it does not work, at all. I've tested with a 1 day membership award and it isn't awarded either. If it is some setting I've not done right or not, I have no idea as the documentation on how to use the product is not 100% on how to set it up. Nor have I gotten support here to sort it out.

As for rewarding automated awards retroactively, if it was a button you could click to start a process to check each member's amount of days as a member once, then it wouldn't be a huge amount of queries that runs all the time. Plus those that wouldn't like to use that function could choose not to. But since it's not working at all this is all just wishful thinking.

squidsk 02-06-2012 06:03 PM

Quote:

Originally Posted by mIQe (Post 2296720)
Well I guess you and I read different things in to the term support. I read it as this: If a product is supported the customers can come with what ever problems they have with the product and get the help they need to fix the problem. It doesn't matter if it is free or not. What matters is that it is supported or not.

This product is supposed to be supported.

If it does mean what you say that it is just patches and such, then an other word then supported should be used. Such as In Active Development or some thing along those lines. Using supported is misleading in that case.

The difference we have is my expectations for support differ vastly if I'm paying for it as opposed to getting it for free from someone who likely has a full time job and does this for fun in whatever spare time he or she has. At work the servers are on a 4 hour turn around, and I'd be pissed if I didn't get service within that 4 hour window without a damn good reason, but my company pays a premium for that service. Here where I pay nothing for the service my expectations are much lower.

Quote:

As for the award automation, it does not work, at all. I've tested with a 1 day membership award and it isn't awarded either. If it is some setting I've not done right or not, I have no idea as the documentation on how to use the product is not 100% on how to set it up. Nor have I gotten support here to sort it out.
Personally we don't use it on our site, so I'm limited in what I can do since I've never played around with it.

Quote:

As for rewarding automated awards retroactively, if it was a button you could click to start a process to check each member's amount of days as a member once, then it wouldn't be a huge amount of queries that runs all the time. Plus those that wouldn't like to use that function could choose not to. But since it's not working at all this is all just wishful thinking.
Why have a button, retroactive awards only need to be applied once, and its easy enough to craft an SQL query that will give the award to those that should have it, then there's no extra messy bits lying around your install.

mIQe 02-07-2012 12:10 AM

Quote:

Originally Posted by squidsk (Post 2296903)
The difference we have is my expectations for support differ vastly if I'm paying for it as opposed to getting it for free from someone who likely has a full time job and does this for fun in whatever spare time he or she has. At work the servers are on a 4 hour turn around, and I'd be pissed if I didn't get service within that 4 hour window without a damn good reason, but my company pays a premium for that service. Here where I pay nothing for the service my expectations are much lower.

My expectations for support differs as well, just as yours do. How ever waiting weeks for help is not what I call support. If I paid for a product I expect 24 hour support and that they can solve the problems in a day. For a free product like this, I expect that something should have happened in 3 weeks time.

Quote:

Personally we don't use it on our site, so I'm limited in what I can do since I've never played around with it.
I understand. Well I have tried to follow the very limited instructions and I can say that it does not work. So either I did something from due to bad instructions or the product is faulty.

Quote:

Why have a button, retroactive awards only need to be applied once, and its easy enough to craft an SQL query that will give the award to those that should have it, then there's no extra messy bits lying around your install.
You say that as if I would have any idea what SQL is. I don't. I'm totally illiterate when it comes to stuff like that. Thus in need of support when it doesn't work.

So far, the forum logo on the awards page is not in the same place as it is on any other forum pages. - I've been told it might be the skin wrapper, but I don't get why that would be different for this page and not the others. It seems to draw all the info from the same place after all.

The awards that should be atomized aren't automated. - I've tried many different settings, I can't get it to hand out awards. I have no idea if it is retroactive or not.

squidsk 02-07-2012 03:35 PM

Quote:

Originally Posted by mIQe (Post 2297037)
My expectations for support differs as well, just as yours do. How ever waiting weeks for help is not what I call support. If I paid for a product I expect 24 hour support and that they can solve the problems in a day. For a free product like this, I expect that something should have happened in 3 weeks time.

I have a different take on things as I have written a couple of free programs, and while I do offer support, often it isn't timely due to other constraints and patches can be months in the making even if the bugs are small and easy to fix.

Quote:

You say that as if I would have any idea what SQL is. I don't. I'm totally illiterate when it comes to stuff like that. Thus in need of support when it doesn't work.
I forget sometimes that not everyone who administers a site necessarily has the technical skills to do the behind the work fixes that are sometimes required.

Quote:

So far, the forum logo on the awards page is not in the same place as it is on any other forum pages. - I've been told it might be the skin wrapper, but I don't get why that would be different for this page and not the others. It seems to draw all the info from the same place after all.
I'd guess this is actually a problem with your skin, as you've been told. The easy way to check it is does the default skin look normal or does it have the same issue on the awards page. If it doesn't its a skin issue, if it does its an issue with the plugin, but on my forum I don't see any problems with the default skin.

Gamelobby 02-07-2012 07:07 PM

I installed this and the award page was all messed up. I deleted the mod and now I cannot re-install it. Any Ideas?

vB - 4.1.10

squidsk 02-08-2012 02:54 PM

Yes, there's currently a problem with the uninstaller for the mod not actually removing all tables, so when you try and re-install the mod it fails because the tables its trying to create already exist. The easiest way to fix the issue is to remove the sections of the install code that generate the errors, so if its giving you an error that says table A already exists then go into the install code and remove the entry that adds that table.

mIQe 02-08-2012 10:33 PM

Quote:

Originally Posted by squidsk (Post 2297173)
I have a different take on things as I have written a couple of free programs, and while I do offer support, often it isn't timely due to other constraints and patches can be months in the making even if the bugs are small and easy to fix.

Well I've hosted websites with free custom made 3D models mods for games and provided support for that and I would try and be swift about giving it as it then was no longer on my to do list. Not everything I've asked about have been bugs, some have been about how to use the product and that should be fairly fast and easy to answer. Don't you think?

Quote:

Originally Posted by squidsk (Post 2297173)
I forget sometimes that not everyone who administers a site necessarily has the technical skills to do the behind the work fixes that are sometimes required.

Well I managed to uninstall this product so I could try and install it again. So I'm not clueless if I get a reasonably understandable description on how to do something. I just can't whip something up on my own.

Quote:

Originally Posted by squidsk (Post 2297173)
I'd guess this is actually a problem with your skin, as you've been told. The easy way to check it is does the default skin look normal or does it have the same issue on the awards page. If it doesn't its a skin issue, if it does its an issue with the plugin, but on my forum I don't see any problems with the default skin.

I've used a default skin and made a few new skins with the Style Generator and the image is aligned wrong using them too...

Sarab 02-09-2012 03:58 AM

Hello,

Will this mod have a patch or upgrade for 4.1.10 or not? if yes will it take long to see it available?

Best Regards
Sarab

DAMINK 02-09-2012 05:40 AM

Quote:

Originally Posted by squidsk (Post 2297535)
Yes, there's currently a problem with the uninstaller for the mod not actually removing all tables, so when you try and re-install the mod it fails because the tables its trying to create already exist. The easiest way to fix the issue is to remove the sections of the install code that generate the errors, so if its giving you an error that says table A already exists then go into the install code and remove the entry that adds that table.

Wouldnt it just be easier to drop the tables themselves?
Instead of modifying the install code.

squidsk 02-09-2012 03:42 PM

Quote:

Originally Posted by DAMINK (Post 2297794)
Wouldnt it just be easier to drop the tables themselves?
Instead of modifying the install code.

Of course it would, except not everyone knows how to drop a table and it usually easier to edit a file than create an sql query, especially as not all the errors are related to tables not being dropped, there are also fields that are causing issues as well if you look back at the thread.

KGodel 02-09-2012 06:15 PM

It would be great if there was a way to have category-specific postbits. Say, awards from Category X,Y,Z display under profile, but from Category A, B, and C display right of signature.


All times are GMT. The time now is 02:19 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.02883 seconds
  • Memory Usage 1,921KB
  • 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
  • (5)bbcode_code_printable
  • (28)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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