The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can I make the signature show for our guests and not just for registered user?
I have to remove a <! IF condition? |
#2
|
||||
|
||||
![]()
do you mean guest that are posting?
you can't |
#3
|
|||
|
|||
![]()
no guest cant post. they have to see the sigantaure from registered users and so.
|
#4
|
|||
|
|||
![]()
hello
need still help please. do you udnestand now what i want? |
#5
|
||||
|
||||
![]()
Unless you did something to stop it, guests can see sigs by default.
|
#6
|
|||
|
|||
![]()
i dont know.
where i can set it up`? i have VB 3.8 |
#7
|
||||
|
||||
![]()
Can you give a link to your forum?
|
#8
|
|||
|
|||
![]()
no. can you help or not.
|
#9
|
||||
|
||||
![]()
vBulletin WILL display signatures to GUESTS normally. If your forum isn't showing them to guests then you or another admin did something to stop that. This could be a mod, a plugin, or a template edit... It's hard to know for sure- that is all the help I can give you without knowing more.
In your postbit or postbit_legacy template, whatever you use, the code for the signature should be: Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|