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

Reply
 
Thread Tools
Friends and/or Buddies on Profile Details »»
Friends and/or Buddies on Profile
Version: 1.0.5, by jj jj is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

Version: 3.5.5 Rating:
Released: 01-13-2006 Last Update: 03-12-2006 Installs: 270
Uses Plugins Template Edits
 
No support by the author.

WHAT's THIS
  • This product adds a public friends and/or buddy list in the profile.
  • What are friends? Friends means you are on each others buddylists. It is no seperate addition/addon. It's all based on vb's buddy system.
  • Need more info? Look at the attached screenshots, or the live demo(s).
  • Avatars/profilepics will not show up, if stored in filesystem!
  • Need some kind of informing the users, which have been added to a buddy list? Look at the AutoPM after addBuddy Plugin by Antivirus
  • The product adds 2 queries to the profile page


INSTALLATION


Install with product manager.


Set your preferences in the acp (vBulletin options)


Add
PHP Code:
$FNB_HTML 
somewhere in your MEMBERINFO template. Whereever you'd like to show up the friends or buddies. If you're not sure what to do, search for
Code:
<if condition="$show['signature']">
in your MEMBERINFO template and add it before that line.


OPTIONAL (User selectable)


If you want to have this user-selectable you need to add a custom profile field. Create the new field as a radiobutton, give it a name and description of your choice, the options yes and no and use the following code instead of only $FNB_HTML:

HTML Code:
<if condition="$userinfo[fieldXX] == yes">$FNB_HTML</if>
(if user wishes to show up)
or

HTML Code:
<if condition="$userinfo[fieldXX] != no">$FNB_HTML</if>
(show by default, user can deactivate it)

Remember to replace XX with the number of the new profilefield!


PLANNED FEATURES

  • Using Templates


LIVE DEMO(S)



CREDITS


Thx to Cloud-Warrior for inspiration and idea. If you want a seperate friends page, too, get the vBFriends extension by Cloud-Warrior.

vwturbo (for the idea of gettin profilepics instead of avatars),
gamebgs (limitting shown friends/buddies to a max number),
D|ver (hiding the information who you got in your buddy list and whohas added you to his buddy list),
yayvb (show a "no avatar" picture if no avatar is available),
ThorstenA (see changelog version 1.0.2)

Show Your Support

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

Comments
  #62  
Old 02-09-2006, 12:32 AM
vbreal vbreal is offline
 
Join Date: Dec 2005
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do u know how to get users usernames to replace the member id number in the url to their profile
Reply With Quote
  #63  
Old 02-09-2006, 10:57 AM
jj's Avatar
jj jj is offline
 
Join Date: Sep 2005
Location: Viernheim, Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gavinzac
can you get it to check the size of the image? and make it so that if the profile pic is too small its ignored or replaced with a "no user profile pic" or whatever.
As I explained somewhere above, NO.

Quote:
Originally Posted by mchaos
I can't figure out how to change the colors of links in it, without changing the style of the site. color somes up white and turn yellow on hover. how can I customize it?
Of course the links are using the same colors like the rest of the vBulletin. If you want to get other colors, you should know some html and edit the plugin code. I didn't figure the template system out yet, but I'll definately use templates soon.

Quote:
Originally Posted by ChuckH
I switched to the product and it works great, but how do I change the settings now?
Go to your ACP. I wrote it in the 1st post!!! It's a new entry in the vBulletin settings part called "Friends and/or Buddies in Profle".

Quote:
Originally Posted by mchaos
how do i set avatars not saved on file system???
You can do that in your ACP and of course look into vBulletins Manual/FAQ.

Quote:
Originally Posted by mchaos
so is it customary to ignore ppl asking questions?? wtf
you don't even use this plugin... why should i answer you ^^

Quote:
Originally Posted by Real Talk
do u know how to get users usernames to replace the member id number in the url to their profile
Yes I know You want me to add that as an option?
Reply With Quote
  #64  
Old 02-09-2006, 11:50 AM
vwturbo vwturbo is offline
 
Join Date: Jul 2004
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good work once again on making this a product. Even though I've had mine all set up for a while I upgraded and it's nice to have the options in the ACP.
Reply With Quote
  #65  
Old 02-10-2006, 02:55 PM
GamerJunk.net's Avatar
GamerJunk.net GamerJunk.net is offline
 
Join Date: Jan 2004
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this and all it is showing is the + signs and not the buddy list like on myspace.
Reply With Quote
  #66  
Old 02-10-2006, 07:30 PM
jj's Avatar
jj jj is offline
 
