vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBadvanced Homepage (https://vborg.vbsupport.ru/showthread.php?t=59803)

Alien 03-21-2004 04:58 AM

No problem at all! :)

deathemperor 03-21-2004 10:20 AM

I haven't changed anything of the installation steps, just do the 3rd step and reinstall the template and Vbadvanced is ready for Gold ^ ^

hockyfan 03-21-2004 01:54 PM

So installing this clean on Gold should work fine?

h

a43079 03-21-2004 02:14 PM

I installed VBA but i cant login via VBA would anyone be able to point me in the right direction i login and it accepts my name but it resets back as if i am a guest the rest of the board works fine..

SnowBot 03-21-2004 02:30 PM

aarrggg on a hacked board im having a problem :(

Database error in vBulletin 3.0.0:

Invalid SQL: SELECT thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, forumid, thread.iconid, votenum, votetotal, post.postid, pagetext, allowsmilie, showsignature
, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline
,thread.iconid
,attachment.filename, filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize
FROM thread AS thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN user AS user ON (user.userid = post.userid)
LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
WHERE forumid IN(27,28,29,30)
GROUP BY post.postid
ORDER BY dateline DESC, attachmentid LIMIT 5
mysql error: Column: 'filesize' in field list is ambiguous




Any help would be great.

It installs fine but as soon as i put the NEWS forum ID's in i get this error :(

LeeCHeSSS 03-21-2004 03:27 PM

Quote:

Originally Posted by SnowBot
aarrggg on a hacked board im having a problem :(

Database error in vBulletin 3.0.0:

Invalid SQL: SELECT thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, forumid, thread.iconid, votenum, votetotal, post.postid, pagetext, allowsmilie, showsignature
, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline
,thread.iconid
,attachment.filename, filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize
FROM thread AS thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN user AS user ON (user.userid = post.userid)
LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
WHERE forumid IN(27,28,29,30)
GROUP BY post.postid
ORDER BY dateline DESC, attachmentid LIMIT 5
mysql error: Column: 'filesize' in field list is ambiguous




Any help would be great.

It installs fine but as soon as i put the NEWS forum ID's in i get this error :(

For all the other folks running Tigga's vBadvanced: change filesize to attachment.filesize

Or use a better portal...

Tigga 03-21-2004 03:35 PM

Quote:

Originally Posted by LeeCHeSSS
For all the other folks running Tigga's vBadvanced: change filesize to attachment.filesize

Or use a better portal...

Or use the latest version, rather than an older one that was designed for vB3 Beta. :rolleyes:

SnowBot 03-21-2004 03:36 PM

THANKS to LeeCHeSSS its all fixed :)

SnowBot 03-21-2004 03:38 PM

Quote:

Originally Posted by Tigga
Or use the latest version, rather than an older one that was designed for vB3 Beta. :rolleyes:

I used version 1.1

Is this not the latest?

Tigga 03-21-2004 03:46 PM

That couldn't be v1.1 if you were getting that error. That query was changed for v1.1 (IIRC) after vB3 Gamma was released and the filesize column was added to the customavatar table, and was no longer unique to the attachment table.

AshAbed 03-21-2004 06:30 PM

do you have an update of this for vB3.0 Gold? I upgraded my board but now I'm getting errors
I get:
"Warning: chdir(): No such file or directory (errno 2) in /home/***/public_html/adv_index.php on line 15

Unable to add cookies, header already sent.
File: /home/ashraf/public_html/adv_index.php
Line: 15"

Thanks for any help

d3nnis 03-22-2004 01:53 AM

great hack for my vb 3 gold!

but got a small problem... i have problem integrating photopost into this new homepage...

a43079 03-22-2004 02:15 AM

Quote:

Originally Posted by a43079
I installed VBA but i cant login via VBA would anyone be able to point me in the right direction i login and it accepts my name but it resets back as if i am a guest the rest of the board works fine..


If anyone can help with my VB_A page i dont know why i cant login via VB_A if anyone has any idea's please help my here is the page http://erowebs.org

and a account you can use to login

U/N: homet
P/W: homet

please.... :ermm:

d3nnis 03-22-2004 03:38 AM

Quote:

Originally Posted by a43079
If anyone can help with my VB_A page i dont know why i cant login via VB_A if anyone has any idea's please help my here is the page http://erowebs.org

and a account you can use to login

U/N: homet
P/W: homet

please.... :ermm:


something i notice :

vbulletin navbar
Code:

<!-- login form -->
                <form action="forums/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
                <script type="text/javascript" src="forums/clientscript/vbulletin_md5.js"></script>
                <table cellpadding="0" cellspacing="3" border="0">
                <tr>
                        <td class="smallfont">User Name</td>
                        <td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="User Name" onfocus="if (this.value == 'User Name') this.value = '';" /></td>
                        <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />Remember Me?</label></td>
                </tr>
                <tr>
                        <td class="smallfont">Password</td>
                        <td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
                        <td><input type="submit" class="button" value="Log in" tabindex="4" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /></td>
                </tr>
                </table>
                <input type="hidden" name="s" value="cdc70817ec21bcd5a80bdebb530c2637" />
                <input type="hidden" name="do" value="login" />
                <input type="hidden" name="forceredirect" value="1" />                       
                <input type="hidden" name="vb_login_md5password" />
                </form>
                <!-- / login form -->

vbadvance login crumb
Code:

<script src="forums/clientscript/md5.js" type="text/javascript"></script>
        <form action="forums/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
        <input name="vb_login_md5password" type="hidden" />
        <input name="s" type="hidden" value="" />
        <input name="do" type="hidden" value="login" />


i notice the hidden input "s" carries nil value... could this be why you can't login? Probably u want to see what variables vbulletin navbar is using and applies it to vbadvanced login crumb...

anyway i disable this login since i will be using vbulletin navbar.

by the way I notice in my vbulletin navbar, yours shows as Ero Web Services instead of Home, how did you change it? I tried searching in phrase manager but can't find a right one...

d3nnis 03-22-2004 06:39 AM

Quote:

Originally Posted by snakes1100
Hey All
Well looks like there may still be one bug, read all thru the post, didn't see a comment on it, just downloaded the file yesterday, had no issues installing it.

vb 3.0 RC 2

Seems that on refreshing the buddy list is adding dupes to your buddy list, on inital navigation to the front page, the buddy list displays the names only once.

After a refresh it begins to add duplicate listings of ppl in your buddy list.

Has anybody seen this yet or is it just me?


I got this problem too! Using vb 3 GOLD.

d3nnis 03-22-2004 06:49 AM

Quote:

Originally Posted by Tigga
snakes1100 - The buddylist problem is something I haven't heard of before... Does it display the duplicate names on the online users part as well (assuming you have that enabled)? They both use the same query and method to display things, so I would *think* that if there was an issue that it would be present there too. Have any of your other members mentioned the problem? Can you post here or PM me with a link to your site so I can have a look?

Hi Tigga,

Here's the screen shot (sorry no image photoshop in my office so I paste it on WORDS) of my homepage with the duplicated buddy list :

d3nnis 03-22-2004 09:01 AM

here's another one :

http://www.geocities.com/bloodcoolsg/buddy.txt

Areku 03-22-2004 10:43 PM

Hi there,

I just upgraded a vb2.3.4 which was running VBPORTAL to VBUlletin 3.0 GOLD.

I've then installed VBAdvanced from scratch and it's working ok EXCEPT that it only displays the very first "NEWS" thread *TITE* (not even the contents of it) of the NEWS forum, not the last xx as I told it...

Can I still fix this??

Areku 03-22-2004 10:57 PM

Hmmmm seems it autosolved once i turned forums back on ;)

Cool! ;)

a43079 03-23-2004 01:24 AM

Well I don?t know where to go anymore I have posted on vb.org earlier this week and got one reply and it wasn?t much help but I thank him for the effort? but the problem is when I log in, the home page doesn?t change to reflect that I am logged in, but, when I try and register, it notice that I am logged in. How do I fix this?

Any help would be greatly appreciated

My site url is

http://erowebs.org

and the test account I made is

U/N: homet
P/W: homet

Thank you,
A4

d3nnis 03-23-2004 02:05 AM

Quote:

Originally Posted by a43079
Well I don?t know where to go anymore I have posted on vb.org earlier this week and got one reply and it wasn?t much help but I thank him for the effort? but the problem is when I log in, the home page doesn?t change to reflect that I am logged in, but, when I try and register, it notice that I am logged in. How do I fix this?

Any help would be greatly appreciated

My site url is

http://erowebs.org

and the test account I made is

U/N: homet
P/W: homet

Thank you,
A4


how about just disabled the login used by vbadvance ? Since there is already login function on the navbar... its rather redundant and confusing to have two login on the same page. Probably u can wait till this have been solved by Tigga. Meanwhile disable it and use vbulletin navbar login. :ermm:

d3nnis 03-23-2004 02:13 AM

Quote:

