Quote:
Originally Posted by Brew
Does anyone know of a way to get this to show only to certain usergroups?
|
Just add a array for the usergroup to show in the usc_side template.
<if condition="(in_array($vbulletin->userinfo['usergroupid'], array(6)))">
Quote:
Another problem that we have is that we don't want the colmns to appear in the photopost addons, but we don't know how to do it.
Maybe someone has some hints for us.
|
Use a <if> condition, script for photopost in the beginning of the header template using != to stop it from showing.