Quote:
Originally Posted by killerford
Is this only for the one usergroup or can you do this for a number of groups?
|
You can make other groups to see the TITILE images too:
PostTitle Usergroup Permission:
Code:
<vb:if condition="is_member_of($post, 6)">
<img src="images/posttitle.png" alt="Admin Image"><br />
</vb:if>
You can change or add more numbers like
6 in this code ($post, 6) which is the usergroup ID for administrator! Add a few other numbers for example 6,5,7..
So it will look like this:
Code:
<vb:if condition="is_member_of($post, 6,5,7)">
<img src="images/posttitle.png" alt="Admin Image"><br />
</vb:if>
I will try to make others as well! Just have not time for it now! Good luck mate