Originally Posted by a43079
Well I don?t know where to go anymore I have posted on vb.org earlier this week and got one reply and it wasn?t much help but I thank him for the effort? but the problem is when I log in, the home page doesn?t change to reflect that I am logged in, but, when I try and register, it notice that I am logged in. How do I fix this?

Any help would be greatly appreciated

My site url is

http://erowebs.org

and the test account I made is

U/N: homet
P/W: homet

Thank you,
A4


okies i fixed it. If you read my findings earlier, what I assume is correct.

replace your login crumb with mine :

Code:

<!-- Welcome / Login Block -->
        <if condition="!$bbuserinfo['userid']">
        <script src="http://forums.keeptouch.net/clientscript/md5.js" type="text/javascript"></script>
        <form action="http://forums.keeptouch.net/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
        <input name="vb_login_md5password" type="hidden" />
        <input name="s" type="hidden" value="$session[sessionhash]" />
        <input name="do" type="hidden" value="login" />
        </if>
                       
        <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
        <tr>
        <td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet]
        <if condition="$bbuserinfo['userid']">
        <a href="$vboptions[bburl]/usercp.php?$session[sessionurl]">$vbphrase[a_usercp]</a><else />$vbphrase[a_login]
        </if></b></span></td>
        </tr>
        <tr>
        <td class="$getbgrow">
       
        <if condition="$bbuserinfo['userid']">
        <span class="smallfont">$vbphrase[a_welcome_back], <b>$bbuserinfo[username]</b></span><br />
       
        <if condition="$vboptions['showavatar']">
                <table cellpadding="3">
                <tr>
                <td><a href="$vboptions[bburl]/profile.php?do=editavatar"><img src="$avatarurl" border="0" alt="$vbphrase[a_edit_avatar]" /></a>
                </td>
                </tr>
                </table>
        </if>

        <span class="smallfont">Last visit: $lastvisitdate $lastvisittime<br />
        <if condition="$vboptions['showpm']"><a href="$vboptions[bburl]/private.php?$session[sessionurl]">$vbphrase[a_new_pms]</a>: $bbuserinfo[pmunread]<br /></if>
        <if condition="$vboptions['shownewposts']"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew">$vbphrase[a_new_posts]</a>: $newposts<br /></if>
        <a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout" onclick="return log_out()">$vbphrase[a_logout]</a></span>
       
        <else />
                <table width="100%">
                <tr>
                <td>
                <span class="smallfont"><b>$vbphrase[a_username]:<br />
                <input class="bginput" name="vb_login_username" size="12" type="text" /><br />
                $vbphrase[a_password]:</b></span><br />
                <input class="bginput" name="vb_login_password" size="12" type="password" /><br />
                <input checked="checked" class="bginput" name="cookieuser" id="cb_cookieuser" type="checkbox" value="1" /><span class="smallfont">$vbphrase[a_remember_me]</span>
                </td>
                </tr>
                <tr>
                <td>
                <input class="button" type="submit" value="Login!" />
                </td>
                </tr>
                <tr>
                <td>
                <span class="smallfont">$vbphrase[a_not_a_member_yet]<br /><a href="$vboptions[bburl]/register.php">$vbphrase[a_register_now]</a></span>
                </td>
                </tr>
                </table>
        </if>
        </td>
        </tr>
        </table>
        <br />

        <if condition="!$bbuserinfo['userid']">
        </form>
        </if>
</if>
<!-- End Welcome / Login Block -->

I only added $session[sessionhash] to the value parameter
<input name="s" type="hidden" value="$session[sessionhash]" />


which was previously

<input name="s" type="hidden" value="" />

I guess after login, as there is no sessionhash, the homepage cannot recognise you being logon.

ChuanSE 03-23-2004 03:26 AM

[high]* ChuanSE clicks install :D[/high]

Osterling 03-23-2004 04:44 AM

is tehre a way to have it seach pages that are not off the forum?

d3nnis 03-23-2004 07:03 AM

Quote:

Originally Posted by ChuanSE
[high]* ChuanSE clicks install :D[/high]


can try if u have the duplicate buddy issue (see my post above)?

by the way haven upgrade to vb 3 gold final? :nervous:

and i think u need a <br /> between your poll and calendar :ermm:

ArcticZero 03-23-2004 01:21 PM

hmmm this seems ok but how does it compare to others like VBportal I know this is free and the other will cost 20$ just trying to weight my options here.

Also my forums are on a subdomain... will vbadvanced support that?

martinh4 03-23-2004 01:35 PM

Just upgraded to VB3 and this install went perfect. Nice work. :)

d3nnis 03-23-2004 02:26 PM

hmm probably Tigga might want to optimise the loading of the homepage... a bit slow...

ChrisBaktis 03-23-2004 03:28 PM

I have read all the threads here and saw the problem I am having once, but the member solved it himself and never really explained what was wrong..

I have installed the portal with my 3.0 Gold version - install went great with no errors...problem is now when I go to the page www.rustysoptraders.com/adv_index.php all I get is a blank screen. I will rename the adv_index.php to index.php when the problem is resolved. I have verified that the path to the forums directory is correct.

I have noticed that when I vew the source (online) of adv_index.php all I see is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

Now I know the file I am uploading contains more then this - Im a total novice here...should I be seeing the rest of this file when I view source online?

Im really stumped here.

Any help would be greatly appreciated.

Chris

Zachery 03-23-2004 04:32 PM

Quote:

Originally Posted by ChrisBaktis
I have read all the threads here and saw the problem I am having once, but the member solved it himself and never really explained what was wrong..

I have installed the portal with my 3.0 Gold version - install went great with no errors...problem is now when I go to the page www.rustysoptraders.com/adv_index.php all I get is a blank screen. I will rename the adv_index.php to index.php when the problem is resolved. I have verified that the path to the forums directory is correct.

I have noticed that when I vew the source (online) of adv_index.php all I see is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

Now I know the file I am uploading contains more then this - Im a total novice here...should I be seeing the rest of this file when I view source online?

Im really stumped here.

Any help would be greatly appreciated.

Chris

Did you make sure to install the templates? :confused:

ChrisBaktis 03-23-2004 04:34 PM

I went through the whole install process and from what I saw it was completed correctly. I went through 4 steps and got the install complete message.

I uploaded everything to the right directories.

Chris

Osterling 03-23-2004 05:01 PM

do you have aim? if so PM me your aim name.. and then i can do it for you.. i installed it on my forum.. i found it easy

EMiNENCE 03-23-2004 05:12 PM

I'd like to add an extra link in navbar for my forum itself, [see navbar at vbAdvanced.com, first link 'Forums' from left]. It's a very important but still missing improvement of this great hack. Can anyone help?

SVTBlackLight01 03-23-2004 06:14 PM

http://www.vbadvanced.com/forum/showthread.php?t=41 ;)

a43079 03-23-2004 08:09 PM

Quote:

Originally Posted by d3nnis
okies i fixed it. If you read my findings earlier, what I assume is correct.

replace your login crumb with mine :

Code:

<!-- Welcome / Login Block -->
        <if condition="!$bbuserinfo['userid']">
        <script src="http://forums.keeptouch.net/clientscript/md5.js" type="text/javascript"></script>
        <form action="http://forums.keeptouch.net/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
        <input name="vb_login_md5password" type="hidden" />
        <input name="s" type="hidden" value="$session[sessionhash]" />
        <input name="do" type="hidden" value="login" />
        </if>
                       
        <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
        <tr>
        <td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet]
        <if condition="$bbuserinfo['userid']">
        <a href="$vboptions[bburl]/usercp.php?$session[sessionurl]">$vbphrase[a_usercp]</a><else />$vbphrase[a_login]
        </if></b></span></td>
        </tr>
        <tr>
        <td class="$getbgrow">
       
        <if condition="$bbuserinfo['userid']">
        <span class="smallfont">$vbphrase[a_welcome_back], <b>$bbuserinfo[username]</b></span><br />
       
        <if condition="$vboptions['showavatar']">
                <table cellpadding="3">
                <tr>
                <td><a href="$vboptions[bburl]/profile.php?do=editavatar"><img src="$avatarurl" border="0" alt="$vbphrase[a_edit_avatar]" /></a>
                </td>
                </tr>
                </table>
        </if>

        <span class="smallfont">Last visit: $lastvisitdate $lastvisittime<br />
        <if condition="$vboptions['showpm']"><a href="$vboptions[bburl]/private.php?$session[sessionurl]">$vbphrase[a_new_pms]</a>: $bbuserinfo[pmunread]<br /></if>
        <if condition="$vboptions['shownewposts']"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew">$vbphrase[a_new_posts]</a>: $newposts<br /></if>
        <a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout" onclick="return log_out()">$vbphrase[a_logout]</a></span>
       
        <else />
                <table width="100%">
                <tr>
                <td>
                <span class="smallfont"><b>$vbphrase[a_username]:<br />
                <input class="bginput" name="vb_login_username" size="12" type="text" /><br />
                $vbphrase[a_password]:</b></span><br />
                <input class="bginput" name="vb_login_password" size="12" type="password" /><br />
                <input checked="checked" class="bginput" name="cookieuser" id="cb_cookieuser" type="checkbox" value="1" /><span class="smallfont">$vbphrase[a_remember_me]</span>
                </td>
                </tr>
                <tr>
                <td>
                <input class="button" type="submit" value="Login!" />
                </td>
                </tr>
                <tr>
                <td>
                <span class="smallfont">$vbphrase[a_not_a_member_yet]<br /><a href="$vboptions[bburl]/register.php">$vbphrase[a_register_now]</a></span>
                </td>
                </tr>
                </table>
        </if>
        </td>
        </tr>
        </table>
        <br />

        <if condition="!$bbuserinfo['userid']">
        </form>
        </if>
</if>
<!-- End Welcome / Login Block -->

I only added $session[sessionhash] to the value parameter
<input name="s" type="hidden" value="$session[sessionhash]" />


which was previously

<input name="s" type="hidden" value="" />

I guess after login, as there is no sessionhash, the homepage cannot recognise you being logon.




i did it and still nothing any ideas

d3nnis 03-23-2004 10:01 PM

Quote:

Originally Posted by a43079
i did it and still nothing any ideas


i can't view your source now... so cannot tell whats wrong.

Eternal2u 03-24-2004 12:23 AM

just wondering, when are you guyz gona port this over to vb gold :S

i REALLY need my news script man :S

CarolinaKid 03-24-2004 12:26 AM

All running fine on VB GOLD here

chas_h 03-24-2004 02:01 AM

Quote:

Originally Posted by EMiNENCE
I'd like to add an extra link in navbar for my forum itself, [see navbar at vbAdvanced.com, first link 'Forums' from left]. It's a very important but still missing improvement of this great hack. Can anyone help?

Go to this thread at the vbadvanced homepage, you can make a very easy edit that will add a link to the forums and also have a link back to the homepage from the forums page.

http://www.vbadvanced.com/forum/showthread.php?t=41

Chas

attroll 03-24-2004 02:50 AM

Found a glitch in the following templates:

calendar_smallmonth_day
calendar_smallmonth_header

They have the following code that needs to be removed:
$vboptions[bburl]/

If you leave this code in when you click on the small calendar header or one of the dates then it will look in the in you Public_html directory.


All times are GMT. The time now is 05:32 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.02903 seconds
  • Memory Usage 1,887KB
  • 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
  • (14)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