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)

Dylanblitz 03-08-2012 07:09 AM

Quote:

Originally Posted by bposner (Post 2307005)
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 :(

Ah sorry, it's field43. Depending on the first you first installed, could be blank.

Dylanblitz 03-08-2012 07:14 AM

Quote:

Originally Posted by gpinjason (Post 2307359)
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...

Is all the code there or does it look like it's been cut off? If it looks like all the code is there (starting <div> has a closing </div>) then it might be the ACP is converting the special characters.
Have you tried editing the plugin
Garage Postbit Vehicle Dropdown

And change the end to look like

PHP Code:

if ($vbulletin->options['garage_pb_onoff'] && ((THIS_SCRIPT == 'showpost') || (THIS_SCRIPT == 'showthread')) && $post[field43])
{
    if (
$vbulletin->options['legacypostbit'] == 1)
    {
    
$template_hook['postbit_userinfo_right'] .= unhtmlspecialchars($post[field43]);
    } else {
    
$template_hook['postbit_userinfo_left'] .= unhtmlspecialchars($post[field43]);
    }



bposner 03-09-2012 02:16 AM

1 Attachment(s)
Quote:

Originally Posted by Dylanblitz (Post 2307369)
Ah sorry, it's field43. Depending on the first you first installed, could be blank.

Attached is the field as it sits. If I try to change the the field size it spits back wanting other things, and not sure what to put in it.

Dylanblitz 03-09-2012 02:55 AM

Quote:

Originally Posted by bposner (Post 2307716)
Attached is the field as it sits. If I try to change the the field size it spits back wanting other things, and not sure what to put in it.

It wants a title up in the top box. You can put whatever you want, it wont display on the page. It's just so you know what the field is for.

gpinjason 03-09-2012 05:26 PM

Quote:

Originally Posted by Dylanblitz (Post 2307370)
Is all the code there or does it look like it's been cut off? If it looks like all the code is there (starting <div> has a closing </div>) then it might be the ACP is converting the special characters.
Have you tried editing the plugin
Garage Postbit Vehicle Dropdown

And change the end to look like

PHP Code:

if ($vbulletin->options['garage_pb_onoff'] && ((THIS_SCRIPT == 'showpost') || (THIS_SCRIPT == 'showthread')) && $post[field43])
{
    if (
$vbulletin->options['legacypostbit'] == 1)
    {
    
$template_hook['postbit_userinfo_right'] .= unhtmlspecialchars($post[field43]);
    } else {
    
$template_hook['postbit_userinfo_left'] .= unhtmlspecialchars($post[field43]);
    }



Yes I did all of the "fixes" in the many pages of comments, starting on page 54.. changed the script above, changed the style id in garage_manage.php, changed the size of the text box...

brishi 03-09-2012 06:10 PM

Quote:

Originally Posted by Dylanblitz (Post 2307368)
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.


Sorry for the confusion, I guess I shouldn`t be posting late at night while under medication LOL... OK, I have just upgraded to the vB Suite which will all be installed under a folder called `Test`or whatever for now until we are ready to go live and then all will be installed on the root. So I should be good with this, biggest concern was that the your program didn`t have any problems working on 4.1.11??? Also if or when we do purchase this is it easier to post questions here or on your website??

Dylanblitz 03-11-2012 04:11 AM

Quote:

Originally Posted by gpinjason (Post 2307970)
Yes I did all of the "fixes" in the many pages of comments, starting on page 54.. changed the script above, changed the style id in garage_manage.php, changed the size of the text box...

If you want to give me temp admin and let me know an account I can change to test on. You've done all the changes I know about to fix the problem. Not sure if something is off or it's a new problem I've never run into.

Dylanblitz 03-11-2012 04:13 AM

Quote:

Originally Posted by brishi (Post 2307989)
Sorry for the confusion, I guess I shouldn`t be posting late at night while under medication LOL... OK, I have just upgraded to the vB Suite which will all be installed under a folder called `Test`or whatever for now until we are ready to go live and then all will be installed on the root. So I should be good with this, biggest concern was that the your program didn`t have any problems working on 4.1.11??? Also if or when we do purchase this is it easier to post questions here or on your website??

A couple users have it running on 4.1.11 without issue. The minor version of vB doesn't make much difference. I don't hook into much of vB so unless the core database code changes, I usually don't have to make changes.

If you get the full version post questions on my site. There are differences between pro and lite and mixing up the support between the two isn't a good idea heh.

cdoyle 03-12-2012 03:15 PM

Hi,
I had a couple feature requests for you to consider, that I think will really make this even better.

Photo Descriptions: Give the user the option to add a brief description of the picture they are uploading. This description will display under the photo when other users view it.

Social Buttons: I mentioned this earlier and I think it would be a nice addition, add the Google +1 and FB like buttons to each users garage. This will also help bring in more users, and also helps in search results. Google keeps track of +1's and uses that in determining your ranking.

this is a great mod, I love having it on my forum

Oh is it possible to add the random vehicle image to a VBadvance portal page?
I would like to display it on here
http://www.caraudiocentral.net/

gpinjason 03-12-2012 09:37 PM

1 Attachment(s)
Quote:

Originally Posted by Dylanblitz (Post 2308460)
If you want to give me temp admin and let me know an account I can change to test on. You've done all the changes I know about to fix the problem. Not sure if something is off or it's a new problem I've never run into.

I'm afraid I cannot do that.. I don't have full administrative permissions on the site, I'm just an "assistant" LOL... BUT, I've checked some more, and it's not messing up the code in the postbit anymore, only in the "About Me" section on the member's profile.. ALSO, I've noticed that it's only visible by admins, so the regular members have no idea that it's messing up.

Is the vehicle drop down in the post bit supposed to be visible by everyone, or just admins? because currently it's only visibly by admins.

OH, one more thing, when adding a new vehicle, there is a blank drop down box under the mileage box. I've used Chrome to inspect the element, and it is showing that it's a dropdown for the fuel menus, but it shows up as a blank box. Is there a way to remove this?

HTML Code:

<select id="fuel_preference" name="fuel_preference">
<option value="1"></option><option value="2"></option><option value="3"></option><option value="4">
</option></select>

https://vborg.vbsupport.ru/attachmen...1&d=1331588514

brishi 03-13-2012 10:19 PM

Quote:

Originally Posted by Dylanblitz (Post 2308461)
A couple users have it running on 4.1.11 without issue. The minor version of vB doesn't make much difference. I don't hook into much of vB so unless the core database code changes, I usually don't have to make changes.

If you get the full version post questions on my site. There are differences between pro and lite and mixing up the support between the two isn't a good idea heh.

Hi Dylan,

OK, The owner of the site really want s to buy this software but right now I am having a couple of issues just with

the free version on my test site
1) Everything installed ok except the language XML file vb_pro_garage_language_english and it returned the

following message:
This file was created using a different version of vBulletin from the one you are running.
Your version: 4.1.11
File version: 3.7.4
Is the pro version an updated version or the same?

2) When I go into the AdminCP>Settings>Options there is a big gap with nothing but white space where the Garage

Options should be. I can click on any of them and they open but all I see are the dots to choose Yes or No and no

other text on the left where the descriptions should be.

I do see the
*[garage_settings]* menu and everything in there seems to be ok except the
*[garage_manage]* and all I see there is a little box with "go" in the middle of each column, but I don't know what
else should be in there but I doubt that is it??
So where to go/what to do from here? Everything else seems to be ok as I don't know what should be there?
Also there is no name showing up on the menu link..

Cheers,
BriShi

Dylanblitz 03-14-2012 06:00 AM

Quote:

Originally Posted by gpinjason (Post 2308962)
I'm afraid I cannot do that.. I don't have full administrative permissions on the site, I'm just an "assistant" LOL... BUT, I've checked some more, and it's not messing up the code in the postbit anymore, only in the "About Me" section on the member's profile.. ALSO, I've noticed that it's only visible by admins, so the regular members have no idea that it's messing up.

Is the vehicle drop down in the post bit supposed to be visible by everyone, or just admins? because currently it's only visibly by admins.

OH, one more thing, when adding a new vehicle, there is a blank drop down box under the mileage box. I've used Chrome to inspect the element, and it is showing that it's a dropdown for the fuel menus, but it shows up as a blank box. Is there a way to remove this?

The About Me dropdown is an unwanted side effect from using a user profile field for the postbit info. It's only visible to admins.
I updated the mod description with the fixes for the known bugs.

Dylanblitz 03-14-2012 06:02 AM

Quote:

Originally Posted by brishi (Post 2309204)
Hi Dylan,

OK, The owner of the site really want s to buy this software but right now I am having a couple of issues just with

the free version on my test site
1) Everything installed ok except the language XML file vb_pro_garage_language_english and it returned the

