View Full Version : Can someone help me with my postbit signature
MaDCaT75
12-06-2003, 11:58 PM
Ok I'm trying to align the signatures to the bottom of the post but when I do:
<td align="left" valign="bottom" width="100%">
<smallfont>$post[signature]</smallfont>
</td>
it royally screws up my postbit signature part. So I am forced to use:
<p>$postbit[signature]</p>
However I cant figure out how to make it align to the bottom. Can anyone help?
Giveit2u43
12-07-2003, 04:06 AM
You`ll need to do a little bit more hacking that just bottom aligining the sig.. in your postbit find:
<td bgcolor="$post[backcolor]" width="100%" valign="top">
<smallfont>$post[icon] <b>$post[title]</b></smallfont>
<p><normalfont>$post[message]</normalfont></p>
$post[attachment]
<p>$post[signature]</p>
<p>$post[editedby]</p>
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>
</td>
Replace that entire section with:
<td bgcolor="$post[backcolor]" width="100%" height="100%" valign="top">
<table width="100%" border="0" cellpadding="0" align="left" height="100%">
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top" height="20"><smallfont>$post[icon] <b>$post[title]</b></smallfont></td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top"><p><normalfont>$post[message]</normalfont></p></td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" height="20"> $post[attachment]</td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" >$post[signature]</td>
</tr>
<tr>
<td bgcolor="$post[backcolor]" align="left" valign="top" height="8">$post[editedby]</td>
<td bgcolor="$post[backcolor]" align="right" valign="top" height="8"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></td>
</tr>
</table>
</td>
that should then align everything nicely in your postbit :)
MaDCaT75
12-07-2003, 06:02 AM
Thanks I'll give it a shot
SVTBlackLight01
12-07-2003, 07:16 AM
I believe there was a pretty simple template mod at vbulletintemplates.com for this.
SVTBlackLight01
12-07-2003, 07:22 AM
Here it is.
http://www.vbulletintemplates.com/mods/showthread.php?t=29&highlight=signature
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.