View Full Version : show signatures for all users
Ghostt
11-23-2010, 02:23 PM
How can I make the signature show for our guests and not just for registered user?
I have to remove a <! IF condition?
Brandon Sheley
11-23-2010, 02:28 PM
do you mean guest that are posting?
you can't
Ghostt
11-23-2010, 02:36 PM
no guest cant post. they have to see the sigantaure from registered users and so.
Ghostt
11-25-2010, 10:54 PM
hello
need still help please.
do you udnestand now what i want?
BirdOPrey5
11-27-2010, 03:24 AM
Unless you did something to stop it, guests can see sigs by default.
Ghostt
11-27-2010, 05:11 PM
i dont know.
where i can set it up`?
i have VB 3.8
BirdOPrey5
11-27-2010, 07:08 PM
Can you give a link to your forum?
Ghostt
11-28-2010, 01:23 PM
no. can you help or not.
BirdOPrey5
11-28-2010, 02:10 PM
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:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
If you see an additional <IF> statement or a different <IF> change it to the default code above and see if that works.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.