following message:
This file was created using a different version of vBulletin from the one you are running.
Your version: 4.1.11
File version: 3.7.4
Is the pro version an updated version or the same?

2) When I go into the AdminCP>Settings>Options there is a big gap with nothing but white space where the Garage

Options should be. I can click on any of them and they open but all I see are the dots to choose Yes or No and no

other text on the left where the descriptions should be.

I do see the
*[garage_settings]* menu and everything in there seems to be ok except the
*[garage_manage]* and all I see there is a little box with "go" in the middle of each column, but I don't know what
else should be in there but I doubt that is it??
So where to go/what to do from here? Everything else seems to be ok as I don't know what should be there?
Also there is no name showing up on the menu link..

Cheers,
BriShi

The reason the options aren't showing is because the language hasn't been imported. Select Yes to ignore the language version. You aren't updating any out of boxes phrases. Check the instructions if you're not sure, I have a screenshot that shows what settings to select.

brishi 03-14-2012 10:37 PM

Quote:

Originally Posted by Dylanblitz (Post 2309292)
The reason the options aren't showing is because the language hasn't been imported. Select Yes to ignore the language version. You aren't updating any out of boxes phrases. Check the instructions if you're not sure, I have a screenshot that shows what settings to select.

OK, well what I did was delete all 3 of the xml files and re-installed them as I did miss the checkbox of Yes to ignore the language version and I got this message which I assume is ok?
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. but I still can not see the options in the adminCP and am still not able to see any of the descriptions when I click on them. So what do you suggest next? because I would certainly not purchase this if I can not even get the free version to work and it is kind of hard to configure something if you can't see and read what it is that you are configuring, LOL!

Cheers,
BriShi

Dylanblitz 03-14-2012 11:06 PM

Quote:

Originally Posted by brishi (Post 2309488)
OK, well what I did was delete all 3 of the xml files and re-installed them as I did miss the checkbox of Yes to ignore the language version and I got this message which I assume is ok?
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. but I still can not see the options in the adminCP and am still not able to see any of the descriptions when I click on them. So what do you suggest next? because I would certainly not purchase this if I can not even get the free version to work and it is kind of hard to configure something if you can't see and read what it is that you are configuring, LOL!

Cheers,
BriShi

You still aren't doing it correctly, you are creating a new language. Check the screenshots on this page of the documentation.
http://www.vbprogarage.com/forums/do...ion_script.htm

brishi 03-15-2012 06:05 AM

Quote:

Originally Posted by Dylanblitz (Post 2309507)
You still aren't doing it correctly, you are creating a new language. Check the screenshots on this page of the documentation.
http://www.vbprogarage.com/forums/do...ion_script.htm

OK Dylan you will now be able to sleep at night as I finally got it working right, LOL!! I was not choosing English as the language. Sorry for being such a PITA about this, but I am going to play around with it for a few days and hopefully in that time you won't hear from me...Next step will be purchasing it from you and then dealing with you on your site which you should change on here because if people view your profile it brings them to an old page I believe??

Is this not the correct site? : http://www.vbprogarage.com/ , one last question actually Dylan what mod or how did you get the dropdown menu under "Products"?

Cheers,
BriShi

Dylanblitz 03-15-2012 06:31 AM

Quote:

Originally Posted by brishi (Post 2309585)
OK Dylan you will now be able to sleep at night as I finally got it working right, LOL!! I was not choosing English as the language. Sorry for being such a PITA about this, but I am going to play around with it for a few days and hopefully in that time you won't hear from me...Next step will be purchasing it from you and then dealing with you on your site which you should change on here because if people view your profile it brings them to an old page I believe??

Is this not the correct site? : http://www.vbprogarage.com/ , one last question actually Dylan what mod or how did you get the dropdown menu under "Products"?

Cheers,
BriShi

Thanks for reminding me about that, forgot to change the page link.
The Products dropdown is part of an internal Dragonbyte tech software. There is an article on here that shows how to do it or you can get a mod that will let you customize you navigation from the ACP.

Article
https://vborg.vbsupport.ru/showthread.php?t=228338

NavTab mod
https://vborg.vbsupport.ru/showthread.php?t=274972

PRO5OHHO 03-20-2012 09:39 PM

hey dylan, i was changing up some stylevars last night not paying attn to my garage and......

now the welcome message on the garage page is black just like the background of the page so it can't be seen. And all the description fields, such as color, year, make model, etc. on each car's garage page is also black just like the background. I've been changing style vars for the past three hours to try and get the text to show back up and I swear I've been through every one, but probably not. Oh, I'm 4.1.11.

