UberDoober
01-18-2009, 11:40 PM
I had a template mod in 3.7.0 that moved my signature pics to the bottom of the (legacy) postbit but I upgraded to 3.8 today, reverted my postbit template and now can't seem to get my sigs to move to the bottom again. I can't even find where I got the info/mod in the first place.
In 3.7.0, it looked like this:
$template_hook[postbit_signature_start]
<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->
I've tried a few variations, even some funny ones like the attached.
I've put things back to normal but I sure could use some help getting my signatures moved to the bottom.
Thanks in advance.
In 3.7.0, it looked like this:
$template_hook[postbit_signature_start]
<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->
I've tried a few variations, even some funny ones like the attached.
I've put things back to normal but I sure could use some help getting my signatures moved to the bottom.
Thanks in advance.