vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB Timeslip Database - for Automotive websites (https://vborg.vbsupport.ru/showthread.php?t=110717)

Sidewindr 03-31-2006 03:17 AM

Quote:

Originally Posted by rcull
deathemperor

I have just made what looks like a successful instal!

For those that are running CMPS, you might like to suggest the user might like to add the full url on line 151:

<td class="vbmenu_control"><a href="http://www.yoursite.com/forum/timeslips.php?$session[sessionurl]">$vbphrase[timeslips]</a></td>

That should actually be ...

Code:

<td class="vbmenu_control"><a href="$vboptions[bburl]/timeslips.php?$session[sessionurl]">$vbphrase[timeslips]

ddolliver 03-31-2006 03:36 PM

Silver_2000_)!

Have you tried this?

Quote:

Upgrading

I haven't had a chance to do the upgrade because I convert this for a fresh vb3.5 board. I've set up things that I think it's ready for the upgrade. I'm willing to test the upgrade on your board if anyone can give.

For the upgrade to work, you must use the latest version of timeslips which can be taken from here: https://vborg.vbsupport.ru/showthread.php?t=60945


Silver_2000_)! 03-31-2006 03:54 PM

Quote:

Originally Posted by ddolliver
Silver_2000_)!

Have you tried this?

yeah dwight I was running the most recent version
Im trying to avoid losing all the data in there now ....

Silver_2000_)! 03-31-2006 04:49 PM

Quote:

Originally Posted by Silver_2000_)!
Im getting this error when trying to upload the product

atal error: Call to a member function on a non-object in /home/site/public_html/forum/admincp/plugin.php(1232) : eval()'d code on line 5

Anyone know why ? I had the old Evil LS1 version already installed

Line 1232 of plugin.php is eval($code['installcode']);

Looks to me like the XML is failing the code check - just dont know why
Anyone with any guesses ??

rcull 04-01-2006 03:38 PM

Mmmmm....

I'm looking for a "delete time slip" button. Do I have to go into the database to delete a timeslip?

WichitaRacing 04-02-2006 05:34 AM

I just installed this and tried to upload a sample timeslip. I get this message no matter what I try:
Quote:

The file that you have tried to attach is too big. The maximum size is $maxsize bytes.

ddolliver 04-02-2006 01:12 PM

Is there a way to allow a board user to have multiple time slips, (one for each race vehicle they own)? :confused:

Thanks for your help!

...Dwight...

92GreenGT 04-02-2006 10:05 PM

I had the 3.0.x installed and that must be whats giving me problems. I'd like to learn how to clean out my database of those old files.

Tru2Chevy 04-04-2006 10:29 PM

Quote:

Originally Posted by ddolliver
Is there a way to allow a board user to have multiple time slips, (one for each race vehicle they own)? :confused:

Thanks for your help!

...Dwight...

Not that I know of, but several members of my board have asked for that already too. And this hack hasn't even been up for 24 hours yet.

- Justin

Tru2Chevy 04-04-2006 10:36 PM

Quote:

Originally Posted by rcull
deathemperor

I have just made what looks like a successful instal!

For those that are running CMPS, you might like to suggest the user might like to add the full url on line 151:

<td class="vbmenu_control"><a href="http://www.yoursite.com/forum/timeslips.php?$session[sessionurl]">$vbphrase[timeslips]</a></td>

Thanks, I was just getting ready to start reading through code so I could figure out where to update that link.

- Justin

WichitaRacing 04-06-2006 08:38 PM

Can anybody help me? https://vborg.vbsupport.ru/showpost....&postcount=126

:(

dragtech 04-07-2006 12:57 PM

Is it possible to add a field for tire size? Also would like a field for type of suspension (4-ling, Ladder Bar, Stock Style)? Also how would you go about doing a search based on tire size and type and only display based on that?

Thanks
Dan

Protoman 04-07-2006 02:09 PM

I'm having a permission denied problem.. any ideas why? where do you set the permissions

deathemperor 04-07-2006 02:58 PM

the timeslips database use the permissions of canmodifyprofile for editing timeslip profile. So if you have that permission enabled there should be no problem.

BMSduey 04-08-2006 12:36 AM

Ok i got this to work on my default and "dark style" templates, but i cannot get it to work on this template.

my problem is on the navbar template i am supposed to find :
PHP Code:

<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td

But its not there. This is what it has ;
PHP Code:

<script type="text/javascript">
<!--
function 
log_out()
{
    
ht document.getElementsByTagName("html");
    
ht[0].style.filter "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    if (
confirm('$vbphrase[sure_you_want_to_log_out]'))
    {
        return 
true;
    }
    else
    {
        
ht[0].style.filter "";
        return 
false;
    }
}
//-->
</script>

<
br />
<!--
Table Border2-->
<
table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
<
td height="6" class="bg_tbfoot">
<
img src="$stylevar[imgdir_misc]/images/spacer.gif" width="100%" height="6" alt="Indevor"></td>
</
tr><tr><td>

<!-- 
breadcrumbloginpm info -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="alt1" width="100%">
        <if 
condition="is_array($navbits)">
            <
table cellpadding="0" cellspacing="0" border="0">
            <
tr valign="bottom">
                <
td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]border="0" /></a></td>
                <
td>&nbsp;</td>
                <
td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]accesskey="1">$vboptions[bbtitle]</a></span$navbits[breadcrumb]</td>
            </
tr>
            <
tr>
                <
td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]border="0" /></a> <strong>$navbits[lastelement]</strong></td>
            </
tr>
            </
table>            
        <else />
            <
div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
        </if>
    </
td>    
    
    <if 
condition="$bbuserinfo['userid']">
    
        <
td class="alt2" valign="top" nowrap="nowrap">
        <
div class="smallfont">
            <
strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
            <
phrase 1="$pmbox[lastvisitdate]2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
            <if 
condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]2="$vbphrase[total_x_nav_compiled]3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
        </
div>
        </
td>
        <
td class="alt1"><a href="$vboptions[bburl]/profile.php?do=editavatar">$navbaravatar</a></td>
    <else />
        
        <
td class="alt2" nowrap="nowrap" style="padding:0px">
            
        <!-- 
login form -->
        <
form action="login.php" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
        <
script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
        <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
        <
tr>
            <
td class="smallfont">$vbphrase[username]</td>
            <
td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
            <
td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
        </
tr>
        <
tr>
            <
td class="smallfont">$vbphrase[password]</td>
            <
td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
            <
td><input type="submit" class="button" value="$vbphrase[log_in]tabindex="104" title="$vbphrase[enter_username_to_login_or_register]accesskey="s" /></td>
        </
tr>
        </
table>
        <
input type="hidden" name="s" value="$session[sessionhash]/>
        <
input type="hidden" name="do" value="login" />        
        <
input type="hidden" name="vb_login_md5password" />
        <
input type="hidden" name="vb_login_md5password_utf" />
        </
form>
        <!-- / 
login form -->
            
        </
td>
        
    </if>    
    
</
tr>
</
table>
<!-- / 
breadcrumbloginpm info -->

</
td></tr>
<
tr><td height="6" class="bg_tbfoot">
<
img src="$stylevar[imgdir_misc]/images/spacer.gif" width="100%" height="6" alt="Indevor"></td>
</
tr></table>
<!--
End Table Border2-->

<
br />
<if 
condition="$show['forumdesc']">
    <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
    <
tr>
        <
td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
    </
tr>
    </
table>
    <
br />
</if>

<if 
condition="$show['popups']">
<!-- 
NAVBAR POPUP MENUS -->
    
    <if 
condition="$show['searchbuttons']">
    <!-- 
header quick search form -->
    <
div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        <
tr>
            <
td class="thead">$vbphrase[search_forums]</td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option" title="nohilite">
            <
form action="search.php" method="post">
                <
input type="hidden" name="do" value="process" />
                <
input type="hidden" name="showposts" value="0" />
                <
input type="hidden" name="quicksearch" value="1" />
                <
input type="hidden" name="s" value="$session[sessionhash]/>
                <
input type="text" class="bginput" name="query" size="20" />$gobutton<br />
            </
form>
            </
td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option"><a href="search.php$session[sessionurl_q]accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
        </
tr>
        </
table>
    </
div>
    <!-- / 
header quick search form -->
    </if>

    <if 
condition="$show['member']">
    <!-- 
user cp tools menu -->
    <
div class="vbmenu_popup" id="usercptools_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        
        <
tr><td class="thead">$vbphrase[quick_links]</td></tr>        
        <if 
condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
        <
tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                
        <
tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
        <if 
condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
        <!--<if 
condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
        <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
        
        <
tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
        <if 
condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]">$vbphrase[private_messages]</a></td></tr></if>
        <
tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]">$vbphrase[subscribed_threads]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
        <if 
condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
        
        </
table>
    </
div>
    <!-- / 
user cp tools menu -->
    </if>