Join Date: Sep 2005
Location: Viernheim, Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RasMasta
I installed this and all it is showing is the + signs and not the buddy list like on myspace.
You did something wrong then. Do you have a link or a screenshot?
Reply With Quote
  #67  
Old 02-11-2006, 07:50 PM
GamerJunk.net's Avatar
GamerJunk.net GamerJunk.net is offline
 
Join Date: Jan 2004
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.gsnforce.com/forum/member.php?u=1" target="_blank">http://www.gsnforce.com/forum/member.php?u=1</a>
Reply With Quote
  #68  
Old 02-11-2006, 07:55 PM
GamerJunk.net's Avatar
GamerJunk.net GamerJunk.net is offline
 
Join Date: Jan 2004
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also here is the code of my memberinfo....

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$userinfo[username]'s Profile: "$userinfo[usertitle]" </title>
<style type="text/css">
</style>
</head>
<body>
$header
$navbar
<div align="center" style="font-size:36pt"><font color="red">$userinfo[musername]</font></div>
<br>
<div align="center"><if condition="$show['avatar']"><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" />
			<else /></div>
							</if>
<div align="center" style="font-size:14pt"><font color="blue">&quot;$userinfo[usertitle]&quot;</font></div>
<br>
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> 
<TR> 
<TD class="thead" COLSPAN=2>$userinfo[username]'s Current Activities Statistics</TD> 
</TR> 
<TR>
  <TD width="50%" valign="top" class="alt1"><strong>Last Profile Change:</strong></TD>
  <TD width="50%" valign="top" class="alt1">$mh_upcd_last_changed</TD>
</TR>

<TR>
  <TD width="50%" valign="top" class="alt1"><strong>Online Status:</strong></TD>
  <TD width="50%" valign="top" class="alt1">$userinfo[onlinestatus]</TD>
</TR>
<if condition="can_moderate()">

<TR>
  <TD width="50%" valign="top" class="alt1"><strong>User Option:</strong></TD>
  <TD width="50%" valign="top" class="alt1"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">Click Here To Moderate This User</a></TD>
</TR>
</if>
<if condition="$show['lastactivity']">
<TR>
<TD width="50%" valign="top" class="alt1"><strong>Last Activities:</strong></TD>
  <TD width="50%" valign="top" class="alt1">$userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</TD>
</TR>
</if>
<if condition="$show['currentlocation']">
<TR>
  <TD width="50%" valign="top" class="alt1"><strong>This User Is Currently In:</strong></TD>
  <TD width="50%" valign="top" class="alt1">$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</TD>
</TR>
</if>
<if condition="$post[field34] != ''">
<TR>
<TD width="50%" valign="top" class="alt1"><strong>Current Mood Of This User Is:</strong></TD>
  <TD width="50%" valign="top" class="alt1"><img src="images/steelred/mood/$post[field34].gif" title="$post[field34]" align="center">
</TD>
</TR>
</if>
</table>								
<if condition="$show['profilelinks']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
	<if condition="$userinfo['showvcard']">
		<td class="thead"><a href="member.php?$session[sessionurl]do=vcard&amp;u=$userinfo[userid]" rel="nofollow">$vbphrase[download_vcard]</a></td>
	</if>
	<if condition="$show['member']">
	<td class="thead">
		<if condition="$show['addbuddylist']">
		<a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
		<else />
		<a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
		</if>
	</td>
	<td class="thead">
		<if condition="$show['addignorelist']">
		<a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
		<else />
		<a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
		</if>
	</td>
<if condition="$vboptions['favusers_enabled']">
	<td class="thead">
		<a href="vbfavorites.php?$session[sessionurl]do=addentry&amp;type=user&amp;id=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_user_to_favorites]</phrase></a>
	</td>
	</if>
	</if>
<td class="thead"><a href="profile.php?$session[sessionurl]do=admire&amp;userid=$userinfo[userid]">Register your admiration for $userinfo[username]</a></td>
<if condition="($userinfo['arcadeoptions'] & 1) AND $userinfo['userid']!=$bbuserinfo['userid']"><td class="thead"> 
<a href="arcade.php?do=newchallenge&userid=$userinfo[userid]">Challenge  <b>$userinfo[username]</b> in the arcade</a></td></if>
	<if condition="can_moderate()">
		<td class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
	</if>
</tr>
</table>
</if>
<br>
<table width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td width="25%" align="center" valign="top">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
	<td height="37" align="center" valign="top">
	
	
<table width="100%" cellpadding="1" cellspacing="3" class="tborder">
  <tr>
	<td class="alt1" width="10%" align="center" valign="top">
	   
		<if condition="$show['profilepic']"><img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
			<else />
 			   			 <img src="$stylevar[imgdir_misc]/nopicture.jpg"  alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor];" />
			 			</if>