Do you know what style var I can utilize to change the color of that text?

Just for reference... www.houstonhorsepower.com

jjdurrant 03-24-2012 08:35 PM

Work ok with 4.1.10?

Dylanblitz 03-25-2012 06:38 AM

Quote:

Originally Posted by PRO5OHHO (Post 2311550)
hey dylan, i was changing up some stylevars last night not paying attn to my garage and......

now the welcome message on the garage page is black just like the background of the page so it can't be seen. And all the description fields, such as color, year, make model, etc. on each car's garage page is also black just like the background. I've been changing style vars for the past three hours to try and get the text to show back up and I swear I've been through every one, but probably not. Oh, I'm 4.1.11.

Do you know what style var I can utilize to change the color of that text?

Just for reference... www.houstonhorsepower.com

I'm using Common/body_color for the text.

Dylanblitz 03-25-2012 06:41 AM

Quote:

Originally Posted by jjdurrant (Post 2312928)
Work ok with 4.1.10?

Previously posted

Quote:

Originally Posted by Dylanblitz (Post 2308461)
A couple users have it running on 4.1.11 without issue. The minor version of vB doesn't make much difference. I don't hook into much of vB so unless the core database code changes, I usually don't have to make changes.


sekel 03-30-2012 09:38 AM

Hi,

I've created a new usergroup that mimics the same permission settings as those of registered users, but every time these users want to comment on garage pictures or upload photos, a permission error pops up.

Is there a solution for this? Thanks in advance!

clubvr4 03-30-2012 01:34 PM

Quote:

Originally Posted by sekel (Post 2314968)
Hi,

I've created a new usergroup that mimics the same permission settings as those of registered users, but every time these users want to comment on garage pictures or upload photos, a permission error pops up.

Is there a solution for this? Thanks in advance!

Make sure you are using the right permissions...

Check

Admincp > Settings > Options > Garage General Settings - Usergroup Permissions

What's it set to?

if its advanced, make sure you are updating

VB Pro Garage > UserGroup Permissions

if its Basic, make sure you are updating.

Admincp > Settings > Options > Garage Basic Permission Settings

Good luck!

cdoyle 04-03-2012 01:17 PM

Quote:

Originally Posted by cdoyle (Post 2308867)
Hi,
I had a couple feature requests for you to consider, that I think will really make this even better.

Photo Descriptions: Give the user the option to add a brief description of the picture they are uploading. This description will display under the photo when other users view it.

Social Buttons: I mentioned this earlier and I think it would be a nice addition, add the Google +1 and FB like buttons to each users garage. This will also help bring in more users, and also helps in search results. Google keeps track of +1's and uses that in determining your ranking.

this is a great mod, I love having it on my forum

Oh is it possible to add the random vehicle image to a VBadvance portal page?
I would like to display it on here
http://www.caraudiocentral.net/


Hi, just wondering if you are considering any of these for the next release?

Thanks,
chris

hyperspin 04-05-2012 03:32 AM

This mod is an excellent mod... However, it's very specific to vehicles. I see much more potential if this mod could be easier to customize to other types of sites.

For instance my site is a video game related site and people want to show off their arcade cabinets and video games. I customized this mod to be Gameroom instead of Garage and it worked out quite well. I've upgraded my site to 4.1.11 and now I need to update this mod. I really wish this mod was easier to customize for other types of sites.

Other than that... excellent mod!

Dylanblitz 04-05-2012 07:39 AM

Quote:

Originally Posted by cdoyle (Post 2316371)
Hi, just wondering if you are considering any of these for the next release?

Thanks,
chris

Yeah, most likely all 3 will be there.

Dylanblitz 04-05-2012 07:41 AM

Quote:

Originally Posted by hyperspin (Post 2316877)
This mod is an excellent mod... However, it's very specific to vehicles. I see much more potential if this mod could be easier to customize to other types of sites.

For instance my site is a video game related site and people want to show off their arcade cabinets and video games. I customized this mod to be Gameroom instead of Garage and it worked out quite well. I've upgraded my site to 4.1.11 and now I need to update this mod. I really wish this mod was easier to customize for other types of sites.

Other than that... excellent mod!

I'm not sure what version you are running? I am planning on making some major changes in the version I'm working on now. Custom fields through the ACP, changing the name of the main file, etc.

cdoyle 04-06-2012 12:03 AM

Quote:

Originally Posted by Dylanblitz (Post 2316915)
Yeah, most likely all 3 will be there.

