Hi,
I'm trying to edit postbit_legacy. I want to add a "Test" word above the avatar of certains groups in the postbit_legacy template.
I tried to do:
Code:
<vb:if condition="$post['usergroupid'] == '6'">Test</vb:if>
Where "6" is the group that I want to display the word "Test".
Then, it works but only for users that belong to the group "6". Other users doesn't see the Test word:
How could I fix it?
Thanks in advance.