<a href="http://www.yoursite.com/members.gallery/showgallery.php?cat=500&ppuser=$post[userid]">Click Here To See My Gallery</a>
<br>
<a href="http://www.yoursite.com/classified/showcat.php?cat=500&ppuser=$post[userid]">Click Here To See All My Classified Ads</a>
				
</td>
  </tr>

</table>

	<br />
<center><a href="userpage.php?do=main&userid=$userinfo[userid]"><img src="images/steelred/misc/Click_Here.gif" alt="Click Here To View This Person Forum HomePage" border="0"></a></center>
</td>
  </tr>
</table>
<br />


<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> 
<TR> 
<TD class="thead" COLSPAN=2>$userinfo[username]'s Gamer Info</TD> 
</TR>
<if condition="$userinfo[field6]"> 
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>XBox Live Gamertag:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field6]</TD>
</TR>
</if>
<if condition="$userinfo[field21]">
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>PS2 Online ID:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field21]</TD>
</TR>
</if>
<if condition="$userinfo[field20]">
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>PC Alias:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field20]</TD>
</TR>
</if>
<if condition="$userinfo[field22]">
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>PSP ID:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field22]</TD>
</TR>
</if>
<if condition="$userinfo[field23]">
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>DS Friend Code:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field23]</TD>
</TR>
</if>
<if condition="$userinfo[field11]">
<TR>
  <TD width="40%" valign="top" class="alt1"><strong>Currently Playing:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field11]</TD>
</TR>
</if>
<if condition="$userinfo[field12]">  
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>Consoles Owned:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field12]</TD>
</TR>
</if>  

<if condition="$userinfo[field9]">
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>My Favorite Gamer:</strong></TD>
  <TD width="60%" valign="top" class="alt1"><iframe src="http://gamercard.xbox.com/$post[field9].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></TD>
</TR>
</if>     

<if condition="$userinfo[field20]">
</TR>
</if>
</TABLE>
<br>
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> 
<TR> 
<TD class="thead" COLSPAN=2>Games I Play Online</TD> 
</TR> 
<TR>
<if condition="$userinfo[field19]"> 
<TD width="10%" valign="top" class="alt1"><strong>PC Games:</strong></TD> 
<TD width="90%" valign="top" class="alt1">$post[field19]</if> </TD> 
</TR>
<TR>
<if condition="$userinfo[field15]"> 
  <TD width="10%"  valign="top" class="alt1"><strong>XBox Games:</strong></TD>
  <TD width="90%" valign="top" class="alt1">$post[field15]</if></TD>
</TR> 
<TR>
<if condition="$userinfo[field14]"> 
  <TD width="10%" valign="top" class="alt1"><strong>XBox 360 Games:</strong></TD>
  <TD width="90%" valign="top" class="alt1">$post[field14]</if></TD>
</TR> 
<TR>
<if condition="$userinfo[field16]">   
<TD width="10%" valign="top" class="alt1"><strong>PS2 Games:</strong></TD>
  <TD width="90%" valign="top" class="alt1">$post[field16]</if> </TD>
</TR>
<TR>
<if condition="$userinfo[field22]">   
<TD width="10%" valign="top" class="alt1"><strong>PSP Games:</strong></TD>
  <TD width="90%" valign="top" class="alt1">$post[field22]</if> </TD>
</TR>
<TR>
<if condition="$userinfo[field23]">
  <TD width="40%" valign="top" class="alt1"><strong>Nintendo DS Games:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field23]</if></TD>
</TR> 
<if condition="$userinfo[field8]">
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>Favorite Games:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field8]</TD>
</TR>
</if>
</TABLE> 
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead" width="100%">$vbphrase[forum_info]</td>
	</tr>
<tr valign="top">

	<td class="panelsurround" align="center">
				<div>
									$vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
				</div>
<if condition="$mh_upcd_last_changed">
					<div>						$vbphrase[mh_upcd_last_change_date]: <strong>$mh_upcd_last_changed</strong>
					</div>
				</if>
			</div>
			
			<fieldset class="fieldset">
				<legend>$vbphrase[posts]</legend>
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
					<td>
						$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
					</td>
				</tr>
				<if condition="$vboptions['profilelastpost']">
				<tr>
					<td>
							$vbphrase[last_post]:<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&amp;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&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
				</tr>
				</table>
			</fieldset>
			
			<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>
<if condition="$post['userid']"><div>iTrader: (<b><a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a></b>)</div></if>
   </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&amp;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>
		
		</div>
	</div>
	</td>
</tr>
</table>
<br>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead" width="50%">$vbphrase[contact_info]</td>
</tr>

	<td class="panelsurround" align="center">
	<div>
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<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>
								<tr>
					<td>
						Group Memberships:<br />

					<if condition="$show['membergroups']"><else />
						<phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase>					</td>
				</tr>
$membergroupbits
				</if>

				<if condition="$show['email']">
				<tr>
					<td>
						$vbphrase[email]:<br />
						<a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;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>
						$vbphrase[private_message]:<br />
						<a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
					</td>
				</tr>
				</if>
<!-- [START HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 1 ] -->
				<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">
				<tr>
					<td>
						$vbphrase[pager_vbpager]:<br />
						<a href="#" onclick="window.open('pager.php?do=buddylist&amp;puserid=$userinfo[userid]','pagerbuddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=  yes,width=$vboptions[vbpager_width],height=$vboptions[vbpager_height]'); return false;"><phrase 1="$userinfo[username]">$vbphrase[pager_send_pager_message_to_x]</phrase></a>
					</td>
				</tr>
				</if>
<!-- [END HACK='vB Pager' AUTHOR='UAEWEB.COM' VERSION='3.0.0' CHANGEID= 1 ] -->
				</table>
			</div>
			
			<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>
					<if condition="$userinfo['skype']">
					<tr>
						<td>$vbphrase[skype]</td>
						<td>$userinfo[skype]</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="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
					</tr>
					</if>
				</if>
				</table>
			</fieldset>
			</if>
			
		
		</div>
	</div>
	</td>
	
</tr></table><br />
<td valign="top">	  
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> 
<TR> 
<TD class="thead" COLSPAN=2>$userinfo[username]'s Information</TD> 
</TR> 
<if condition="$userinfo[field10]">
<TR> 
<TD width="40%" valign="top" class="alt1"><strong>Real Name:</strong></TD> 
<TD width="60%" valign="top" class="alt1">$post[field25]<else />N/A</TD> 
</TR>
</if>
<if condition="$userinfo[field7]">
<TR>
  <TD width="40%"  valign="top" class="alt1"><strong>Gender:</strong></TD>
  <TD width="60%" valign="top" class="alt1"><img src="$stylevar[imgdir_misc]/$post[field7].gif" alt="$post[field7]" /><else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[field2]"> 
<TR>
  <TD width="40%" valign="top" class="alt1"><strong>Location:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field2]<else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[field5]"> 
<TR>
  <TD width="40%" valign="top" class="alt1"><strong>Dating Status:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field10]<else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[field6]">
<TR>
  <TD width="40%" valign="top" class="alt1"><strong>State/County:</strong></TD>
  <TD width="60%" valign="top" class="alt1"><img src="images/steelred/state/$userinfo[field6].gif" title="$userinfo[field6]" align="center"><else />N/A</TD>
</TR>
</if>
<if condition="$userinfo[starsign]">
<TR>
  <TD width="40%" valign="top" class="alt1"><strong>Astrology Sign:</strong></TD>
  <TD width="60%" valign="top" class="alt1"><img src="images/steelred/starsign/$userinfo[starsign].gif" alt="$userinfo[starsign]"> </TD>
</TR>
</if>
<if condition="$show['birthday']">
<TR>
  <TD width="40%" valign="top" class="alt1"><strong>Birthday:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$userinfo[birthday]</TD>
</TR>
</if>
<if condition="$show['age']">
<TR>
  <TD width="40%" valign="top" class="alt1"><strong>Age:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$userinfo[age]</TD>
</TR>
</if>
<if condition="$show['homepage']">
<TR>
  <TD width="40%" valign="top" class="alt1"><strong>HomePage:</strong></TD>
  <TD width="60%" valign="top" class="alt1"><a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
 </TD>
</TR>
</if>

<TR>

  <TD width="40%" valign="top" class="alt1"><strong>Gamer Points:</strong></TD>
  <TD width="60%" valign="top" class="alt1"><if condition="$show['ucash_memberinfo'] == true">
			<fieldset class="fieldset">
			<legend>$vbphrase[ucs_points]</legend>
				<div class="fieldset">
					<div style="padding:$stylevar[formspacer]px">
						<if condition="$vbulletin->userinfo['usergroupid'] == 6"><a href="ushop.php?do=a&shortname=admindonate&userid=$userinfo[userid]" target="_blank">$vbphrase[ucs_points] on hand</a><else />$vbphrase[ucs_points] on hand</if>: <strong>$userinfo[points]</strong><br />
						$vbphrase[ucs_points] in the bank: <strong>$userinfo[bankamount_display]</strong><br />
						<a href="ushop.php?do=a&shortname=donate&userid=$userinfo[userid]" target="_blank">Donate</a><br />
						<a href="ushop.php?do=userhistory&u=$userinfo[userid]">User's Purcahse History</a>
					</div>
				</div>
			</fieldset>
			<if condition="$userinfo['ushop_profilemidi']">
			<fieldset class="fieldset">
				<legend>Midi</legend>
					<div class="fieldset">
						<div style="padding:$stylevar[formspacer]px">
						<a href="$userinfo[ushop_profilemidi]">$userinfo[username]'s Midi</a>
						</div>
					</div>
				</fieldset>
			</if>
			</if></TD>
