The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am trying to show some data on the MEMBERINFO template which I want only to show if the user is viewing their own profile and not everyone else so I think I need a conditional for it. I have searched the conditionals lists Ive found online but no success so far. Hope someone can help
![]() Thank you. ________ Payment Protection Insurance Dicussion |
#2
|
|||
|
|||
![]()
if $bbuserinfo[userid] == $vbuserinfo[userid] >
this is when you hit the visitor to the visited... |
#3
|
|||
|
|||
![]()
It isnt working
![]() HTML Code:
<if $bbuserinfo[userid] == $vbuserinfo[userid]> <div> $variable here </div> </if> --------------- Added [DATE]1239628574[/DATE] at [TIME]1239628574[/TIME] --------------- I have also tried this but not working: HTML Code:
<if condition="$bbuserinfo[userid] == $vbuserinfo[userid]"> <div> $myvariable </div> </if> ![]() --------------- Added [DATE]1239628786[/DATE] at [TIME]1239628786[/TIME] --------------- I have also tried this but back to square one. HTML Code:
<if condition="$bbuserinfo[userid] == $bbuserinfo[userid]"> <div> $myvariable </div> </if> Herbal Health |
#4
|
|||
|
|||
![]() Quote:
Code:
<if condition="$bbuserinfo[userid] == $prepared[userid]"> <div> $variable here </div> </if> |
#5
|
|||
|
|||
![]()
Great thank you so much!!!
I now need the reverse of the first one lol So I would have basically if it isnt your own profile show $mysecondvariable on this users profile who isnt my own profile if you get me. I hope this is possible ![]() Thanks so much. ________ SILVER SURFER VAPORIZER REVIEWS |
#6
|
|||
|
|||
![]() Quote:
Code:
<if condition="$bbuserinfo[userid] !== $prepared[userid]"> <div> $mysecondvariable </div> </if> |
#7
|
||||
|
||||
![]() Quote:
Quote:
Code:
<if condition="$bbuserinfo[userid] == $prepared[userid]"> <div> $variable here </div> <else /> <div> $mysecondvariable </div> </if> |
#8
|
|||
|
|||
![]()
Awesome, thank you very much!!! I would give rep if I could
![]() ________ MAINE MEDICAL MARIJUANA DISPENSARY |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|