[vBulletin 3.8.x] Member Profiles 2.0

Status
Not open for further replies.

GCSkye

Active Member
66
2009
0
0
A live demo of the profile can be found here:
http://evercube.net/forum/members/skye.html

This is a modification that will get you away from the same vbulletin profiles that you see everywhere. It requires a few template edits and there is two different versions.

One version requires vbplaza, the other is for those not using vbplaza.

Both files include an edit for the mod vbstatus which can be found here:
http://www.vbulletin.org/forum/showthread.php?t=181283

If you are not using vbstatus and you do not wish to, just do the template edits as normal and once finished do the following:

------------------------------------------------
Edit template MEMBERINFO
------------------------------------------------

Find and Remove:
Code:
<!--BEGIN VB STATUS-->
<if condition="$vbulletin->options['vbstatus_active']">

	<em id="vbstatus_$userinfo[userid]">
	$userinfo[vbstatus_status]
	<if condition="$bbuserinfo['userid']==$userinfo['userid'] OR $vbstatus_isadmin==1">
		<if condition="$vbulletin->options['vbstatus_inline']">
			<a href="javascript:Att_AjaxDiv('inline=1&userid=$userinfo[userid]&postid=$userinfo[userid]','vbstatus/vbstatus_ajax.php','vbstatus_$userinfo[userid]')">Edit</a>

		<else />
			<a href="javascript:Att_Ajax('userid=$userinfo[userid]&postid=$userinfo[userid]','vbstatus/vbstatus_ajax.php')">Edit</a>
		</if>
	
	</if>	
	</em>
</if>
<!--END VB STATUS-->

To see how the template looks with member edits view here:
http://evercube.net/forum/member.php?u=443
http://evercube.net/forum/member.php?u=16044
http://evercube.net/forum/member.php?u=2564


Download:
http://rapidshare.com/files/242118884/No_vbPlaza_Installed.zip
http://rapidshare.com/files/242118904/vbPlaza_Installed.zip

or view the official thread at vbulletin.org:
http://www.vbulletin.org/forum/showthread.php?t=215604
 
3 comments
Status
Not open for further replies.
Back
Top