Great!!
I can't wait for the new version.

Do you have an idea when it might be ready?

Dylanblitz 04-08-2012 05:34 PM

Quote:

Originally Posted by cdoyle (Post 2317172)
Great!!
I can't wait for the new version.

Do you have an idea when it might be ready?

Not really. I'm working on it in the free time I have, but with a full time job and 2 kids the free time is short lately heh

@ngel 04-09-2012 12:30 PM

Quote:

Originally Posted by Dylanblitz (Post 2318072)
Not really. I'm working on it in the free time I have, but with a full time job and 2 kids the free time is short lately heh

If I can provide any help please let me know, since I was interested anyway to modify your plugin to make it work with another kind of forum! I have it already on my car forum!

cdoyle 04-12-2012 12:56 AM

I found one little bug with the approvals of trims.
When it sends me the PM, with the link to the approval.

The link takes me to
http://www.caraudiocentral.net/forum...proval.php?do=

But it should be
http://www.caraudiocentral.net/forum...al.php?do=trim

Chris

gpinjason 04-12-2012 04:27 PM

Quote:

Originally Posted by cdoyle (Post 2319232)
I found one little bug with the approvals of trims.
When it sends me the PM, with the link to the approval.

The link takes me to
http://www.caraudiocentral.net/forum...proval.php?do=

But it should be
http://www.caraudiocentral.net/forum...al.php?do=trim

Chris

I get the same thing

Jonm 05-14-2012 12:54 PM

I keep getting this error message when trying to add a photo?

Quote:

Filename.jpg - Error: Image could not be moved.

anyone any ideas?

gpinjason 05-30-2012 06:42 PM

Navigation Tab is gone with 4.2.0.. any fix for this yet?

upperme 05-30-2012 06:57 PM

Yep, same here. I'd be interested to know when this is fixed as well.

Thanks,

Jim

Quote:

Originally Posted by gpinjason (Post 2334791)
Navigation Tab is gone with 4.2.0.. any fix for this yet?


cdoyle 05-31-2012 01:01 AM

I just added the tab manually in the navigation manager.

Dylanblitz 05-31-2012 02:49 AM

1 Attachment(s)
Quote:

Originally Posted by Jonm (Post 2329284)
I keep getting this error message when trying to add a photo?

anyone any ideas?

The error you are getting means that php doesn't have the permissions to move the file from the tmp folder to the users image directory. When a user uploads a picture it will try to create the subfolders if the user hasn't uploaded one before and move the image to it. What permissions are set on the images/garage/attach folder?


Quote:

Originally Posted by gpinjason (Post 2334791)
Navigation Tab is gone with 4.2.0.. any fix for this yet?

First you have to disable to old navigation
ACP->Plugins & Products->Plugin Manager
Find Garage Menu Button and uncheck the box then Save

Now to create the new one
ACP->Plugins & Products->Add New Plugin
Product: VP Pro Garage
Hook Location: navigation_tab_complete
Title: Garage Menu Button 4.2
Execution Order: 5
Plugin PHP Code: Copy and paste the contents of the attached text file into that box.
Plugin is Active: Yes

That should give you the navigation back. Let me know if you have any problems.

Or you could create them manually :)

Front Range 4x4 06-01-2012 12:18 AM

1 Attachment(s)
Thanks Dylan, pretty nice mod!

After numerous attempts I have it installed on my 4x4 site ( (vBulletin 4.1.12 Patch Level 1) I've styled the thumbnails on my site in both the Albums and the "New Album Picture Forum Home" mod using the same code. I'd like to do the same to the Garage and wonder if anyone can give me any tips on where I would edit this? Below is the look I'm shooting for both in the garage and in the Forumhome images.

TIA!

Dylanblitz 06-03-2012 10:16 AM

Quote:

Originally Posted by Front Range 4x4 (Post 2335248)
Thanks Dylan, pretty nice mod!

After numerous attempts I have it installed on my 4x4 site ( (vBulletin 4.1.12 Patch Level 1) I've styled the thumbnails on my site in both the Albums and the "New Album Picture Forum Home" mod using the same code. I'd like to do the same to the Garage and wonder if anyone can give me any tips on where I would edit this? Below is the look I'm shooting for both in the garage and in the Forumhome images.

TIA!

I'm not quite sure what you are trying to do?

Mr_Running 06-03-2012 10:45 PM

Frame around the photos <-- :)


All times are GMT. The time now is 03:12 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.02484 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
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (32)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