CyberAP
Well-known member
I really need this for styling to disable search box on the resource page.
XenForo accepts this type of conditions:
<xen:if is="{$controllerName} == 'XenForo_ControllerPublic_Thread' AND {$controllerAction} == 'index'"><!-- your stuff here --></xen:if>
I want to know what is the controller name and controller action of the resource view page.
Thanks.
XenForo accepts this type of conditions:
<xen:if is="{$controllerName} == 'XenForo_ControllerPublic_Thread' AND {$controllerAction} == 'index'"><!-- your stuff here --></xen:if>
I want to know what is the controller name and controller action of the resource view page.
Thanks.