Hi there,
I'd like to make it so when a parcticular group posts a new thread or post that the background changes to a colour I.E gold.
I assume I'll be editing the postbit_legacy template and adding something like:
Code:
<if condition="is_member_of($bbuserinfo, 6)">style="background:gold;"</if>
But I'm not 100% sure of the correct coding or where that would go into which template.
Any help would be great thanks!