</TR>
 <if condition="$userinfo[field21]"> 
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>Children:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field21]</TD>
</TR>
</if>
<if condition="$userinfo[field18]"> 
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>Education Level:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field18]</TD>
</TR>
</if>
<if condition="$userinfo[field23]">  
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>Religion:</strong></TD>
  <TD width="60%" valign="top" class="alt1">$post[field23]</TD>
</TR>
</if>
<if condition="$userinfo[field4]">
<TR>

  <TD width="40%" valign="top" class="alt1"><strong>My Gamercard:</strong></TD>
  <TD width="60%" valign="top" class="alt1"><iframe src="http://gamercard.xbox.com/$post[field6].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></TD>
</TR>
</if>     
</TABLE> 
<br>
<if condition="$userinfo[field1]">	  
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="thead">About Me</td>
</tr>
<tr class="alt1">
<td >$post[field1]</td>
</tr>
</table> 
<br />
</if>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$show[journalinfo]">
<tr>
	<td class="thead" width="100%">$userinfo[username]'s Blog Information</td>
	</tr&gt;
	<tr valign="top">

	<td class="panelsurround" align="center">
				<div>
   <a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">Visit $userinfo[username]'s Blog</phrase></a><br />
   Blog Entries: $journal[entrycount]<br />
   Blog Comments: $journal[commentcount]<br />
   Blog Views: $journal[journalviews]<br />
   $vbphrase[last_entry]: <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a> ($journal[lastentry_date])<br /><else />$vbphrase[private]</if>
   </div>
   </td>
   </tr></if>
   </table><br>
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> 
<TR> 
<TD class="thead" COLSPAN=2>$userinfo[username]'s Time-Zone</TD> 
</TR> 
<tr valign="top">

	<td class="panelsurround" align="center">
	
		<div align="$stylevar[center]">
		<img src="gmtimage.php?gmt=$userinfo[timezoneoffset]&localtime=$userinfo[localtime]&localdate=$userinfo[localdate]#gif.gif" alt="$vbphrase[timezone_image]"/>
	
	</div>
	</td>

</tr>
</table>
$FNB_HTML <br />
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> 
<TR> 
<TD class="thead" COLSPAN=2><phrase 1="$limit" 2="$userinfo[username]" 3="$num">{$vbphrase['vbspace_commentamount_text']}</phrase></span>
( <a href="$vboptions[bburl]/member.php?u=$userinfo[userid]&do=getall"><phrase 1="$userinfo[username]" 2="$userinfo[userid]" >{$vbphrase['vbspace_commentviewall_text']}</phrase></a> )</TD> 
</TR> 
<tr>
$comment_bits</tr>
</table> 
<br />
$add_comment</td>
</tr>
</table>
<br>
<if condition="$profileimagebits">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
    <td class="tcat" colspan="$columns">$userinfo[username]'s Latest Members Gallery Submissions</td>
</tr>
<tr>$profileimagebits</tr>
</table>
</if>
</br>
<if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead">$vbphrase[signature]</td>
</tr>
<tr>
	<td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
<br />
</if>	
$footer 
</body>
</html>
Reply With Quote
  #69  
Old 02-12-2006, 03:51 PM
jj's Avatar
jj jj is offline
 
Join Date: Sep 2005
Location: Viernheim, Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you went to ACP and set it up?
Reply With Quote
  #70  
Old 02-12-2006, 06:03 PM
GamerJunk.net's Avatar
GamerJunk.net GamerJunk.net is offline
 
Join Date: Jan 2004
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yea I fixed it. Some of the option descriptions are misleading.
Reply With Quote
  #71  
Old 02-13-2006, 05:34 AM
DanLai's Avatar
DanLai DanLai is offline
 
Join Date: Sep 2005
Location: Hong Kong
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any plan to add paging?

As the friend list may go super long :squareeyed:
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 03:19 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.04823 seconds
  • Memory Usage 2,439KB
  • 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
  • (2)bbcode_code
  • (2)bbcode_html
  • (1)bbcode_php
  • (7)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
  • (1)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