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)
-   -   Add-On Releases - VB Pro Garage Timeslips (https://vborg.vbsupport.ru/showthread.php?t=236888)

bposner 02-19-2012 12:36 AM

Quote:

Originally Posted by Dylanblitz (Post 2301013)
Did you rebuild the postbit after?

Oh, yes I did, just now, no change :(

and it's also here on the user section in the forums : http://screencast.com/t/xbWPPmRV5NG

Mike Bucy 02-22-2012 04:41 AM

Same Problem.

Here is what is in "User Profile Fields" for a garage user:

<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>
<ul class="popupbody popuphover vehicleaction_body">

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=52"><img src="images/garage/attach/5/1/3/garage_vehicle-52-13287351061_thumb.jpg" alt="View Vehicle" width="75" border="0" />1970 BUICK GSX</a></li>

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=53"><img src="images/garage/attach/5/1/3/garage_vehicle-53-13287359941_thumb.jpg" alt="View Vehicle" width="75" border="0" />1970 BUICK GRAN SPORT</a></li>

</ul>
</div>
</div><br />

bposner 02-22-2012 08:50 PM

Quote:

Originally Posted by Mike Bucy (Post 2302203)
Same Problem.

Here is what is in "User Profile Fields" for a garage user:

<div class="imlinks">
<div class="popupmenu vehicleaction">
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>
<ul class="popupbody popuphover vehicleaction_body">

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=52"><img src="images/garage/attach/5/1/3/garage_vehicle-52-13287351061_thumb.jpg" alt="View Vehicle" width="75" border="0" />1970 BUICK GSX</a></li>

<li class="left"><a href="http://www.v8buick.com/garage_vehicle.php?do=view_vehicle&id=53"><img src="images/garage/attach/5/1/3/garage_vehicle-53-13287359941_thumb.jpg" alt="View Vehicle" width="75" border="0" />1970 BUICK GRAN SPORT</a></li>

</ul>
</div>
</div><br />

I fixed that just by rebuilding the post bit drop downs from the management selection in the Admin CP for VP Garage. So the code is gone, just one li'l guy remains with that small heading.

ExoticAgenda 02-22-2012 08:50 PM

Hey Dylanblitz, it is too much work to have the feature added where the username and vehicle are in the subject of a new post I'm guessing right? Great mod though

Mike Bucy 02-22-2012 10:06 PM

1 Attachment(s)
Quote:

Originally Posted by bposner (Post 2302445)
I fixed that just by rebuilding the post bit drop downs from the management selection in the Admin CP for VP Garage. So the code is gone, just one li'l guy remains with that small heading.

I did that. Same thing.

Dylanblitz 02-23-2012 06:45 AM

Quote:

Originally Posted by bposner (Post 2301014)
Oh, yes I did, just now, no change :(

and it's also here on the user section in the forums : http://screencast.com/t/xbWPPmRV5NG

Lets try something else.
In the ACP
ACP -> Styles & Templates -> Style Manager
Whatever your default style is, on the dropdown select Edit Settings.
That will give you the style id, like the default style has an id of 8.

Now open admincp/garage_manage.php

Find
PHP Code:

$cache_template_query $vbulletin->db->query_read("SELECT title, template FROM " TABLE_PREFIX "template WHERE product = 'cnd_garage' AND styleid = '-1'"); 

at the end, where it has styleid = '-1' replace the -1 with whatever your styleid is. So if it's 8 you'll end up with

PHP Code:

$cache_template_query $vbulletin->db->query_read("SELECT title, template FROM " TABLE_PREFIX "template WHERE product = 'cnd_garage' AND styleid = '8'"); 

After that rebuild the postbit and see if it fixes the broken link title.

Dylanblitz 02-23-2012 06:46 AM

Quote:

Originally Posted by ExoticAgenda (Post 2302446)
Hey Dylanblitz, it is too much work to have the feature added where the username and vehicle are in the subject of a new post I'm guessing right? Great mod though

I would have to tweak the code which I don't really have time to do right now. I can look at doing it later though.

Trumpetrhapsody 02-24-2012 03:33 PM

I've been getting all sorts of database errors lately... I've tried repairing the tables, running the mantenance tools, etc. Any insight?

Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SHOW COLUMNS FROM vbgarage_permissions;

MySQL Error  : Incorrect key file for table '/mysql-tmp/#sql_1651_0.MYI';
try to repair it
Error Number  : 126
Request Date  : Friday, January 20th 2012 @ 11:04:58 PM
Error Date    : Friday, January 20th 2012 @ 11:04:58 PM
Script        :
http://www.ozarkautosport.com/showthread.php?630-Rallycross/page16
Referrer      : http://www.ozarkautosport.com/search.php?searchid=109703
IP Address    : xxxxxxxxxx
Username      : xxxxxx
Classname    : vB_Database
MySQL Version :


clutchthese 02-25-2012 05:42 AM

Is there any way to keep the garage at full width while widgets are displayed?

For instance, have the garage above the forums AND the widgets?

On my fixed width forum, it looks like poo. The garage vehicles run into the widgets and overlap.

Dylanblitz 02-25-2012 09:28 AM

Quote:

Originally Posted by clutchthese (Post 2303163)
Is there any way to keep the garage at full width while widgets are displayed?

For instance, have the garage above the forums AND the widgets?

On my fixed width forum, it looks like poo. The garage vehicles run into the widgets and overlap.

Can you post a screenshot? I'm not sure what you mean.

Dylanblitz 02-25-2012 09:32 AM

Quote:

Originally Posted by Trumpetrhapsody (Post 2302996)
I've been getting all sorts of database errors lately... I've tried repairing the tables, running the mantenance tools, etc. Any insight?

Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SHOW COLUMNS FROM vbgarage_permissions;

MySQL Error  : Incorrect key file for table '/mysql-tmp/#sql_1651_0.MYI';
try to repair it
Error Number  : 126
Request Date  : Friday, January 20th 2012 @ 11:04:58 PM
Error Date    : Friday, January 20th 2012 @ 11:04:58 PM
Script        :
http://www.ozarkautosport.com/showthread.php?630-Rallycross/page16
Referrer      : http://www.ozarkautosport.com/search.php?searchid=109703
IP Address    : xxxxxxxxxx
Username      : xxxxxx
Classname    : vB_Database
MySQL Version :


What version of mysql is it? There are a few errors I see it can be from, the one I saw the most was the diskspace that tmp resides on could be running out of space.

clutchthese 02-25-2012 09:42 AM

Quote:

Originally Posted by Dylanblitz (Post 2303200)
Can you post a screenshot? I'm not sure what you mean.

https://vborg.vbsupport.ru/external/2012/02/16.png

bposner 02-25-2012 06:23 PM

Quote:

Originally Posted by Dylanblitz (Post 2302567)
Lets try something else.
In the ACP
ACP -> Styles & Templates -> Style Manager
Whatever your default style is, on the dropdown select Edit Settings.
That will give you the style id, like the default style has an id of 8.

Thank you Dylan, this fixed the issue. I so appreciate the time and effort you put into supporting this great product. Thanks!!
:up:

Trumpetrhapsody 02-28-2012 02:35 PM

Quote:

Originally Posted by Dylanblitz (Post 2303201)
What version of mysql is it? There are a few errors I see it can be from, the one I saw the most was the diskspace that tmp resides on could be running out of space.

MySQL Version 5.0.91-log
MySQL Packet Size 32.00 MB

I'm on a hosted system, is the tmp location something I could clear out in my directory access?

Trumpetrhapsody 02-29-2012 03:57 PM

Just started getting these too:
Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SHOW COLUMNS FROM vbgarage_permissions;

MySQL Error  : Got error 28 from storage engine
Error Number  : 1030
Request Date  : Wednesday, February 29th 2012 @ 11:51:57 AM
Error Date    : Wednesday, February 29th 2012 @ 11:51:58 AM
Script        : http://www.ozarkautosport.com/index.php
Referrer      :
IP Address    : xxxxxxxx
Username      : xxxxxxxxx
Classname    : vB_Database
MySQL Version :

Looks like you may be right about the space issues. I tried tech support and as is usual they weren't very helpful. Told me I wasn't near my space limits, and that everything resets every hour... don't think they knew what they were talking about.

ExoticAgenda 03-01-2012 01:45 PM

This may be a silly question, when I initially installed the mod and imported the makes and models, they are all in upper case, how can I get them to be in lower case (except for the first letter and makes like BMW)

Dylanblitz 03-02-2012 08:53 AM

Quote:

Originally Posted by Trumpetrhapsody (Post 2304706)
Just started getting these too:
Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SHOW COLUMNS FROM vbgarage_permissions;

MySQL Error  : Got error 28 from storage engine
Error Number  : 1030
Request Date  : Wednesday, February 29th 2012 @ 11:51:57 AM
Error Date    : Wednesday, February 29th 2012 @ 11:51:58 AM
Script        : http://www.ozarkautosport.com/index.php
Referrer      :
IP Address    : xxxxxxxx
Username      : xxxxxxxxx
Classname    : vB_Database
MySQL Version :

Looks like you may be right about the space issues. I tried tech support and as is usual they weren't very helpful. Told me I wasn't near my space limits, and that everything resets every hour... don't think they knew what they were talking about.

Error 28 is a space issue. I found a thread about it on vb.com

https://www.vbulletin.com/forum/show...number-1030%29

Dylanblitz 03-02-2012 08:56 AM

Quote:

Originally Posted by ExoticAgenda (Post 2305039)
This may be a silly question, when I initially installed the mod and imported the makes and models, they are all in upper case, how can I get them to be in lower case (except for the first letter and makes like BMW)

I can't think of a way to automatically do it. Sorry.

bposner 03-03-2012 09:46 PM

Well seems this little quirk in the postbit keep popping up and I have constantly rebuild the drop down. I have no idea what triggering it.

see pic: http://screencast.com/t/ouVczbEL3bGE

thanks

cdoyle 03-04-2012 03:43 AM

I was wondering, would you know how we could add the Google +1 and Facebook 'Like' button to each members garage?

Thanks!
Chris

Dylanblitz 03-04-2012 07:56 AM

Quote:

Originally Posted by bposner (Post 2305863)
Well seems this little quirk in the postbit keep popping up and I have constantly rebuild the drop down. I have no idea what triggering it.

see pic: http://screencast.com/t/ouVczbEL3bGE

thanks

Did you increase the user profile field size?

Dylanblitz 03-04-2012 07:57 AM

Quote:

Originally Posted by cdoyle (Post 2305944)
I was wondering, would you know how we could add the Google +1 and Facebook 'Like' button to each members garage?

Thanks!
Chris

I have done the like on some other code, I'll see if I can find how to get the google on there, haven't worked with that one yet.

brishi 03-04-2012 12:19 PM

Hello, I am new to vB but am finding my way around it pretty good so far on a TEST site before going live. I am working on a Drag Racing site and this looks very cool and would be great for users to post their rides, timeslips etc, wondering if it will work with vB 4.1.11, if not is there any hope for an upgrade or do you know of anything similar?

Cheers,
BriShi

cdoyle 03-04-2012 03:39 PM

Quote:

Originally Posted by Dylanblitz (Post 2305982)
I have done the like on some other code, I'll see if I can find how to get the google on there, haven't worked with that one yet.

Thanks for looking into it, I think it would make my garage a little more used if people could share it easily.

cdoyle 03-04-2012 03:42 PM

Quote:

Originally Posted by brishi (Post 2306034)
Hello, I am new to vB but am finding my way around it pretty good so far on a TEST site before going live. I am working on a Drag Racing site and this looks very cool and would be great for users to post their rides, timeslips etc, wondering if it will work with vB 4.1.11, if not is there any hope for an upgrade or do you know of anything similar?

Cheers,
BriShi

I have it running on my 4.1.11 forum and everything seems to be OK. No issues that I've seen yet.
http://www.caraudiocentral.net/forums

brishi 03-04-2012 03:59 PM

Quote:

Originally Posted by cdoyle (Post 2306082)
I have it running on my 4.1.11 forum and everything seems to be OK. No issues that I've seen yet.
http://www.caraudiocentral.net/forums

Thanks for the reply. Did you install it on 4.1.11 or was it on a previous version of vB before you upgraded to 4.1.11?


Cheers,
BiShi

bposner 03-04-2012 06:31 PM

Quote:

Originally Posted by Dylanblitz (Post 2305981)
Did you increase the user profile field size?

Probably not Dylan.. server is down right now, but will check when ISP brings it back up.
Thanks again for your product.
:cool:

cdoyle 03-04-2012 08:51 PM

Quote:

Originally Posted by brishi (Post 2306090)
Thanks for the reply. Did you install it on 4.1.11 or was it on a previous version of vB before you upgraded to 4.1.11?


Cheers,
BiShi

It was an upgraded forum.

bposner 03-05-2012 12:21 AM

Quote:

Originally Posted by Dylanblitz (Post 2305981)
Did you increase the user profile field size?

So sorry to ask, for some must be a simple request, but not sure where to change this.

thank you for your time on this.
Bill

cdoyle 03-05-2012 01:48 AM

I noticed something today that I don't think should be in the pages.

I had opened the page, and then viewed source. I found some PHP code, but looks like it was made into a comment.

PHP Code:

<!-- 
var 
win null
function confirm_delete(typeid)
{
    if (
type=="engine")
    {
var 
del_msg "Are you sure you want to delete this engine? This operation is not undo-able!";
    }
    if (
type=="timeslips")
    {
var 
del_msg "Are you sure you want to delete this timeslip? This operation is not undo-able!";
    }
    if (
type=="guestbook")
    {
var 
del_msg "Are you sure you want to delete this comment? This operation is not undo-able!";
    }
    if (
type=="vehicle")
    {
var 
del_msg "Are you sure you want to delete this Vehicle? This operation is not undo-able!";
    }
input_box=confirm(del_msg);

    if (
input_box==true)
    {
    if (
type=="engine")
    {
    
window.location.href "http://www.caraudiocentral.net/forums/garage_approval.php?do=delete_engine&id=" id;
    } else if (
type=="club_mem") {
    
window.location.href "http://www.caraudiocentral.net/forums/garage_club.php?do=delete_club_mem&id=" id;
    } else if (
type=="wishlist") {
    
window.location.href "http://www.caraudiocentral.net/forums/garage_modification.php?do=delete_wishlist&id=" id;
    } else {
    
window.location.href "http://www.caraudiocentral.net/forums/garage_" type ".php?do=delete_" type "&id=" id;
    }
    }

}

function 
delete_image()
{

var 
msg "Are you sure you want to delete this image?\nClick OK to continue or Cancel to not delete the image.";

input_box=confirm(msg);

    if (
input_box==true)
    {
    return 
true;
    } else {
    return 
false;
    }

}
function 
delete_veh_images(subdo)
{
    if (
subdo=="del")
    {
    var 
msg "Are you sure you want to delete these images?\nClick OK to continue or Cancel to not delete the images.";

    
input_box=confirm(msg);

        if (
input_box==true)
        {
        return 
true;
        } else {
        return 
false;
        }
    }



You can see it on this page if you want to verify.
http://www.caraudiocentral.net/forum...AMARO-Z28.html

that should be removed right?

brishi 03-05-2012 05:15 PM

Quote:

Originally Posted by cdoyle (Post 2306192)
It was an upgraded forum.

OK, thanks for the answer.

Dylan,

I tried installing it all on vB 4.1.11 and everything installed fine but I can't see anything and it makes my forum also disappear. As soon as I delete the first 2 xml files then my forum returns to normal. I do manage to see all of the admin files fine and it is turned on to show the garage as open but nothing comes up. Not sure if I am missing something here, or if it just won't work as a fresh install on 4.1.11 Is there any plans on making this work with 4.1.11 or not?

This is the sever error I get:
The website encountered an error while retrieving http://www.ontariodrags.ca/garage.php. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.



Cheers,
Brian

PRO5OHHO 03-05-2012 08:33 PM

I'm running vB 4.1.11 and am having an installation issue.

Your installation tidbit up top tells us to import the vb_pro_garage_language_english.xml into Languages & Phrases, but of course in the 4.1.11 adminCP languages and phrases are seperate managers.

If I try and import it into the 'Import Language XML file' and click yes, that it should ignore the language version then it just tells me it's for a different version and the only choice it gives me is to go back.

If I click No, as in 'do not ignore language version' it gives me this:

'The file you attempted to import only contains phrases and none of the settings required. You will be unable to make a new language with this file.'

And makes me click the back button again. How can I get past this step?

Dylanblitz 03-06-2012 03:23 AM

Quote:

Originally Posted by bposner (Post 2306246)
So sorry to ask, for some must be a simple request, but not sure where to change this.

thank you for your time on this.
Bill

No Problem :)
ACP->User Profile Fields->Profile Field Manager

Dylanblitz 03-06-2012 03:28 AM

Quote:

Originally Posted by brishi (Post 2306484)
OK, thanks for the answer.

Dylan,

I tried installing it all on vB 4.1.11 and everything installed fine but I can't see anything and it makes my forum also disappear. As soon as I delete the first 2 xml files then my forum returns to normal. I do manage to see all of the admin files fine and it is turned on to show the garage as open but nothing comes up. Not sure if I am missing something here, or if it just won't work as a fresh install on 4.1.11 Is there any plans on making this work with 4.1.11 or not?

This is the sever error I get:
The website encountered an error while retrieving http://www.ontariodrags.ca/garage.php. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.



Cheers,
Brian

which xml files are you talking about? If you uploaded the product xml files then you probably didn't upload the files correctly. The only files that should be uploaded are the files in the upload directory, nothing below it.

Dylanblitz 03-06-2012 03:32 AM

Quote:

Originally Posted by PRO5OHHO (Post 2306538)
I'm running vB 4.1.11 and am having an installation issue.

Your installation tidbit up top tells us to import the vb_pro_garage_language_english.xml into Languages & Phrases, but of course in the 4.1.11 adminCP languages and phrases are seperate managers.

If I try and import it into the 'Import Language XML file' and click yes, that it should ignore the language version then it just tells me it's for a different version and the only choice it gives me is to go back.

If I click No, as in 'do not ignore language version' it gives me this:

'The file you attempted to import only contains phrases and none of the settings required. You will be unable to make a new language with this file.'

And makes me click the back button again. How can I get past this step?

It should still work the same as with all the other versions. I have 4.1.11 on my dev site and it looks the same as all the other 4.x language settings.
Check these instructions and see if maybe you have something set off.

http://www.vbprogarage.com/forums/docs/html_vb4_ts/

Look at the Install Garage/Installation Script section

Dylanblitz 03-06-2012 03:38 AM

Quote:

Originally Posted by cdoyle (Post 2306262)
I noticed something today that I don't think should be in the pages.

I had opened the page, and then viewed source. I found some PHP code, but looks like it was made into a comment.

You can see it on this page if you want to verify.
http://www.caraudiocentral.net/forum...AMARO-Z28.html

that should be removed right?

That is actually javascript to give a warning before deleting a record. I didn't include it in the .js file because at the time I couldn't find a way to include phrases in there.

brishi 03-06-2012 08:47 PM

Quote:

Originally Posted by Dylanblitz (Post 2306666)
which xml files are you talking about? If you uploaded the product xml files then you probably didn't upload the files correctly. The only files that should be uploaded are the files in the upload directory, nothing below it.

I am talking about the xml files located here http://www.vbprogarage.com/forums/docs/html_vb4_ts_300/ under the "Installation Script". I showed your program to the website owner and he is really interested in it and is willing to purchase it, but he wants to see it working first on his site, which is what I am trying to do on vB 4.1.11 so do we need to wait for an updated version or will this one work some how?
Currently the Vb forum software is on the root, which is where I want to install Garage so please let me know the proper way to set this up if you can. I have the main folders from inside of the "upload" folder on the root, and then I have the garage_cache and all of the other files inside of my Forums folder (and not using the .htaccess file) , and the garage_directory.php is changed to point to /public_html/ Now is this correct or not??


Cheers,
Brian

bposner 03-07-2012 01:35 AM

Quote:

Originally Posted by Dylanblitz (Post 2306662)
No Problem :)
ACP->User Profile Fields->Profile Field Manager

Yes, sir that far I got, after that I didn't know which field to actually with as I don't see anything related to your program :(

gpinjason 03-08-2012 05:45 AM

I'm having the same issues when I edit a user profile, it jacks up the code in the field43 box... I have to rebuild the post bit after each profile edit... is there a fix for this?? I've already done all the code and template edits in previous posts pertaining to this matter.. I was getting the %1$s dropdown menu error as well, but it corrects itself after I rebuild the postbit...

Dylanblitz 03-08-2012 07:08 AM

Quote:

Originally Posted by brishi (Post 2306927)
I am talking about the xml files located here http://www.vbprogarage.com/forums/docs/html_vb4_ts_300/ under the "Installation Script". I showed your program to the website owner and he is really interested in it and is willing to purchase it, but he wants to see it working first on his site, which is what I am trying to do on vB 4.1.11 so do we need to wait for an updated version or will this one work some how?
Currently the Vb forum software is on the root, which is where I want to install Garage so please let me know the proper way to set this up if you can. I have the main folders from inside of the "upload" folder on the root, and then I have the garage_cache and all of the other files inside of my Forums folder (and not using the .htaccess file) , and the garage_directory.php is changed to point to /public_html/ Now is this correct or not??


Cheers,
Brian

You are kind of confusing me heh. The xml files on that page don't get uploaded. They get installed through the ACP from your local machine.
You said you have the forum installed on the root but you also have a forums directory? Do you mean the CMS is in the root and your forums are in /forums/?
If it's all installed in the root then you shouldn't have a forums folder.

Here is an example.
You have www.mysite.com which is where both the cms and forums are. So you would have www.mysite.com/admincp, www.mysite.com/includes, etc. So just dump all the files into www.mysite.com and don't worry about changing the garage_directory.php file.

If you have your CMS at www.mysite.com and your forums at www.mysite.com/forums then you'll have www.mysite.com/forums/admincp, ww.mysit.com/forums/includes, etc. Upload the files like in the instructions, with the folders in the first image going into the www.mysite.com/forums directory and the rest in www.mysite.com. The garage_directory.php file would need to be changed to the root of your forums directory, something like /user/myaccount/public_html/forums/
If you're not sure the correct path, look in the ACP
ACP->Maintenance->View PHP Info
scroll down to DOCUMENT_ROOT

Hope this helps.


All times are GMT. The time now is 04:24 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.02332 seconds
  • Memory Usage 1,920KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_php_printable
  • (28)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

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

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