I love the way that the thanks info is displayed in a separate box under the post. However, it was not being displayed with the same table border as the post itself.
I fixed this by editing
post_thanks_postbit_legacy (or
post_thanks_postbit if you use that style)
from (near the top)
Quote:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
|
to
Quote:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
|
which now makes the thanks info look correct.
Example
Ace hack - hope the feedback helps. :up: