Quote:
Originally Posted by BoxerPrimer
Thank you but I don't think this is something I need to pay for to get done as it should be basic Vbulletin functionality.
|
I aggree with you, users should help each others.
Please try this, I think it should work.
Edit your template FORUMHOME
Find:
HTML Code:
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
Replace with:
HTML Code:
<li<vb:if condition="$loggedin['usergroupid'] == 4"> style="display: none;"</vb:if>>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li>
Let me know