The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Guest not seeing sigs of members
Is it possible to make that normal guest to the board doesn't see any sigs of members in posts?
Thanks |
#2
|
|||
|
|||
Howdy powerbook,
Yes it's possible with conditional templates In the postbit template, find Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> Code:
<if condition="!$show['guest']"> <if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> </if> |
#3
|
||||
|
||||
Hey thanks 007
I'll give it a shot and see what happens... EDIT: Thanks man that did the trick... In that case I'll also add a option to members CP with that conditional modified if members wants to see sigs or not. Maybe save those with limited bandwidth a bit of time especially some with pic's in sig... Cheers and thanks |
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
Rather than
PHP Code:
PHP Code:
|
#6
|
||||
|
||||
even sigs hosted external ..then it will work>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|