What would be the conditional to add, so that a user could not nominate their own entry.
Possibly not show the image on a users own post.
EDIT:
I have sorted it now.
If anyone is interested in the code, here is what i did, so users cannot vote for their own posts.
I opted to not automatically insert code in the options/settings.
Then in my postbit_Legacy template, i added the following code where i wanted the nominate button to show
Code:
<vb:if condition="$bbuserinfo[userid] != $post[userid]">
{vb:raw vbnominate.combined}
</vb:if>
Hopefully this is of some use to someone, and maybe be implemented in the next release.