
02-19-2009, 09:34 PM
|
|
|
Join Date: Mar 2008
Location: Long Beach, CA
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by trulylowcarb
Thanks so much for your post, and your graciousness too.
I ultimately used your post as pointers on where to change the stock signature. I wasn't totally happy with the changes as you wrote them, so I haven't marked as installed, but I used your post to help me modify the signature to look better.... I always hated that stupid __________ line, and always wanted a different background, so instead of doing just as you said, and adding anything to the exra css, I simply changed the postbit legacy code a bit, and I am much happier with the appearance now.
As per your encouragement to share, here is my template hook for the sig now:
Code:
$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]
<if condition="$post['signature']">
<!-- sig --><br /><br />
<div span class='alt2'>
<hr>
$post[signature]
</div>
<!-- / sig -->
</if>
$template_hook[postbit_signature_end]
|
Good pointer! I actually used some CSS code to put a height contrained box with scroll bars for sigs. Nice and clean! That ______ is so annoying! Ever replacing with an HR makes it looks cleaner.
|