PDA

View Full Version : How can I center ALL member's signatures in 3.7.0??


Pamela
02-29-2008, 07:53 AM
How would I go about making ALL member's signatures centered (not on an individual basis, but all signatures at one time as the default)?

Does anyone know what template edits I would need for this? I'm running 3.7.0 Beta 5.

Thanks!!! :)

calorie
02-29-2008, 08:02 AM
You could use the following template hooks to add start/end HTML to surround and center the signature:

$template_hook[postbit_signature_start]
$template_hook[postbit_signature_end]

Alternatively, you could add the HTML around the following variable in the postbit or postbit_legacy template, whichever you are using on your board:

$post[signature]

Pamela
02-29-2008, 08:12 AM
Got it! Thanks so much for your help!!! :)