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

Reply
 
Thread Tools
Alternative Profile Page Details »»
Alternative Profile Page
Version: 1.00, by davidw davidw is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.4 Rating:
Released: 02-12-2007 Last Update: 02-18-2007 Installs: 27
Template Edits
Re-useable Code Additional Files  
No support by the author.

Step 1: Make sure your maximum dimensions on a profile pic are 300 [width] x 350 [height] or the frame won't work right.
To edit this, go to admincp => Usergroups => Usergroup Manager => edit whichever usergroup and scroll down to the Picture Uploading Permissions.

Step 2: Upload the frame folder and its contents to your images/misc directory. It may be possibly that you might need to also put these in the respective style folders as well depending on how you have your styles set up.


Step 3: In order to get the similar effects as what I have, you will want to install these hacks:

Timezone Image In Profile - Required for integration.

Friends and/or Buddies on Profile

Who Viewed My Profile

Step 4: This area you will want to create profile fields for - you can add as many as you like or have as little as you want.
Go to admincp => User Profile Fields => Add New User Profile Field (then add whatever you like) or use your existing user profile fields.
Once you are done click on User Profile Field Manager and take note of the Name column. Find what you want to use (newly created and/or existing) and write down the field Name in the Name column (field15 for example).

Step 5: Copy out your existing Membefinfo template.
Go to admincp => Styles & Templates => Style Manager => drop down All Style Options => choose Edit Templates => Memberinfo Templates => Memberinfo

Copy the existing template to your notepad, dreamweaver, whatever so you have a backup.
Copy and paste this code
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar

<div align="center" class="smallfont" style="font-size:18pt">&quot;$userinfo[usertitle]&quot;</div><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td class="alt1">
			<table width="100%" border="0" cellspacing="5" cellpadding="0">
				<tr>
					<td width="100%" align="left" valign="top">
						<table width="100%" border="0" cellspacing="5" cellpadding="5">
							<tr>
								<td width="200" align="left" valign="top">
									<if condition="$show['avatar']"><center><br /><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></center></if>
								</td>
				 				<td width="100%" align="left" valign="top">
									<div style="font-size:18pt">$userinfo[musername] $userinfo[onlinestatus]</div>
									<if condition="$userinfo['usertitle']"><div class="smallfont">
										<strong>$vbphrase[join_date]:</strong> $userinfo[datejoined]<br />
										<if condition="$show['age']"><strong>$vbphrase[age]:</strong> $userinfo[age]<br /></if>
										<strong>$vbphrase[total_posts]: </strong>$userinfo[posts] (<phrase 1="$postsperday"> $vbphrase[x_posts_per_day]</phrase>)<br />
										<if condition="$show['lastactivity']"><div><strong>Last Online At:</strong> $userinfo[lastactivitydate]<span class="time">&nbsp;$userinfo[lastactivitytime]</span></div></if>
									</div></if>
									<if condition="$vboptions['usereferrer']"><div class="fieldset"><div style="padding:$stylevar[formspacer]px">$vbphrase[referrals]: <strong>$referrals</strong></div></div></if>
									<if condition="$show['profileviews']"><div class="fieldset"><div style="padding:$stylevar[formspacer]px"><if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]</div></div></if>
									<if condition="$show['usernotes']"> 
										<div class="fieldset">
											<div style="padding:$stylevar[formspacer]px"> $vbphrase[user_notes]: 
												<if condition="$show['usernoteview']"><strong>$usernote[total]</strong>[<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]</if> 
												<if condition="$show['usernotepost']">[<a href="usernote.php?$session[sessionurl]do=newnote&u=$userinfo[userid]">$vbphrase[post_user_note]</a>]</if> 
												<if condition="$show['usernoteview']"><br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)</if>
											</div>
										</div>
									</if>
								</td>
								<td align="center" valign="top" class"alt2">
								<if condition="$show['hasimicons']"><fieldset class="fieldset"><legend>$vbphrase[instant_messaging]</legend>
									<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
									<if condition="$show['textimicons']">
										<if condition="$userinfo['showicq']"><tr> 
											<td>$vbphrase[icq]<td> 
											<td>$userinfo[icq]</td>
										</tr></if>
										<if condition="$userinfo['showaim']"><tr> 
											<td>$vbphrase[aim]<td> 
											<td>$userinfo[aim]</td>
										</tr></if>
										<if condition="$userinfo['showmsn']"><tr> 
											<td>$vbphrase[msn]<td> 
											<td>$userinfo[msn]</td>
										</tr></if>
										<if condition="$userinfo['showyahoo']"><tr> 
											<td>$vbphrase[yahoo]<td> 
											<td>$userinfo[yahoo]</td>
										</tr></if>
									<else />
										<if condition="$userinfo['showicq']"><tr> 
											<td>$userinfo[icqicon]</td>
											<td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
										</tr></if> 
										<if condition="$userinfo['showaim']"><tr> 
											<td>$userinfo[aimicon]</td>
											<td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
										</tr></if>
										<if condition="$userinfo['showmsn']"><tr> 
											<td>$userinfo[msnicon]</td>
											<td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
										</tr></if>
										<if condition="$userinfo['showyahoo']"><tr> 
												<td>$userinfo[yahooicon]</td>
												<td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
										</tr></if>
										<if condition="$userinfo['showskype']"><tr>
											<td>$userinfo[skypeicon]</td>
											<td><a href="#" onclick="skypewindow('$userinfo[userid]', 400, 200); return false;">$userinfo[skype]</a></td>
										</tr></if>
									</if> 
									</table>
								</fieldset></if>
								</td>
							</tr>
						</table>
						<div> 
							<if condition="$userinfo['field100']!=''"><fieldset class="fieldset"><legend><strong>Title 1</strong></legend>$userinfo[field100]</fieldset><br /><else />&nbsp;</if>
							<if condition="$userinfo['field101']!=''"><fieldset class="fieldset"><legend><strong>Title 2</strong></legend>$userinfo[field101]</fieldset><br /><else />&nbsp;</if>
							<if condition="$userinfo['field102']!=''"><fieldset class="fieldset"><legend><strong>Title 3</strong></legend>$userinfo[field102]</fieldset><br /><else />&nbsp;</if>
							<if condition="$userinfo['field103']!=''"><fieldset class="fieldset"><legend><strong>Title 4</strong></legend>$userinfo[field103]</fieldset><br /><else />&nbsp;</if>
							<if condition="$userinfo['field104']!=''"><fieldset class="fieldset"><legend><strong>Title 5</strong></legend>$userinfo[field104]</fieldset><br /><else />&nbsp;</if>
							<if condition="$userinfo['field105']!=''"><fieldset class="fieldset"><legend><strong>Title 6</strong></legend>$userinfo[field105]</fieldset><br /><else />&nbsp;</if>
							<if condition="$userinfo['field106']!=''"><fieldset class="fieldset"><legend><strong>Title 7</strong></legend>$userinfo[field106]</fieldset><br /><else />&nbsp;</if>
						</div>
					</td>
					<td valign="top">
						<table width="383" border="0" cellspacing="0" cellpadding="0">
							<tr>
								<td><img src="$stylevar[imgdir_misc]/frame/topleft.gif" border="0" cellspacing="0" cellpadding="0"></td>
								<td><img src="$stylevar[imgdir_misc]/frame/topmiddle.gif" border="0" cellspacing="0" cellpadding="0"></td>
								<td><img src="$stylevar[imgdir_misc]/frame/topright.gif" border="0" cellspacing="0" cellpadding="0"></td>
							</tr>
							<tr>
								<td><img src="$stylevar[imgdir_misc]/frame/left.gif" border="0" cellspacing="0" cellpadding="0"></td>
								<td><if condition="$show['profilepic']"><center><img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:0px solid $stylevar[tborder_bgcolor]" /></center><else /><img src="$stylevar[imgdir_misc]/no_pic.jpg" alt="$userinfo[username]" border="0" style="border:0px solid $stylevar[tborder_bgcolor];" /></if></td>
								<td><img src="$stylevar[imgdir_misc]/frame/right.gif" border="0" cellspacing="0" cellpadding="0"></td>
							</tr>
							<tr>	
								<td><img src="$stylevar[imgdir_misc]/frame/bottomleft.gif" border="0" cellspacing="0" cellpadding="0"></td>
								<td><img src="$stylevar[imgdir_misc]/frame/bottommiddle.gif" border="0" cellspacing="0" cellpadding="0"></td>
								<td><img src="$stylevar[imgdir_misc]/frame/bottomright.gif" border="0" cellspacing="0" cellpadding="0"></td>
							</tr>
							<tr>
								<td></td>
								<td align="center">
									<if condition="$show['addbuddylist']">
										<img src="$stylevar[imgdir_misc]/addFriendIcon.gif" border="0">&nbsp;
										<a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]">Add to Buddies</a>
									<else />
										<img src="$stylevar[imgdir_misc]/blockuser.gif" border="0">&nbsp;
										<a href="profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]">Remove from Buddies</a>
									</if>
									<if condition="$show['addignorelist']">
										<img src="$stylevar[imgdir_misc]/blockuser.gif" border="0">&nbsp;
										<a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]">Add to Ignore</a>
									<else />
										<img src="$stylevar[imgdir_misc]/addFriendIcon.gif" border="0">&nbsp;
										<a href="profile.php?$session[sessionurl]do=removelist&userlist=ignore&u=$userinfo[userid]">Remove from Ignore</a>
									</if>
								</td>
								<td></td>
							</tr>
							<tr>
								<td></td>
								<td align="center">
									<img src="$stylevar[imgdir_misc]/sendMailIcon.gif" border="0">&nbsp;
									<a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]">Send Private Message</a>
									<img src="$stylevar[imgdir_misc]/sendMailIcon.gif" border="0">&nbsp;
									<a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]" rel="nofollow">E-mail User</a> 
								</td>
								<td></td>
							</tr>
						</table><br />
					</td>
				</tr>
			</table> 
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td width="50%" align="left" valign="top" class"alt2">
						<fieldset class="fieldset"><legend>Posting Information</legend>
						<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
							<if condition="$vboptions['profilelastpost']">
							<tr> 
								<td><strong>Most Recent Post:</strong><br /><a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />$userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span></td>
							</tr>
							</if> 
							<tr> 
								<td><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
							</tr>
							<tr> 
								<td><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
							</tr>
						</table>
						</fieldset>
						<fieldset class="fieldset"><legend>Contact Information</legend>
						<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
							<if condition="!$show['contactlinks']"><tr> 
								<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
							</tr></if>
							<if condition="$show['homepage']"><tr> 
								<td><strong>$vbphrase[home_page]:</strong><br /><a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a> <br /></td>
							</tr></if>
							<if condition="$show['email']"><tr> 
								<td><strong>$vbphrase[email]:</strong><br /><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></td>
							</tr></if>
							<if condition="$show['pm']"><tr> 
								<td><strong>$vbphrase[private_message]:</strong><br /><a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a></td>
							</tr></if>
						</table>
						</fieldset>
					</td>					
					<td width="300" align="center" valign="top" class"alt2">
						<fieldset class="fieldset"><legend>$vbphrase[timezone_image]</legend>
						<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
							<tr>
								<td class="panelsurround" align="center"><div class="panel">
									<div align="$stylevar[center]"><img src="$stylevar[imgdir_misc]/gmt/gmt_$userinfo[timezoneoffset].gif" alt="$vbphrase[timezone_image]"/></div></div>
								</td>
							</tr>
						</table>
						</fieldset>
					</td>					
					<td width="50%" align="left" valign="top" class"alt2">
						<!-- <fieldset class="fieldset"><legend>Inventory:</legend>
						<table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0">
							<tr>
								<td></td>
							</tr>
						</table>
						</fieldset> -->
						<fieldset class="fieldset"><legend>$vbphrase[miscellaneous]</legend>
						<table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0">
							<tr>
								<if condition="$show['membergroups']">
									<td><strong>Public Groups:</strong><br /></td>
								    <else />
									<td><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></td>
								</if>
							</tr>
							$membergroupbits
						</table>
						</fieldset>						
					</td>					
				</tr>
			</table>
		</td>
	</tr>
