Hey there (;
I've found a little mistake in the
dbtech_thanks_postbit. The collapsed button is wrong until someone open the hidden fields in the postbit. It's just the wrong image:
HTML Code:
<dd class="collapse" style="font-weight:bold;">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a></dd>
But it should be:
HTML Code:
<dd class="collapse" style="font-weight:bold;">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ><img src="{vb:stylevar imgdir_button}/collapse_40b_collapsed.png" alt="" /></a></dd>
Further i redesigned the postbit, because the german translation crashes the hidden fields, there wouldn't be any consistent design be possible. So i decided to change it in a table:
Attachment 123556
Best Regards from Germany
ForenOpfer