Quote:
Originally Posted by kh99
Yes, just edit the postbit or postbit_legacy template and add something like:
Code:
<vb:if condition="is_member_of($bbuserinfo, X)">
// code for image
</vb:if>
By the way, you can include more than one usergroup if you want, by listing the ids, like:
Code:
<vb:if condition="is_member_of($bbuserinfo, 5, 6, 7)">
...
|
Does that work based on the viewer or the poster?
Basically what i've done is set up a supporter system. Those that donate have the ads disabled (Which is thanks to the second code block in the first post) now i want to add a badge to that users posts to aknowdge they are a supporter. The subscription system adds them to group 12.