Quote:
Originally Posted by popowich
Is it possible use conditionals in signatures? I tried turning on HTML in signatures for my administrators group but still could not get them to work. I'd like to have one signature for guests and a different signature that is seen by registered members.
|
This wouldn't be possible without some kind of mod... if there was only 1 or two sigs you wanted to show to guests you could hard code them into the template... edit your postbit (or _legacy) template and find $post[signature]... put that in an if statement and hard code the sig you want to show to guests... basically-
if (user is a guest)
show hard coded sig
else
$post[signature]