Thanks for the responses, and I like what I'm seeing so far, but a question or two:
Why is it that the Like/Thank isn't integrated into the standard post controls (Blog this article, etc.)?
Second, the styling doesn't seem to naturally absorb the standards across the normal styles, to get mine to reflect the styles of the regular controls buttons (moderation menu at the foot of the thread) I had to adjust this template:
Template:
dbtech_thanks_postbit_entries
Code:
<vb:if condition="$show[dbtech_thanks_thanks]"><span id="dbtech_thanks_thanks_{vb:var post.postid}" class="navpopupmenu popupmenu nohovermenu"><a href="javascript://" onclick="Thanks{vb:var post.postid}.ajax_call('thanks');" class="textcontrol" style="border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding-left:23px;float:left:clear:right;"><img src="dbtech/thanks/images/thanks.png" alt="{vb:rawphrase dbtech_thanks_thanks}" /> {vb:rawphrase dbtech_thank_this_post}</a></span></vb:if>
<vb:if condition="$show[dbtech_thanks_like]"><span id="dbtech_thanks_like_{vb:var post.postid}" class="navpopupmenu popupmenu nohovermenu"><a href="javascript://" onclick="Thanks{vb:var post.postid}.ajax_call('like');" class="textcontrol" style="border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding-left:23px;float:left:clear:right;"><img src="dbtech/thanks/images/like.png" alt="{vb:rawphrase dbtech_thanks_like}" /> {vb:rawphrase dbtech_like_this_post}</a></span></vb:if>
@
SnapOff Racing
To unbold it (not sure about the other question) you can go to the template called
dbtech_thanks_postbit and then change:
Code:
<dd class="collapse" style="font-weight:bold;">
to
Code:
<dd class="collapse">