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 - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

Digital Jedi 02-13-2010 10:47 AM

Quote:

Originally Posted by x626xblack (Post 1980813)
I was about to install then saw that there were a ton of issues hanging out there unanswered. MrZeropage the coder who is the support for this has not posted anything since 2009. It seems he has abandoned this project. He has been online this month but not addressed any issues.

This is off my todo list.

MrZeroPage's last post was Jan 31st. This mod has been upgraded consistently since 2005, and was just updated in December, so let's not overstate the matter. Most of the issues mentioned in this thread have fixes posted in and around the ibProArcade subforum. It's just people pay no attention to the big green letters in the first post that says not to ask for support in this thread.

Quote:

Originally Posted by x626xblack (Post 1980955)
Some of us are not that gifted and rely on the coder to make corrections...

The coder can only answer the same question so many times before he expects you to search it out for yourself. How exactly do you expect the coder to edit YOUR index file? Think about it.

rollerman 02-13-2010 02:43 PM

Quote:

Originally Posted by Sworm (Post 1942368)
Use this for the navbar and not the ipbarcadepro integrated:
https://vborg.vbsupport.ru/showthread.php?t=228507

Oh, this is fantastic.

Thanks for that!

DeviantFlash 02-13-2010 03:00 PM

Can someone give me a clue where to find the arcade.css

Thanks in advance.

Nightridr 02-14-2010 03:56 AM

Style Manager ......(style yr using) ... edit templates .... ARCADE or ARCADE_vB4

UKDarkstar 02-14-2010 12:30 PM

I'm having trouble getting torunaments to appear on a forum with dark background. looks like it's there but you can't see it.

Has this one come up before ? Any suggestions anyone ?

BiZiMDiYaR 02-14-2010 03:23 PM

Hi,

Will there be a proper update to VB4 ? As nothing for the CMS and also the games are not always saved, as mentioned in last topic. I hope this will be updated very soon, so we are able to check this further :).


Thanks.

Jabong82 02-14-2010 10:44 PM

