The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Showing edit profile link in memberinfo
Is there any way to show a edit profile link on the MEMBERINFO template that only the member will see.
Ex: Dave is viewing Dave's profile, i want a link to Edit Profile link to appear for Dave, but no one else. Is it possible? Or shall i just create a generic link Thanks |
#2
|
||||
|
||||
Yes, it's possible with a conditional:
<if condition="$userinfo['userid'] == $bbuserinfo['userid']"> put in stuff you only want the member to see </if> I think that is it. Try it out and see. |
#3
|
|||
|
|||
3.7 have this feature... you can even edit each detail on the fly (ajax)...
|
#4
|
||||
|
||||
thanks Lynne!
edit: why yes it does |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|