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
[vb.org] - Members Profiles Details »»
[vb.org] - Members Profiles
Version: 1.00, by anhvienls anhvienls is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 08-18-2007 Last Update: Never Installs: 26
 
No support by the author.

View Member's Profiles in vbulletin.org look nicer than default.
View my profiles to preview demo.


Step 1: In MEMBERINFO
Replace all with code
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<style type="text/css">
#additionalinfo_list, #membergroups_list { margin-top: 0px; margin-bottom: 0px; }
#additionalinfo_list dd, #membergroups_list dd { margin: 0px 0px $stylevar[cellpadding]px 0px; }
</style>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar

<!-- main info - avatar, profilepic etc. -->
<table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%" align="center">
<tr>

	<td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</td>
</tr>
<tr>
	<td class="alt2">
		<table cellpadding="0" cellspacing="0" border="0" width="100%">
		<tr>
			<td class="smallfont" valign="top" align="right">
			<if condition="$show['avatar']">
			<td><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" /></td>
			<else />
				&nbsp;
			</if>
			</td>
			<td valign="middle" width="20%">
			<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
			<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
			</td>
			<td>&nbsp;</td>
			<td class="smallfont" valign="middle" align="right" width="80%">
				<if condition="$show['lastactivity']">
					<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
				</if>
				<if condition="$show['currentlocation']">
					<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
				</if>
			</td>
		</tr>
		</table>
	</td>
</tr>
</table>
<!-- / main info - avatar, profilepic etc. -->

$template_hook[memberinfo_pos1]

<!-- button row -->
<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="vbmenu_control"><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="vbmenu_control">
		<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="vbmenu_control">
		<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>
	<if condition="can_moderate()">
		<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
	</if>
	<if condition="$show['giveinfraction']">
	   <td class="vbmenu_control"><a href="infraction.php?$session[sessionurl]do=report&amp;u=$userinfo[userid]">$vbphrase[give_infraction]</a></td>
	</if>
</tr>
</table>
</if>
<!-- / button row -->

<br />

$template_hook[memberinfo_pos2]

<if condition="$show['infractions']">
<!-- infractions row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="tcat" colspan="$colspan"><span style="float:$stylevar[right]" class="smallfont"><phrase 1="$userinfo[ipoints]">$vbphrase[x_points_total]</phrase>&nbsp; &nbsp;</span>$vbphrase[infractions]</td>
</tr>
<tr>
	<td class="thead">&nbsp;</td>
	<td class="thead">$vbphrase[post]</td>
	<td class="thead">$vbphrase[date]</td>
	<td class="thead">$vbphrase[expires]</td>
	<td class="thead">$vbphrase[points]</td>
	<td class="thead">$vbphrase[reason]</td>
	<td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td>
	<if condition="$show['reverse']"><td class="thead">$vbphrase[details]</td></if>
</tr>
$infractionbits
</table>
<if condition="$pagenav">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="bottom">
	<td align="$stylevar[right]">$pagenav</td>
</tr>
</table>
</if>
<!-- / infractions row -->
<br />
</if>

$template_hook[memberinfo_pos3]

<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>

$template_hook[memberinfo_pos4]

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

	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					$vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
				</div>
			</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=finduser&amp;u=$userinfo[userid]&amp;starteronly=1" 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['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>
			
			$template_hook[memberinfo_foruminfo]
			
		</div>
	</div>
	</td>
	
	<td class="panelsurround" align="center">
	<div class="panel">
		<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>
				<if condition="$show['homepage']">
				<tr>
					<td>
						$vbphrase[home_page]:<br />
						<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
					</td>
				</tr>
				</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>
				</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, 285); return false;">$userinfo[skype]</a></td>
					</tr>
					</if>
				</if>
				$template_hook[memberinfo_iminfo]
				</table>
			</fieldset>
			</if>
			
			$template_hook[memberinfo_contactinfo]
		</div>
	</div>
	</td>
	
</tr>
<tr>
	<td class="tcat" width="50%">$vbphrase[additional_information]</td>
	<td class="tcat" width="50%"><phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase></td>
</tr>
<tr valign="top">

	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
			<if condition="$show['extrainfo']">			
				<dl id="additionalinfo_list">
				<if condition="$show['birthday']">
					<dt class="smallfont"><strong>$vbphrase[birth_date]</strong>:</dt>
					<dd class="smallfont">$userinfo[birthday]</dd>
				</if>
				<if condition="$show['age']">
					<dt class="smallfont"><strong>$vbphrase[age]</strong>:</dt>
					<dd class="smallfont">$userinfo[age]</dd>
				</if>
				$customfields
				</dl>
			<else />
				<strong>No information added.</strong>
			</if>
			$template_hook[memberinfo_additionalinfo]
		</div>
	</div>
	</td>
	
	<td class="panelsurround" align="center">
	<div class="panel">
		<div align="$stylevar[left]">
		<table cellpadding="0" cellspacing="0" border="0" width="100%">
		<tr>
		<if condition="$show['profilepic']">
			<td align="center"><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" /></td>
		<else />
			<td><strong>No picture uploaded.</strong></td>
		</if>
		</tr>
		</table>
			$template_hook[memberinfo_groups]			
		</div>
	</div>
	</td>
</tr>
</table>
<br />

$footer

</body>
</html>
Step 2: Change the maximum size of your custom image is 320x240 (or other)
Go: Usergroups / Usergroup Manager
Edit every group. Find table "Picture Uploading Permissions" and edit.

Note: You need hack templates MEMBERINFO again If you hack other mod formerly.


Dont forget click Install

Show Your Support

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

Comments
  #2  
Old 08-19-2007, 04:01 AM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't get how vb.org has a custom member profile besides the bottom part :erm:
Reply With Quote
  #3  
Old 08-19-2007, 05:08 AM
Symbian Galaxy Symbian Galaxy is offline
 
Join Date: Jun 2007
Location: India
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any Screenshot or Demo ?
Reply With Quote
  #4  
Old 08-19-2007, 05:11 AM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Symbian Galaxy View Post
Any Screenshot or Demo ?
he said
Quote:
View my profiles to preview demo.
Reply With Quote
  #5  
Old 08-19-2007, 05:50 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just may do this if I'm not happy with the SN feature whenever vb.com releases it.
Reply With Quote
  #6  
Old 08-19-2007, 07:29 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think the only differance is the repositioning of the member profile picture
Reply With Quote
  #7  
Old 08-20-2007, 10:24 AM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They moved contact info around, the profile picture down, added some modification information and that's about 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 03:53 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.06891 seconds
  • Memory Usage 2,346KB
  • Queries Executed 20 (?)
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
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete