I love this add-on
It would suit my forum even better if I restrict the ability to give thumbs up/down only to posts that have an attachment in them.
Does anybody know if something like this would be possible with a simple adjustment?
So you can only thumb up/down posts that include an attachment? That would be awesome
edit: ok found it

sharing it for those who want this also
in your postbit template change
Code:
{vb:raw post_thumbs_box}
into
Code:
<vb:if condition="$show['attachments']">{vb:raw post_thumbs_box}</vb:if>