</table>
$FNB_HTML
<br />
<if condition="can_moderate()">
	<div align="center" class="smallfont"><strong>Moderation Control:</strong>
		<a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a>
	</div>
</if>
$footer 
</body>
</html>

Then edit this area:
Code:
<div> 
	<if condition="$userinfo['field100']!=''"><fieldset class="fieldset"><legend><strong>Title 1</strong></legend>$userinfo[field100]</fieldset><br /><else />&nbsp;</if>
	<if condition="$userinfo['field101']!=''"><fieldset class="fieldset"><legend><strong>Title 2</strong></legend>$userinfo[field101]</fieldset><br /><else />&nbsp;</if>
	<if condition="$userinfo['field102']!=''"><fieldset class="fieldset"><legend><strong>Title 3</strong></legend>$userinfo[field102]</fieldset><br /><else />&nbsp;</if>
	<if condition="$userinfo['field103']!=''"><fieldset class="fieldset"><legend><strong>Title 4</strong></legend>$userinfo[field103]</fieldset><br /><else />&nbsp;</if>
	<if condition="$userinfo['field104']!=''"><fieldset class="fieldset"><legend><strong>Title 5</strong></legend>$userinfo[field104]</fieldset><br /><else />&nbsp;</if>
	<if condition="$userinfo['field105']!=''"><fieldset class="fieldset"><legend><strong>Title 6</strong></legend>$userinfo[field105]</fieldset><br /><else />&nbsp;</if>
	<if condition="$userinfo['field106']!=''"><fieldset class="fieldset"><legend><strong>Title 7</strong></legend>$userinfo[field106]</fieldset><br /><else />&nbsp;</if>
