Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
GTUserCP - Enhanced USERCP Interface + USERCP Menu Details »»
GTUserCP - Enhanced USERCP Interface + USERCP Menu
Version: 1.1.1, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: End-User Options - Version: 3.6.8 Rating:
Released: 01-11-2007 Last Update: 11-11-2007 Installs: 782
Template Edits
Additional Files  
No support by the author.

NEW 1.1.1 VERSION (download GTUSERCP_111-2.zip)

The 1.1.0+ version now replaces the USERCP_SHELL template. No edits are necessary. However, manual edits are required if you wish to use the UserCP Menu like we have here on vbulletin.org.

If upgrading from a previous version you can revert the "USERCP_SHELL", "SUBSCRIBE", and "usercp_nav_folderbit" template.


Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).


This modification is a combination of the new vb.org USERCP and the UserCP dropdown menu.

Why would you want to install these features?
  1. Decrease Server Resources
  2. Increase Usability
Support modification by "Installing", "nominating for MOTM", and/or donating.

How does this help with server resources?

Typically if you want to edit or view your personal information you would click the UserCP navbar link (wait for the page to load) and click the option you wish to view.

Did you know?

You just hit the server with 11 Queries + HTTP Request + Bandwidth just for visiting the UserCP default page. What's worst is that this is not even the page that you want to view. Yep, you guessed it there goes an additional hit to the server.

Add this modification to bypass the UserCP default page.
The savings are HUGE especially on a big-board site.

How does this help with usability?
  1. Private Messages are the most frequently used user option.
    • Moving this to the top will give members quicker access.
    • Displaying custom folders will also bypass some pages (clicks) and therefore decreases server resources.
  2. Collapsing/Expanding some of the options will provide members quicker access to what is important to them.
This modification has been reported working on earlier vb versions 3.5.4+.

Instructions:
  1. Install product via Product Manager.
  2. If you want to add UserCP Menu read the README file. This has to be done manually.
  3. Show your support click "Mark As Installed", nominate for MOTM, rate this modification, and/or donate.
History:

v 1.1.1-2 : Missing phrase
v 1.1.1 : Added SUBSCRIBE template replacements
v 1.1.0 : New 3.6.8 version released (w/ template hook)v 1.0.2 : Added missing template changes
v 1.0.1 : Added missing template changes

You may also be interested in:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #192  
Old 04-07-2007, 06:03 PM
valdet's Avatar
valdet valdet is offline
 
Join Date: Feb 2007
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Sirius View Post
I just made the user cp drop down menu look pretty (similar to the modified usercp shell look). Nothing major. Pretty much a code copy, so I cannot take credit for the original code.
that looks great..

do you mind sharing it here?
Reply With Quote
  #193  
Old 04-08-2007, 06:47 PM
Dark_Sirius Dark_Sirius is offline
 
Join Date: Aug 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by valdet View Post
that looks great..

do you mind sharing it here?
Sure.

------

This is a modified snippet of the drop down menu portion of Princeton's GTUserCP - Enhanced USERCP Interface + USERCP Menu.
All orignial code is his -- not mine. Therefore I cannot take credit for the original code -- Just my tweaks (which were small).

This snippet creates a visually appealing drop down User CP menu which is very similar to the User CP shell designed by
Princeton. There are a few things that had to be tweaked, such as the PM links and the Subscription Links. -- This is due to calls
to functions that cannot be correctly made while out of the User CP shell, so a simplified version was worked up.
The main feature is the visual design.

The icons for most of the menu are already included or should be installed already. The icons I used for the 'Quick Edit' section
I found at here
(A couple of them are already a part of Vbulletin. You just need either the correct link to the files or place them in the correct folder)

Below is the code for the User CP menu.

Again, hope you like it. I don't really want to steal Princeton's Thunder, so again, I cannot take credit for the orignial code, footwork
and design of this system.

----- Install -----

Changes needed: The code for the User CP menu and you need to add in one phrase.

Phrase to add (this is for the pm link):

Code:
Product: vBulletin 

Var Name: nav_bar_pm

Text: <a href="private.php{3}">{1}, {2}</a>
User CP Code - Found in Navigation / Breadcrumb Templates -> Navbar

Code:
	<!-- / User CP Menu -->

<if condition="$show['popups'] AND $show['member']">
	<div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
			<tr><td class="thead" align="$stylevar[left]">
				<a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a>
			</td></tr>
			<if condition="$show['pmmainlink']">
				<tr><td class="thead" align="$stylevar[left]">$vbphrase[private_messages]</tr></td>
				<tr><td class="$navclass[pm_messagelist]" align="$stylevar[left]">
					<div class="smallfont">
						<img src="$stylevar[imgdir_misc]/folder.gif" alt="" border="0" class="inlineimg" width="16" height="16" />
						<if condition="$show['pmstats']">
							<phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[nav_bar_pm]</phrase>
						</if>
					</div>
				</tr></td>
			</if>
			<tr>
				<if condition="$show['pmsendlink']">
					<tr><td class="$navclass[pm_newpm]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/page_edit.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=newpm">Compose Message</a></td></tr>
				</if>
				<if condition="$show['pmtracklink']">
					<tr><td class="$navclass[pm_trackpm]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/flag_red.gif" alt="" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">$vbphrase[track_messages]</a></td></tr>
				</if>
			</tr>
			<tr><td class="$navclass[substhreads_editfolders]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/folder_new.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td></tr>
   	   <tr><td class="thead" nowrap="nowrap">$vbphrase[subscribed_threads] </td></tr>
      	<tr>
	      	<td class="$navclass[substhreads_editfolders]" nowrap="nowrap">
   	      	<div><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></div>
	            $cpnav[subsfolders]
   	         <div><img src="$stylevar[imgdir_misc]/tree_l.gif" alt="" border="0" class="inlineimg" /><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription&amp;daysprune=-1&amp;folderid=all">View All</a></div>
      	   </td>
	      </tr>
			<tr><td class="thead" align="$stylevar[left]">Quick Edit Options</td></tr>
			<if condition="$show['siglink']">
				<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_edit.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editsignature">&nbsp;$vbphrase[edit_signature]</a></td></tr>
			</if>
			<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_profile.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editprofile">&nbsp;$vbphrase[edit_profile]</a></td></tr>
			<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_options.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editoptions">&nbsp;$vbphrase[edit_options]</a></td></tr>
			<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_avatar.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editavatar">&nbsp;$vbphrase[edit_avatar]</a></td></tr>
			<tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
			<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
		</table>
	</div>
</if>
	<!-- / User CP Menu -->
Reply With Quote
  #194  
Old 04-08-2007, 07:24 PM
odie3 odie3 is offline
 
Join Date: Mar 2007
Location: Kyle USA
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for being stupid... but where do you out that code? I thought perhaps "UserCP" under "User Control Panel Templates" but I guess I was wrong...

Never mind, I found it was a replacement for this code in navbar
Code:
<if condition="$show['popups'] AND $show['member']">
<div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">		
	<tr><td class="thead" align="$stylevar[left]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>	
	<if condition="$show['pmstats']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
	<if condition="$show['siglink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
	<tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
	</table>
</div>
</if>
Edit: NM on your gifs, found them on your site... attached them - hope you do not mind.

Also, my PM is showing up blank...
Reply With Quote
  #195  
Old 04-08-2007, 08:29 PM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for sharing, Dark_Sirius!
Quote:
Originally Posted by odie3 View Post
Also, my PM is showing up blank...
Same here. Any clues?
Reply With Quote
  #196  
Old 04-08-2007, 09:05 PM
Dark_Sirius Dark_Sirius is offline
 
Join Date: Aug 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Let me poke around for a minute. I may have had to do something else to get the PM links to show up and I might have forgotten to say what.

--------

Edit: Okay, found it. My assumption above was correct. I added a phrase.

In your phrase manager add a new phrase:

Code:
Product: vBulletin 

Var Name: nav_bar_pm

Text: <a href="private.php{3}">{1}, {2}</a>
--------

Sorry about that. I did this because the code I used (found on the nav bar in the first place) didn't have the exact wording I wanted, so I added a my own phrase.

Add the above and you should be set.


Quote:
Originally Posted by odie3 View Post
Sorry for being stupid... but where do you out that code? I thought perhaps "UserCP" under "User Control Panel Templates" but I guess I was wrong...

Never mind, I found it was a replacement for this code in navbar
:thumbsup:

Edit: NM on your gifs, found them on your site... attached them - hope you do not mind.[/QUOTE]

That's fine.
Reply With Quote
  #197  
Old 04-08-2007, 09:30 PM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works out nicely but it seems the div gap under the PM link and above Compose PM is larger than others. Do you have an extra </div> or </tr> somewhere ?
Reply With Quote
  #198  
Old 04-08-2007, 09:49 PM
Dark_Sirius Dark_Sirius is offline
 