<!-- / 
NAVBAR POPUP MENUS -->

<!-- 
PAGENAV POPUP -->

    <
div class="vbmenu_popup" id="pagenav_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        <
tr>
            <
td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
        </
tr>
        <
tr>
            <
td class="vbmenu_option" title="nohilite">
            <
form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                <
input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                <
input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]/>
            </
form>
            </
td>
        </
tr>
        </
table>
    </
div>

<!-- / 
PAGENAV POPUP -->
</if> 

Sorry i'm a real newb at this and cannot figure this out. Or am i right to assume that its not do-able with this particular style?

deathemperor 04-08-2006 01:53 AM

I can't see a demo of that style, sorry I can't tell which template to edit. Maybe you should try search for templates ?

Silver_2000_)! 04-08-2006 03:52 AM

Quote:

Originally Posted by Silver_2000_)!
Im getting this error when trying to upload the product

fatal error: Call to a member function on a non-object in /home/site/public_html/forum/admincp/plugin.php(1232) : eval()'d code on line 5

Anyone know why ? I had the old Evil LS1 version already installed

Anyone with ideas out there ?? PLEASE ?

dr.science 04-08-2006 03:54 AM

I get this when I try to JUST upload the new xml. (I have the older 2.1 timeslips)

Fatal error: Call to a member function on a non-object in /public_html/forums/admincp/plugin.php(1239) : eval()'d code on line 5

Silver_2000_)! 04-08-2006 03:59 AM

Quote:

Originally Posted by dr.science
I get this when I try to JUST upload the new xml. (I have the older 2.1 timeslips)

Fatal error: Call to a member function on a non-object in /public_html/forums/admincp/plugin.php(1239) : eval()'d code on line 5

Boy that sounds familar - I posted the same error a weeek ago... Hopefully someone can point us in the right direction ...

WichitaRacing 04-09-2006 04:59 PM

Quote:

Originally Posted by WichitaRacing
I just installed this and tried to upload a sample timeslip. I get this message no matter what I try:
Quote:

The file that you have tried to attach is too big. The maximum size is $maxsize bytes.

Still can't upload timeslips. :(

Silver_2000_)! 04-09-2006 05:18 PM

Quote:

Originally Posted by WichitaRacing
Still can't upload timeslips. :(

Make sure that you have set the file sizes in the options in user CP

mcasteel 04-09-2006 07:00 PM

I just did the install per the instructions. When I click the timeslip database navbar link, I'm getting this error:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT *
FROM user AS user
LEFT JOIN customtimeslippic AS customtimeslippic ON (customtimeslippic.userid = user.userid)
LEFT JOIN userfield AS userfield ON (userfield.userid = user.userid)
WHERE user.userid = userfield.userid
AND userfield.field55>0
ORDER BY userfield.field55 ASC
LIMIT 0,25;

Table 'myserver.customtimeslippic' doesn't exist

Any ideas? It doesn't look like an errors anyone has received so far.

Aeolian_X 04-09-2006 07:22 PM

Quote:

Originally Posted by dr.science
I get this when I try to JUST upload the new xml. (I have the older 2.1 timeslips)

Fatal error: Call to a member function on a non-object in /public_html/forums/admincp/plugin.php(1239) : eval()'d code on line 5


Got the exact same error. Any ideas?

magnumclub 04-10-2006 05:56 PM

When I click on "details" in the timeslip DB i get the following message even tho all of the user are registered.

"This user has not registered and therefore does not have a profile to view"

WichitaRacing 04-11-2006 08:00 PM

Quote:

Originally Posted by Silver_2000_)!
Make sure that you have set the file sizes in the options in user CP

They are set. I even changed them around a couple times, resized my picture so it was well within limits, and still no luck.

Johhhn 04-12-2006 03:39 PM

Quote:

Originally Posted by Aeolian_X
Got the exact same error. Any ideas?

BUMP!!!!!!

someone has to know a fix!! :banana:

Johhhn 04-12-2006 03:39 PM

Quote:

Originally Posted by Aeolian_X
Got the exact same error. Any ideas?

BUMP!!!!!!

someone has to know a fix!! :banana:

m52 04-15-2006 04:46 AM

installed!

excellent hack, but one question, can the users do multiple entries??? or would they need to create another username for it?

SHalliday 04-15-2006 12:00 PM

I was able to successfully install the new version for 3.54 but it did not import the existing data from the previous version. This affects many of our members since most have already submitted their timeslip info and now it appears to be gone.

I missed or must do to get the timeslip data from the older version imported?

BlueBulletRL 04-16-2006 03:12 PM

BUMP FOR THE MEMBER CALL ISSUE WHATS GOING ON!!!! I need this ASAP!

BlueBulletRL 04-16-2006 04:03 PM

Ok so this is what I had done to get it to work

1. Edit the products_timeslips.xml file. Find where it says
Code:

        $db->query("DELETE FROM " . TABLE_PREFIX . "phrase WHERE varname = 'setting_" . $title . "_desc'");
change it to:

Code:

        $db->query("DELETE FROM " . TABLE_PREFIX . "phrase WHERE varname = 'setting_" . $title . "_description'");
2. You will have to manually add the SQL Table into your database. To do so you can use this SQL query
Code:

CREATE TABLE `vb3_customfile` (
  `userid` int(10) unsigned NOT NULL default '0',
  `filedata` mediumtext NOT NULL,
  `dateline` int(10) unsigned NOT NULL default '0',
  `filename` varchar(100) NOT NULL default '',
  `visible` smallint(6) NOT NULL default '0',
  `filesize` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`userid`)
)

note you will probably see the allowtimeslips upload twice. I just ignored it and everything seems hunky dorry to me. PLEASE DO THIS AT YOUR OWN RISK. I am unaware as to how your code or sites run so it may or may not work for you.

ddolliver 04-16-2006 09:11 PM

Bump!

Still need multiple vehicle entries for a single user....anyone do this hack?

bouncer18 04-17-2006 01:08 AM

i cant seem to find a fix for it either...

too bad no one knows....

Sidewindr 04-18-2006 01:08 AM

Quote:

Originally Posted by BlueBulletRL
Ok so this is what I had done to get it to work

1. Edit the products_timeslips.xml file. Find where it says
Code:

        $db->query("DELETE FROM " . TABLE_PREFIX . "phrase WHERE varname = 'setting_" . $title . "_desc'");
change it to:

Code:

        $db->query("DELETE FROM " . TABLE_PREFIX . "phrase WHERE varname = 'setting_" . $title . "_description'");
2. You will have to manually add the SQL Table into your database. To do so you can use this SQL query
Code:

CREATE TABLE `vb3_customfile` (
  `userid` int(10) unsigned NOT NULL default '0',
  `filedata` mediumtext NOT NULL,
  `dateline` int(10) unsigned NOT NULL default '0',
  `filename` varchar(100) NOT NULL default '',
  `visible` smallint(6) NOT NULL default '0',
  `filesize` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`userid`)
)

note you will probably see the allowtimeslips upload twice. I just ignored it and everything seems hunky dorry to me. PLEASE DO THIS AT YOUR OWN RISK. I am unaware as to how your code or sites run so it may or may not work for you.


What are you trying to do with this modification?

tealv6 04-18-2006 07:20 PM

I've looked through the whole 11 pages.. is there a way to make "ride" a drop down menu with options I set?

Also, what is the easiest way to delete a timeslip for a user other than the control panel? I would recommend a delete option from the timeslip.php page that only the Admins can use, normal users/mods will not see it.

Thanks
Steve

BlueBulletRL 04-18-2006 11:05 PM

sidewinder this was for people who where trying to add the xml file and getting that error. However my issue now is since this is for a fresh install I tried copying over my old data into the new database but all my timeslip pictures are messed up. I tried editing the file timeslips.php to use my old table but that didn't work either. Anyone have any suggestions.

BlueBulletRL 04-19-2006 12:54 AM

Also question when viewing the details it has the HOmepage. How can I take that out it doesn't read correclty and I find it unnescarry

Sidewindr 04-19-2006 02:25 AM

Quote:

Originally Posted by BlueBulletRL
sidewinder this was for people who where trying to add the xml file and getting that error. However my issue now is since this is for a fresh install I tried copying over my old data into the new database but all my timeslip pictures are messed up. I tried editing the file timeslips.php to use my old table but that didn't work either. Anyone have any suggestions.

Just rename your old table timeslippic to customfile (I think).

BlueBulletRL 04-19-2006 03:29 AM

Alright awesome that worked. So yes now my problem is when viewing details it shows homepage I want that gone

Sidewindr 04-19-2006 04:03 AM

If the user does not have a homepage it will not be displayed.

As for where to remove this from the timeslip detail display I am not sure .. don't have time to look for it right now :D


All times are GMT. The time now is 11:34 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.02008 seconds
  • Memory Usage 2,020KB
  • 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
  • (7)bbcode_code_printable
  • (2)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
  • (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