</div>
Alter the field100-field106 Names and the Titles.

If you do not wish to use the Friends and/or Buddies on Profile hack, find and remove this line:
Code:
$FNB_HTML
If you do not wish to use the Who Viewed My Profile hack, find and change this code:
Code:
<div class="fieldset">
	<div style="padding:$stylevar[formspacer]px">
		<if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
	</div>
</div>
to
Code:
<div class="fieldset">
	<div style="padding:$stylevar[formspacer]px">
		$vbphrase[profile_views]: $userinfo[profileviews]
	</div>
</div>
The area under Inventory is for whatever use you want - such as for vbbux, ishop, etc., or you can change it to whatever.
Then click Save & Reload

Demo location: http://www.christianboards.org/member.php?u=1
Demo location 2: http://www.chicagovelocity.com/forum/member.php?u=5
See this post for alternate changes to location 2 demo.

The frame and icons are located in the zip file.
Added icons.zip - unzip the gif images and put them in your images/misc folder and/or each style/misc folder (depending on how you have it set up). I have included the PSDs so you can edit them however you want.

Revision .01 - cleaned up code and updated frame.

Show Your Support

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

Comments
  #2  
Old 02-13-2007, 05:08 PM
AKapadia AKapadia is offline
 
Join Date: Jan 2006
Location: U.S.A.
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tHANX MAN THIS IS SOO COOL HACK I WAS LOOKING FOR THIS LONG TIME AGO.. CAN YOU MAKE SOMETHING LIKE PEOPLE CAN LEAVE THE COMMENT FOR OTHER USERS IN THE PROFILE... THAT WOULD BE SUPER COOL.. SORRY FOR CAPS..
Reply With Quote
  #3  
Old 02-13-2007, 05:12 PM
Dan's Avatar
Dan Dan is offline
 
Join Date: Dec 2002
Location: Titusville, Florida
Posts: 1,787
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you post a screenshot instead of just a demo link please? Thanks
Reply With Quote
  #4  
Old 02-13-2007, 05:17 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very cool, I'll have to check this one out.
Reply With Quote
  #5  
Old 02-13-2007, 05:23 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im gonna look at this for future use

good job buddy
Reply With Quote
  #6  
Old 02-13-2007, 05:28 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Two screenshots served right up - enjoy
Reply With Quote
  #7  
Old 02-13-2007, 05:48 PM
projectego's Avatar
projectego projectego is offline
 
Join Date: Feb 2006
Location: UK
Posts: 724
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very, very nice indeed! Installed.
Reply With Quote
  #8  
Old 02-13-2007, 09:31 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whats the difference between this and the Myspace Profile Re-Write PRO! 1.0.0 by Stangsta?
Reply With Quote
  #9  
Old 02-13-2007, 10:09 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like a LOT. His hack looks like [just as his title describes] a Myspace Profile. Which, is great if that's what one wants

Let's compare screenshots...



and Stangsta's

While Stangsta's is very well done, it wasn't what I wanted for my forum. Mine isn't near as flashy, jazzy, etc., but nor is it meant to be - it's meant to be a simple alternative to the default. I'm sure with enough finesse, I could come up with something similar, but I didn't want that - nor did my members.
Reply With Quote
  #10  
Old 02-14-2007, 11:29 PM
wtrk wtrk is offline
 
Join Date: Jun 2005
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by christianb View Post
Looks like a LOT. His hack looks like [just as his title describes] a Myspace Profile. Which, is great if that's what one wants

Let's compare screenshots...

i like yours better. much cleaner design, i get annoyed when everything needs its own table, it maks the page look too clunky and too vbulletin (i hate the blocky vb style, especially in the vbadvanced and other cms, its looks so 1998).
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 06:26 PM.


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.07596 seconds
  • Memory Usage 2,342KB
  • Queries Executed 23 (?)
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
  • (5)bbcode_code
  • (1)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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