Join Date: Aug 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Quantnet.org View Post
works out nicely but it seems the div gap under the PM link and above Compose PM is larger than others. Do you have an extra </div> or </tr> somewhere ?
I think I had some open ended tags. I did have an extra space which I removed. I updated the code in the first post I did about this.

After looking everything over again, I am pretty sure I closed everything. It all looks even on my forum now.

Good eye, btw. Thanks.
Reply With Quote
  #199  
Old 04-08-2007, 11:52 PM
odie3 odie3 is offline
 
Join Date: Mar 2007
Location: Kyle USA
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Sirius View Post
Let me poke around for a minute. I may have had to do something else to get the PM links to show up and I might have forgotten to say what.

--------

Edit: Okay, found it. My assumption above was correct. I added a phrase.

In your phrase manager add a new phrase:

Code:
Product: vBulletin 

Var Name: nav_bar_pm

Text: <a href="private.php{3}">{1}, {2}</a>
--------

Sorry about that. I did this because the code I used (found on the nav bar in the first place) didn't have the exact wording I wanted, so I added a my own phrase.

Add the above and you should be set.


Sweet I am set! :up: :up:
Reply With Quote
  #200  
Old 04-08-2007, 11:57 PM
odie3 odie3 is offline
 
Join Date: Mar 2007
Location: Kyle USA
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BTW, the new code you posted as your RSS Feed at the bottom of the UCP Menu [under Miscellaneous]. I do believe that is not needed at my site...
Reply With Quote
  #201  
Old 04-09-2007, 12:00 AM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tweaked to my liking

Here is the code
Code:
<!-- / User CP Menu -->
	
	<if condition="$show['popups'] AND $show['member']">
		<div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
			<table cellpadding="4" cellspacing="1" border="0">
			
				<tr><td class="thead" nowrap="nowrap"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
				<if condition="$show['pmmainlink']">
					<tr><td class="thead" align="$stylevar[left]">$vbphrase[private_messages]</tr></td>
					<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/folder.gif" alt="" border="0" class="inlineimg" width="16" height="16" />
							<if condition="$show['pmstats']"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[nav_bar_pm]</phrase>
							</if>
						
					</tr></td>
				</if>
				
					<if condition="$show['pmsendlink']">
						<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_edit.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=newpm">Compose Message</a></td></tr>
					</if>
					<if condition="$show['pmtracklink']">
						<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/flag_red.gif" alt="" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=trackpm">$vbphrase[track_messages]</a></td></tr>
					</if>
				
				
				   	   <tr><td class="thead" nowrap="nowrap">$vbphrase[subscribed_threads] </td></tr>
				      	<tr>
					      	<td class="vbmenu_option" align="$stylevar[left]">
				   	      	<div><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription">$vbphrase[list_subscriptions]</a></div>
					            $cpnav[subsfolders]
				   	         <div><img src="$stylevar[imgdir_misc]/tree_l.gif" alt="" border="0" class="inlineimg" /><img src="$stylevar[imgdir_misc]/folder.gif" class="inlineimg" alt="" border="0" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription&amp;daysprune=-1&amp;folderid=all">View All</a></div>
				   	         <tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/folder_new.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a></td></tr>
				      	   </td>
	      </tr>
				
				
				
				<tr><td class="thead" align="$stylevar[left]">Quick Edit Options</td></tr>
				<if condition="$show['siglink']">
					<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_edit.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editsignature">&nbsp;$vbphrase[edit_signature]</a></td></tr>
				</if>
				<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_profile.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editprofile">&nbsp;$vbphrase[edit_profile]</a></td></tr>
				<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_options.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editoptions">&nbsp;$vbphrase[edit_options]</a></td></tr>
				<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/edit_avatar.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="profile.php?$session[sessionurl]do=editavatar">&nbsp;$vbphrase[edit_avatar]</a></td></tr>
				<tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
				<tr><td class="vbmenu_option"><img src="$stylevar[imgdir_misc]/rss.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="http://www.quantnet.org/forum/external.php?type=rss">&nbsp;Quantnet RSS Feed</a></td></tr>
				<tr><td class="vbmenu_option" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/icon_user.gif" class="inlineimg" alt="" border="0" width="16" height="16" /><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">&nbsp;$vbphrase[my_profile]</a></td></tr>
			</table>
		</div>
	</if>
	<!-- / User CP Menu -->
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 01:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06298 seconds
  • Memory Usage 2,360KB
  • Queries Executed 25 (?)
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
  • (6)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete