Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Full width Forum logo Details »»
Full width Forum logo
Version: 1.00, by AURFSCAN AURFSCAN is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.x Rating:
Released: 07-01-2010 Last Update: Never Installs: 53
Template Edits
 
No support by the author.

For fixed width styles
Note: Only use this If not using header adverts



Find in 'header' template. It's at the start of the template

Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>


Replace it with

Code:
<!-- Full width Logo Code Start -->

<div><a href="http://www.yourforum.com./forum.php"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name Forum" /></a></div>

<!-- Full width Logo Code End -->

black bold link to your forum
red bold location of your logo
blue bold set the width and height of your image to match your Image size
(the width of the Image being the same as your forum width)

- so If your Forum width is 1000px wide, make your logo 1000px wide

green bold your forums name

If you use it mark Installed thx

Screenshots

File Type: jpg fwbanner2.jpg (147.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Macgiber

Comments
  #22  
Old 07-21-2010, 10:10 PM
compact123 compact123 is offline
 
Join Date: Jun 2006
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

omg sir! I'm using cyborg style ( http://www.vbdesigns.de/demo/?styleid=47 ) and mine diffirent please help

my header:
Code:
<a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"></a>
<div class="toplinks headbg" id="toplinks">
<div id="header" class="floatcontainer doc_header">
<vb:if condition="$show['member']">

	<div class="ad_global_header">
		{vb:raw ad_location.global_header1}
		{vb:raw ad_location.global_header2}
	</div>
	<hr />
	{vb:raw ad_location.ad_header_end}


			<ul class="isuser">
				<li><a href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
				<vb:if condition="$show['registerbutton']">
				<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
				</vb:if>
				<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
				<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
				<vb:if condition="$notifications_total">
				<li class="popupmenu notifications" id="notifications">
					<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
					<ul class="popupbody popuphover">
						{vb:raw notifications_menubits}
					</ul>
				</li>
				<vb:else />
				<li class="popupmenu nonotifications" id="nonotifications">
					<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
					<ul class="popupbody popuphover">
						<li>{vb:rawphrase no_new_messages}</li>
						<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
					</ul>
				</li>
				</vb:if>
				<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
				<vb:if condition="$vboptions['enablefacebookconnect']">
					{vb:raw facebook_header}
				</vb:if>
			</ul>
            {vb:raw template_hook.header_userinfo}
			<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
		<vb:else />
			<ul class="nouser">
			<vb:if condition="$show['registerbutton']">
				<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
			</vb:if>
				<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
				<li>
			<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
			<form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
				<fieldset id="logindetails" class="logindetails">
					<div>
						<div>
					<input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
					<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />
					<input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
					<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
						</div>
					</div>
				</fieldset>
				<div id="remember" class="remember">
					<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
				</div>

				<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
				<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
				<input type="hidden" name="do" value="login" />
				<input type="hidden" name="vb_login_md5password" />
				<input type="hidden" name="vb_login_md5password_utf" />
			</form>
			<script type="text/javascript">
			YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
			YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
			YAHOO.util.Dom.setStyle('navbar_username', "color", "#828282");
			vB_XHTML_Ready.subscribe(function()
			{
			//
				YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
				YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
				YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
				YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
			});
			
			function navbar_username_focus(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
				{
				//
					textbox.value='';
					textbox.style.color='black';
				}
			}

			function navbar_username_blur(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				if (textbox.value == '')
				{
				//
					textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
					textbox.style.color='#828282';
				}
			}
			
			function navbar_password_hint(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				
				YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
				YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
				YAHOO.util.Dom.get('navbar_password').focus();
			}

			function navbar_password(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				
				if (textbox.value == '')
				{
					YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
					YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
				}
			}
			</script>
				</li>
				<vb:if condition="$vboptions['enablefacebookconnect']">
					{vb:raw facebook_header}
				</vb:if>
			</ul>
		</vb:if>

    <div class="headpic"><a href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="/designs/cyborg/sp.gif" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" width="524" height="92" /></a></div>
</div>

</div>
<div class="navibg">
    <div class="center_navi">
        <div class="nav_middle_pic">
<vb:if condition="$show['member']"><div class="c_log_out"><a class="c_log_out" title=" {vb:rawphrase log_out_x, {vb:raw bbuserinfo.username}} " href="login.php?{vb:raw session.sessionurl}do=logout&amp;logouthash={vb:raw bbuserinfo.logouthash}"  onclick="return log_out('{vb:phrase sure_you_want_to_log_out}')"><span> {vb:rawphrase log_out_x, {vb:raw bbuserinfo.username}} </span></a></div><vb:else /><div class="c_register_right"><a class="c_register_right" href="register.php?{vb:raw session.sessionurl}" title="{vb:phrase register}"><span>{vb:phrase register}</span></a></div></vb:if>
	               <vb:if condition="$show['member']"><div class="c_new_posts"><a class="c_new_posts" href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post" accesskey="2" title="{vb:phrase new_posts_nav}"><span>{vb:phrase new_posts_nav}</span></a></div>
	               <vb:else /><div class="c_daily_posts"><a class="c_daily_posts" href="search.php?{vb:raw session.sessionurl}do=getdaily&amp;contenttype=vBForum_Post" accesskey="2" title="{vb:phrase todays_posts}"><span>{vb:phrase todays_posts}</span></a></div></vb:if> 
                        <div class="c_menu"><div class="popupmenu"><a class="c_menu popupctrl" href="#usercptools" title="{vb:phrase quick_links}"><span>{vb:phrase quick_links}</span></a> 
<ul class="popupbody popuphover">	
							<li>
								<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&amp;markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a>
							</li>
                                                        <vb:if condition="$show['member']">
							<li>
								<a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a>
							</li>
							<li>
								<a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a>
							</li>
							</vb:if>


						<li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li>
							<li>
								<a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a>
							</li>
							<vb:if condition="$vboptions['forumleaders']">
							<li>
								<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
		<vb:if condition="$vb_suite_installed">
			{vb:rawphrase view_site_leaders}
		<vb:else />
			{vb:rawphrase view_forum_leaders}
		</vb:if>
	</a>

</li>
</vb:if>

{vb:raw template_hook.navbar_quick_links_menu_pos1}
							{vb:raw template_hook.navbar_quick_links_menu_pos2}

							{vb:raw template_hook.navbar_quick_links_menu_pos3}

							<vb:if condition="$show['wollink']">
								<li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
							</vb:if>

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

                       <div class="c_search"><div class="popupmenu"><a class="popupctrl c_search" href="search.php?{vb:raw session.sessionurl}" accesskey="4" title="{vb:phrase search}"><span>{vb:phrase search}</span></a>

<ul class="popupbody popuphover">
 <li>
	<vb:if condition="$vboptions['enablesearches']">
	
		<form action="search.php?do=process" method="post" id="navbar_search">
			<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
			<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
			<input type="hidden" name="do" value="process" />
			<input type="text" value="" name="query" class="textbox" tabindex="99"/>
			<input type="submit" class="button" name="dosearch" value="{vb:rawphrase go}" tabindex="100" />
		</form>
		<ul>
			<li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li>
		</ul>
	</vb:if>
</li>
</ul> 

</div>
</div>
                        <vb:if condition="$show['member']"><div class="c_user_cp"><a class="c_user_cp" href="usercp.php?{vb:raw session.sessionurl}" title="{vb:phrase user_cp}"><span>{vb:phrase user_cp}</span></a></div></vb:if>
	                <vb:if condition="!$show['member']"><div class="c_register"><a class="c_register" href="register.php?{vb:raw session.sessionurl}" title="{vb:phrase register}"><span>{vb:phrase register}</span></a></div></vb:if>
                        <div class="c_faq"><a class="c_faq" href="faq.php?{vb:raw session.sessionurl}" accesskey="5" title="{vb:phrase faq}"><span>{vb:phrase faq}</span></a></div>
		<vb:if condition="$show['communitylink'] AND $show['popups']">
			<div class="comm"><div class="popupmenu"><a class="popupctrl comm"  href="$show[nojs_link]#community" rel="nofollow" accesskey="6"><span>{vb:phrase community}</span></a> 

<ul class="popupbody popuphover">
							{vb:raw template_hook.navbar_community_menu_start}
							<vb:if condition="$show['quick_links_groups']">
								<li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
							</vb:if>
							<vb:if condition="$show['quick_links_albums']">
								<li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
							</vb:if>
							<vb:if condition="$bbuserinfo['userid']">
								<li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
							</vb:if>
							<vb:if condition="$show['memberslist']">
								<li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
							</vb:if>
							{vb:raw template_hook.navbar_community_menu_end}
						</ul>
</div>
</div>
		<vb:else />
				<div class="c_member"><a href="memberlist.php{vb:raw session.sessionurl_q}"><span>{vb:phrase members_list}</span></a></div>

		</vb:if>
<div class="c_calendar"><a class="c_calendar" href="calendar.php?{vb:raw session.sessionurl}" title="{vb:phrase calendar}"><span>{vb:phrase calendar}</span></a></div>


        </div>
    </div>
</div>
<div class="top_borderbg">
         <div class="top_border_right_pic"></div>
         <div class="top_border_left_pic"></div>
         <div class="top_border_middle_pic"></div>

</div>



            <div id="bottom_borderbg"> 
               <div id="bottom_border_right_pic">
                  <div id="bottom_border_left_pic">
                     <div id="bottom_border_middle_pic">
<div class="border_left">
      <div class="border_right">
Reply With Quote
  #23  
Old 07-22-2010, 12:09 AM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi compact, all I can do is suggest replacing

Code:
 <div class="headpic"><a href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="/designs/cyborg/sp.gif" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" width="524" height="92" /></a></div>

to


Code:
<div class="headpic"><a href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name" /></a></div>
bold is what your changing, change your image source/dimensions
Reply With Quote
  #24  
Old 07-22-2010, 11:03 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just done the edits ... and i got this (check the pic) what's wrong? also i need to know why the background was gray and not the default dark color ...

thanks
Attached Images
File Type: jpg Suite_1279800101697.jpg (80.0 KB, 0 views)
Reply With Quote
  #25  
Old 07-22-2010, 03:37 PM
LouisB LouisB is offline
 
Join Date: Jan 2010
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ I've noticed that happening to my site when IE compatibility mode is turned on. Works fine in every other browser.

Edit: actually yours is different. Looks like you forgot to remove vb code which displays the logo. You've added your image code above the current logo so both are being displayed.
Reply With Quote
  #26  
Old 07-24-2010, 11:04 PM
top dogs 360 top dogs 360 is offline
 
Join Date: Jul 2010
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by top dogs 360 View Post
I can see it on my forums but none of my other members can. I have the new style checked in the style manager and the default one unchecked but everyone still sees V=Bulletin. When they go to the drop box at the bottom left of the screen my custom styles name is there. Any help?
Okay I got it fixed. What I had to do was just edit the default style and get rid of the second style.

My next problem was when I put in the length of 1000px members were saying that it was only showing about 60% of the screen. To resolve this issue I did the above mentioned liquid %. I put the 100% in the code instead of 1000 and it works perfectly.

XboxHounds
Reply With Quote
  #27  
Old 07-28-2010, 01:14 AM
IDUlysses IDUlysses is offline
 
Join Date: May 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey guys, im wanting to use this MOD for my site @ http://www.tEk-clan.com

plz PM me and ill pay
Reply With Quote
  #28  
Old 07-28-2010, 05:31 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Allstar55566 View Post
i believe using a percentage would work for fluid settings, no? instead of using pixels if one has their settings set to say 85% then where the width goes you should be able to put 85%...
no, images don't work like that.
Also, you should use the vb code where possible. You also need to keep the anchor name, otherwise the "To the Top" Links won't work.

something like this:
Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name Forum" /></a></div>
Reply With Quote
  #29  
Old 07-28-2010, 10:53 PM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx Dragonsys
Reply With Quote
  #30  
Old 07-29-2010, 02:08 AM
top dogs 360 top dogs 360 is offline
 
Join Date: Jul 2010
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dragonsys View Post
no, images don't work like that.
Also, you should use the vb code where possible. You also need to keep the anchor name, otherwise the "To the Top" Links won't work.

something like this:
Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name Forum" /></a></div>
Actually it worked perfectly for me putting the width =100%

http://74.55.234.226/~xboxhoun/content.php

I tried many different valuespxs but to no avail. I tried his suggestion above and it worked. Maybe its not correct but it is working for me. I am a noob though.
Reply With Quote
  #31  
Old 07-29-2010, 11:19 PM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi top dogs 360, One thing you have to keep in mind is not everyone will have the same monitor resolution as you. What looks good to you might not look so good to say someone with a resolution twice the size as what you have.

Your original image by itself is nice but at the top of your forum on my 1920px res monitor its really stretched.

A fluid full width Image can be done but its tricky and time consuming.

Hey.... as long as your happy, go with it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:55 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.08243 seconds
  • Memory Usage 2,378KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete