Log in

View Full Version : Default Signatures


Dave Hawley
11-03-2010, 05:28 AM
How and where would I add a default signature for registered users that have no signature?

giorgioarmani
11-03-2010, 09:06 AM
You mean one that shows for EVERY user or just a specific one?

If it is for a specific one just go to /admincp/user.php?do=edit&u=IDNUMBEROFUSER

Dave Hawley
11-03-2010, 09:26 AM
Hi,

Every users who hasn't got a signature.

BirdOPrey5
11-06-2010, 12:45 AM
I suppose you could edit the postbit / postbit_legacy template... if you search it you will see there is already a conditional to display the signature... you could add a <vb: else /> clause to the conditional with a default signature. There is an article on conditionals in the VB4 articles section if you need more info on how conditionals work.

borbole
11-06-2010, 11:45 AM
If you are using vb 4x, have a look at my mod here:

https://vborg.vbsupport.ru/showthread.php?t=239408

Dave Hawley
11-08-2010, 08:34 AM
Brilliant! Thanks to BirdOPrey5 also :)