I am having trouble installing this. (sorry I'm a newb).

When I try to upload the arcade folder to my webserver, it always loads like 70-80 of the files (of the 4000?) and then stops, and then I get timed out of the server.

Any idea why this may be? Thanks in advance.

Jabong82 02-15-2010 04:47 AM

Nevermind I was able to install it (somethin was buggy with my comp).

That being said I have a new problem.

On my homepage (www.mydomain.com), I get this screen and can't seem to move it:

https://vborg.vbsupport.ru/external/2010/02/46.jpg

Anyone know how to get rid of it?

x626xblack 02-15-2010 02:39 PM

Quote:

Originally Posted by Digital Jedi (Post 1981300)
MrZeroPage's last post was Jan 31st. This mod has been upgraded consistently since 2005, and was just updated in December, so let's not overstate the matter. Most of the issues mentioned in this thread have fixes posted in and around the ibProArcade subforum. It's just people pay no attention to the big green letters in the first post that says not to ask for support in this thread.


The coder can only answer the same question so many times before he expects you to search it out for yourself. How exactly do you expect the coder to edit YOUR index file? Think about it.

One would expect the Add-On to be updated and the issues corrected. He has not even updated the original Posting to reflect compatibility except for in 1 place. The Original post is sloppy and you can not deny that, huge gaps, incomplete compatibility list. One would also assume that said Coder would not have to answer to a problem more than once if said problem was corrected in the Add-On.

Secondly he has no posted ANYWHERE since Jan 31st. That includes the Respective support forums.

I commend you on your support for a fellow coder, however none of my statements are incorrect.

x626xblack 02-15-2010 02:41 PM

Quote:

Originally Posted by Jabong82 (Post 1982519)
I am having trouble installing this. (sorry I'm a newb).

When I try to upload the arcade folder to my webserver, it always loads like 70-80 of the files (of the 4000?) and then stops, and then I get timed out of the server.

Any idea why this may be? Thanks in advance.

Try batch uploading. Instead of one big upload, upload a few folders at a time. I have had the same issue on actually uploading the VB 4.x folder and files before.

Rob F 02-15-2010 05:10 PM

Quote:

Originally Posted by x626xblack (Post 1982994)
One would expect the Add-On to be updated and the issues corrected. He has not even updated the original Posting to reflect compatibility except for in 1 place. The Original post is sloppy and you can not deny that, huge gaps, incomplete compatibility list. One would also assume that said Coder would not have to answer to a problem more than once if said problem was corrected in the Add-On.

Secondly he has no posted ANYWHERE since Jan 31st. That includes the Respective support forums.

I commend you on your support for a fellow coder, however none of my statements are incorrect.

One can only really expect such things if they're paying for a service. This is a free modification so the fact that we can use it is plenty.

And so what if he hasn't posted in 2 weeks? Maybe the guy took a holiday? Maybe there's been a family emergency? Either way he doesn't owe it to any of us to live online updating things the second someone reports an issue they've run into.

Sorry if that seems harsh to you - just getting fed up of the amount of posts on here lately where people are whining that coders/designers aren't jumping through every hoop for them instantly when they're all getting these modifications for free.

hardfm 02-15-2010 05:30 PM

Quote:

Originally Posted by DBStattoo (Post 1962297)
Ok i found this on the admincp --- arcade--- information

here we go

Open "/index.php"

Search for: (very top of file)

PHP Code:

<?php

Below that add:

PHP Code:

// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
    require_once(
'./global.php');

    switch(
$_POST['func'])
    {
        case 
"storeScore":
        
$_GET['act'] = "Arcade";
        
$_GET['module'] = "arcade";
        
$_GET['do'] = "pnFStoreScore";
        break;

        case 
"saveGame":
        
$_GET['do'] = "pnFSaveGame";
        break;

        case 
"loadGame":
        
$_GET['do'] = "pnFLoadGame";
        break;

        case 
"loadGameScores":
        
$gid $vbulletin->input->clean_gpc('p''gid'TYPE_INT);
        
$uid$vbulletin->userinfo['userid'];
        
$game $db->query_first("SELECT * FROM " TABLE_PREFIX "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
        
$scores $game[score];

        if(
$scores != false)
        {
            
//Return true
            
print "&opSuccess=true&gameScores=$scores&endvar=1"//send endvar to keep opSuccess separate from all other output from PostNuke
        
}
        else
        {
            print 
"&opSuccess=false&error=Error&endvar=1";
        }
        break;
    }
}

$act $_GET[act];
$autocom $_GET[autocom];
$showuser$_GET[showuser];
if(
$act == "Arcade" || $autocom=="arcade") {
include 
"arcade.php";
exit();
}
if(!empty(
$showuser) && $showuser >= 1) {
$u $showuser;
$_GET[u] = $showuser;
include 
"member.php";
exit();
}

// end of ibProArcade 

Save and upload your index.php back to your server.


Now its ok for me nice

Which index.php? in the root or an other file? Silly question, but I love specifics, I am encountering the same issue as well. And I am very happy the solution is here!

Jabong82 02-15-2010 07:32 PM

Anyone know how I can remove this screen from my homepage? After installation of this mod I cannot remove it. I even donated a little, but its still there. Any help would be appreciated.

https://vborg.vbsupport.ru/external/2010/02/46.jpg

Jabong82 02-15-2010 11:36 PM

Bump for help. :(

s0lidgr0und 02-15-2010 11:43 PM

Do you guys even know about the support forum? This is the thread for the release of the product. No wonder you guys can't find the answers to your questions, you'd be expected to sift through 55 pages of the same gdfn questions over and over again.

If you have a problem, go there, look for an answer to your question, and if it's not there, start a thread.

Jabong82 02-16-2010 03:23 AM

Anyone know how to fix the postbit_legacy after the Arcade is installed? Now that there are symbols for the games streaming in the legacy, my post count, location, and join date stats are all outta wack. Any help would be appreciated!

jarremachine 02-16-2010 08:11 AM

Quote:

Originally Posted by sinistergaming (Post 1981126)
i was having the same issue but i was able to fix it.
back up your ARCADE_vB4 template. incase this doesnt work for you..

replace entire contents with this:
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
<head>
    {vb:raw headinclude}
    <title>{vb:rawphrase Arcade} - {vb:raw vboptions.bbtitle}</title>
    {vb:raw headinclude_bottom}
</head>
<body>

{vb:raw header}
{vb:raw navbar}

<div id="pagetitle">
    <h1>{vb:rawphrase Arcade}</h1>
</div>

<vb:if condition="$show['errors']">
<div class="block">
    <h2 class="blockhead">{vb:rawphrase errors_occured_when_submitted}</h2>
    <div class="blockbody">
        <div class="blockrow">
            <ol id="errormessages">
                {vb:raw errormessages}
            </ol>
        </div>
    </div>
</div>
</vb:if>
  <body>
    {vb:raw header}
    {vb:raw navbar}
    <div class="blockbody">
      <div class="blockrow">
  {vb:raw arcadeheader}
  {vb:raw maincontent}
      </div>
    </div>
    {vb:raw footer}
  </body>
</html>


This worked for me in ARCADE template, thank you very much :up:

x626xblack 02-16-2010 01:23 PM

Quote:

Originally Posted by Rob F (Post 1983115)
One can only really expect such things if they're paying for a service. This is a free modification so the fact that we can use it is plenty.

And so what if he hasn't posted in 2 weeks? Maybe the guy took a holiday? Maybe there's been a family emergency? Either way he doesn't owe it to any of us to live online updating things the second someone reports an issue they've run into.

Sorry if that seems harsh to you - just getting fed up of the amount of posts on here lately where people are whining that coders/designers aren't jumping through every hoop for them instantly when they're all getting these modifications for free.

Nice try but profile shows most recent log in. I have yet to post a problem. I have not installed, as I have posted. When the laundry list is a few pages and the coder is on every day and does not address any of them....... There seems to be a number of people who "CAN NOT " use this.

Well again Nice try.

PS says it works with 4.0.x.. Last update was Dec 09... How does he know? There have been two releases since Dec 09

pablete 02-16-2010 01:34 PM

Quote:

Originally Posted by x626xblack (Post 1983755)

Well again Nice try.

PS says it works with 4.0.x.. Last update was Dec 09... How does he know? There have been two releases since Dec 09

Yes, it works full in 4.0.x, i upgrade it release whem i run 3.8.6. and it , and this same release work perfect on vb4.0.1

x626xblack 02-16-2010 04:02 PM

Quote:

Originally Posted by pablete (Post 1983760)
Yes, it works full in 4.0.x, i upgrade it release whem i run 3.8.6. and it , and this same release work perfect on vb4.0.1

So I have to ask. if it works perfectly in 4.0.1 what are all the issues i see above this post? Is it due to personal style conflicts? User error on the install?

Cna you post a url to your site or someone who has installed as per the instructions and made no code changes.

Rob F 02-16-2010 08:24 PM

Quote:

Originally Posted by x626xblack (Post 1983755)
Nice try but profile shows most recent log in. I have yet to post a problem. I have not installed, as I have posted. When the laundry list is a few pages and the coder is on every day and does not address any of them....... There seems to be a number of people who "CAN NOT " use this.

Well again Nice try.

PS says it works with 4.0.x.. Last update was Dec 09... How does he know? There have been two releases since Dec 09

The laundry list as you so eloquently put it, is posted in this thread - the modification release thread. What a great number of posters seem to have ignored (or be blind to) is the part in the very first post, which is both big and green!

Click here
to jump to the
ibProArcade-Support-Forum
in the Premium-Modification-Section


This isn't a support thread! So yes, the list is going to keep on growing so long as people continue to ignore the above. There's a support section for this mod, an actual DEDICATED FORUM for any/all issues to be posted in. The majority mentioned on this thread have already been dealt with so I really don't blame the developer for not wasting his time on this particular thread.

Ps - he says it works on 4.0.x - and he's right! Currently have it running on my site and my members love it.

So in your own words - nice try, but I'm afraid you failed.

junaid 02-17-2010 01:28 AM

AdminCP options Style & Language Settings Store CSS Stylesheets as Files? yes

Arcade style not work correctly by default vbulletin theme

doubleclick 02-17-2010 11:06 AM

I've always been curious about this thread, as to why it exists at all. Most questions about any mod involves support, so why is this non-support area for this mod here at all? It clearly confuses many people, as many discussions here involve questions for support followed by a reply about this not being a support area.

What IS the purpose of this area then?

dc

Digital Jedi 02-17-2010 04:37 PM

Quote:

Originally Posted by x626xblack (Post 1982994)
One would expect the Add-On to be updated and the issues corrected. He has not even updated the original Posting to reflect compatibility except for in 1 place. The Original post is sloppy and you can not deny that, huge gaps, incomplete compatibility list. One would also assume that said Coder would not have to answer to a problem more than once if said problem was corrected in the Add-On.

Secondly he has no posted ANYWHERE since Jan 31st. That includes the Respective support forums.

I commend you on your support for a fellow coder, however none of my statements are incorrect.

Your under the misconception that every problem can be fixed just by tweaking a few settings in the add-on. That isn't always the case. Sometimes it's unique to individual forum owners, or something that can only be fixed with a manual edit to something on your website. Something the coder doesn't have access to.

Digital Jedi 02-17-2010 04:38 PM

Quote:

Originally Posted by doubleclick (Post 1984492)
I've always been curious about this thread, as to why it exists at all. Most questions about any mod involves support, so why is this non-support area for this mod here at all? It clearly confuses many people, as many discussions here involve questions for support followed by a reply about this not being a support area.

What IS the purpose of this area then?

dc

This is the download thread, which all mods have to have. But because this mod is so major, it has it's own support forum in the link above.

doubleclick 02-18-2010 07:31 AM

Thanks DJ!

x626xblack 02-18-2010 12:24 PM

Quote:

Originally Posted by Rob F (Post 1984038)
The laundry list as you so eloquently put it, is posted in this thread - the modification release thread. What a great number of posters seem to have ignored (or be blind to) is the part in the very first post, which is both big and green!

Click here
to jump to the
ibProArcade-Support-Forum
in the Premium-Modification-Section


This isn't a support thread! So yes, the list is going to keep on growing so long as people continue to ignore the above. There's a support section for this mod, an actual DEDICATED FORUM for any/all issues to be posted in. The majority mentioned on this thread have already been dealt with so I really don't blame the developer for not wasting his time on this particular thread.

Ps - he says it works on 4.0.x - and he's right! Currently have it running on my site and my members love it.

So in your own words - nice try, but I'm afraid you failed.

Yet another Nice Try! Post your picture so we can see the definition of fail.

Do you think I have not gone to the support section and seen the larger laundry list of issues that have not been answered. The support area is full of members "trying" to help other members. When you view someones profile and click on "find all posts by member" it SHOWS posts there also. None of which have happened since Jan 31st. Apparently DJ is trying to help with issues but ZERO is MIA or someone stole his keyboard.

Your juvenile attempt at a comeback or sarcastic reply was a waste of font and keystroke.

What you failed to see or as you put it "are blind to" is that I have not asked for support here. The support section is for that. I simply stated that this product "seems" to be no longer supported by the Coder that posted it and developed it.

P.S: That "other" list of lists is growing also.

Nadeemjp 02-18-2010 07:48 PM

after upgrading to vb4.0.2, the scores are not saving, saying "missing security token" or something.

It was working fine on 4.0.1 but after the upgrade it is going nuts.

please help

ArcadeSyndicate 02-18-2010 07:51 PM

have you made the filechanges again?

ftechuk 02-18-2010 09:33 PM

Not sure if this is the correct place to post this, but I was looking for a way to have new high scores from the arcade shouted in the VSa - Chatbox and could find nothing in this thread, so I created this...

Obviously need to have VSa - Chatbox & ibproarcade installed. This is currently working for the latest versions of each on my site, which can be viewed HERE

Also create a new bbcode called 'siteurl' with the code
<a href="{option}">{param}</a>
(This makes the game link in the chatbox open in the same window rather than a new one)
Code:

Title = siteurl
BB Code Tag Name = siteurl
Replacement = <a href="{option}">{param}</a>
Example = [siteurl=http://www.example.com]Example Web Site[/siteurl]
Decription = This open site urls in the same window rather than the default target="_blank"
Use {option} = Yes
Button Image (Optional) = Leave Blank
Remove Tag If Empty = Yes
Disable BB Code Within This BB Code = No
Disable Smilies Within This BB Code = Yes
Disable Word Wrapping Within This BB Code = Yes


(Please bare in mind I am not an expert so take no responsiblity for any damage you may cause - backup arcade.php first!). If there was a simpler way to do it, I searched but couldnt find it.

Open arcade.php and find around line 3846
PHP Code:

                        // finally update Highscore-Table
                        
if ( ($this->arcade->user['id'] != 0) && ($player_score <> 0) )
                        {
                                                
$DB->query("UPDATE ibf_games_champs SET ".$db_string." WHERE champ_gid=".$gid);
                            
$ginfo['champ_mid'] = $this->arcade->user['id'];
                            
$ginfo['champ_name'] = $this->arcade->user['name'];
                            
$ginfo['champ_score'] = $player_score


Add after
PHP Code:

// Insert New Chatbox Message
$DB->query("SELECT c.*, g.gcat, cat.password FROM ibf_games_champs AS c, ibf_games_list AS g, ibf_games_cats AS cat WHERE c.champ_gid=g.gid AND g.gcat=cat.c_id AND g.active=1 AND trim(password)='' ORDER BY champ_date DESC LIMIT 0,1");
while( 
$row $DB->fetch_row() )
        {
            
$newchattxt .= "[color=green]".$row['champ_name']." set a new high score of ".$row['champ_score']." in [/color][siteurl=http://".$_SERVER['SERVER_NAME']."/arcade.php?do=play&gameid=".$row['champ_gid']."]".$row['champ_gtitle']."[/siteurl]";
                    
$vbulletin->db->query_write("
                        INSERT INTO "
.TABLE_PREFIX."vsa_chatbox
                            (userid, userip, message, dateline, textprop)
                        VALUES ('42', '"
.$_SERVER['REMOTE_ADDR']."', '".$newchattxt."', ".TIMENOW.", '')
                    "
);
        }
// End insert 

Then Find

PHP Code:

                    if ($player_score <> 0)     // no champ with no result ...
                    
{
                                
$DB->query("INSERT INTO ibf_games_champs (" .$db_string['FIELD_NAMES']. ") VALUES ("$db_string['FIELD_VALUES'] .")");
                        
$ginfo['champ_mid'] = $this->arcade->user['id'];
                        
$ginfo['champ_name'] = $this->arcade->user['name'];
                        
$ginfo['champ_score'] = $player_score

Add after
PHP Code:

// Insert New Chatbox Message
$DB->query("SELECT c.*, g.gcat, cat.password FROM ibf_games_champs AS c, ibf_games_list AS g, ibf_games_cats AS cat WHERE c.champ_gid=g.gid AND g.gcat=cat.c_id AND g.active=1 AND trim(password)='' ORDER BY champ_date DESC LIMIT 0,1");
while( 
$row $DB->fetch_row() )
        {
            
$newchattxt .= "[color=green]".$row['champ_name']." set a new high score of ".$row['champ_score']." in [/color][siteurl=http://".$_SERVER['SERVER_NAME']."/arcade.php?do=play&gameid=".$row['champ_gid']."]".$row['champ_gtitle']."[/siteurl]";
                    
$vbulletin->db->query_write("
                        INSERT INTO "
.TABLE_PREFIX."vsa_chatbox
                            (userid, userip, message, dateline, textprop)
                        VALUES ('42', '"
.$_SERVER['REMOTE_ADDR']."', '".$newchattxt."', ".TIMENOW.", '')
                    "
);
        }
// End insert 

Change BOTH INSTANCES of 42 in the above to the value to the userid of the users name you wish to appear in the chatbox. i.e. I have a user with id 42 called Arcade who does all the arcade shouting.

Thats it.
Jim.

Bouncer222 02-18-2010 10:06 PM

ftechuk you should really go to the mods section on vbulletin.org and post this under vbulletin vb4 template modifications.

So that it wont get lost in the responses here and others can use it.

Thanks Im going to try it right now!

Digital Jedi 02-19-2010 05:24 AM

Quote:

Originally Posted by x626xblack (Post 1985563)
Yet another Nice Try! Post your picture so we can see the definition of fail.

Do you think I have not gone to the support section and seen the larger laundry list of issues that have not been answered. The support area is full of members "trying" to help other members. When you view someones profile and click on "find all posts by member" it SHOWS posts there also. None of which have happened since Jan 31st. Apparently DJ is trying to help with issues but ZERO is MIA or someone stole his keyboard.

Your juvenile attempt at a comeback or sarcastic reply was a waste of font and keystroke.

What you failed to see or as you put it "are blind to" is that I have not asked for support here. The support section is for that. I simply stated that this product "seems" to be no longer supported by the Coder that posted it and developed it.

P.S: That "other" list of lists is growing also.

Well, he's not supposed to be handling ALL of those questions by himself. I'm guessing his new baby stole his keyboard. Mine does all the time. This is supposed to be a community effort. I doubt any one of use could handle the hundreds of support questions a month, not considering the fact that a lot of them are repeat questions.

hohleweg 02-19-2010 05:29 AM

Hi
I have the same:
....after upgrading to vb4.0.2, the scores are not saving,
i come to forumhome
It was working fine on 4.0.1

Jo

LordVader! 02-19-2010 11:21 AM

Your index.php was probability overwritten.

Nadeemjp 02-19-2010 11:52 AM

Quote:

Originally Posted by ArcadeSyndicate (Post 1985877)
have you made the filechanges again?

if you mean that the changes in index.php, then yes i tried that, but it didnt work.
also there are so many index files, so if i could know which index file it is referred to it might help

thankyou

LordVader! 02-19-2010 12:00 PM

It would be the same index.php you wold have originally changed in 4.0.1.. Its on the root of your forums.

Marco van Herwaarden 02-19-2010 12:33 PM

Everyone please behave like adults and not revert to personal fights.

If you have support questions regarding this modification then please post in the dedcated support forum for this modification.

hohleweg 02-19-2010 04:00 PM

with the "old" index.php its works now
jo

xStat 02-19-2010 05:13 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=1985948&postcount=5516" target="_blank">https://vborg.vbsupport.ru/showp...postcount=5516</a>

very nice ftechuck!!

Nadeemjp 02-19-2010 09:25 PM

Quote:

Originally Posted by LordVader! (Post 1986393)
It would be the same index.php you wold have originally changed in 4.0.1.. Its on the root of your forums.

by root, you mean public_html/forums/index.php?
because for every level there is an index file.


All times are GMT. The time now is 04:54 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.06080 seconds
  • Memory Usage 1,946KB
  • 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
  • (6)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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