The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
online/offline memberinfo user profile
When viewing a board/member profile whilst being offline, some features ie. friends/contact functions are hidden.
Would it be possible to make these settings viewable for visitors also perhaps, and show a 'you must be logged in to use these settings' window instead? (a template edit perhaps?) |
#2
|
|||
|
|||
You could just use a template if. I think this it:
Code:
<if condition="!$vbuserinfo"> display you must be logged in <else /> normal code here </if> |
#3
|
|||
|
|||
|
#4
|
|||
|
|||
Quote:
We do appreciate that you are trying to help others, but please verify your advise before posting: - You are linking to a vBulletin 2.x modifcation, doubtfull that the member asking this question is running vBulletin 2. - The modification you are linking to is archived, thus not available at this time. - The threadstarter asked to show a message when a guest is viewing a profile that he can not see contact info on that member until logged in. This has nothing to do with the modification you are linking to. |
#5
|
||||
|
||||
Thanks everyone; I have to admit
Code:
<if condition="!$vbuserinfo"> display you must be logged in <else /> normal code here </if> didn't work for me. Code:
<if condition="$show['guest']"> normal code </if> did do the trick as needed. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|