Quote:
Originally Posted by RS_Jelle
Thanks for the update
There's a small W3C error, when you validate a showthread page you get this error for each thanks:
There's   in the source code, this should be
|
Correct.
Will be fixed in next release.
post_thanks_box_bit can be released with:
HTML Code:
<if condition="$ajax_on"><a href=\"member.php?$session[sessionurl]u=$thank[userid]\" rel=\"nofollow\">$thank[username]</a><if condition="$date_thank"> ($date_thank)</if>$virg
<else />
<a href="member.php?$session[sessionurl]u=$thank[userid]" rel="nofollow">$thank[username]</a><if condition="$date_thank"> ($date_thank)</if>$virg
</if>