The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
message for profile visitors
I was trying to add a message for visitors to "My Profile" like the message would only display if the viewer is not the profile owner. how do i check that ?
is there anything called vbulletin->is_my_profile()? |
#2
|
|||
|
|||
Are you trying to do this in a template? And if so, which one?
You might try: Code:
$vbulletin->userinfo['userid'] != $userinfo['userid'] |
#3
|
|||
|
|||
I am trying to do in member_stats.php and your suggestion worked. Thanks so much
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|