elazor
That bit is hardcoded in the postbit_display_complete plugin file for the thanks mod.
Sent from my X10i using Tapatalk
It'll most likely be the <div> tag.
<div class="post_field"><dd>*****</dd> </div>
I don't know that either, I don't know how your skin produces the box effect and sadly that's not something we can find out and account for.
[COLOR="red"]<div class="eti_postbit">[/COLOR]
<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>
<div id="c_post{vb:raw post.postid}" style="display:none;">
<vb:if condition="$vboptions['dbtech_thanks_postbit'] & 1 AND !($bbuserinfo['dbtech_thanks_settings'] & 1)">
<dt>{vb:rawphrase dbtech_thanks_thanks}</dt>
<dd>{vb:rawphrase dbtech_thanks_x_times, {vb:raw post.dbtech_thanks_thanks}}</dd>
</vb:if>
<vb:if condition="$vboptions['dbtech_thanks_postbit'] & 2 AND !($bbuserinfo['dbtech_thanks_settings'] & 2)">
<dt>{vb:rawphrase dbtech_thanks_thanked}</dt>
<dd>{vb:rawphrase dbtech_thanks_x_times, {vb:raw post.dbtech_thanks_thanked}}</dd>
</vb:if>
<vb:if condition="$vboptions['dbtech_thanks_postbit'] & 4 AND !($bbuserinfo['dbtech_thanks_settings'] & 4)">
<dt>{vb:rawphrase dbtech_thanks_likes}</dt>
<dd>{vb:rawphrase dbtech_thanks_x_times, {vb:raw post.dbtech_thanks_likes}}</dd>
</vb:if>
<vb:if condition="$vboptions['dbtech_thanks_postbit'] & 8 AND !($bbuserinfo['dbtech_thanks_settings'] & 8)">
<dt>{vb:rawphrase dbtech_thanks_liked}</dt>
<dd>{vb:rawphrase dbtech_thanks_x_times, {vb:raw post.dbtech_thanks_liked}}</dd>
</vb:if>
</div>
[COLOR="red"]</div>[/COLOR]
We use essential cookies to make this site work, and optional cookies to enhance your experience.