XF 1.4 Can't change theme even as admin

Betclever

Well-known member
Hello,

I'm trying to choose another theme from my styles list but I can't cause I receive I popup message which tell me that I'm not able to choose other themes cause users can't change these ones.

I remember, I have removed the possibility to change theme for users and have removed this code from the template "footer" :

Code:
<xen:if is="{$canChangeStyle}">
<dt>{xen:phrase style}</dt>
<dd><a href="{xen:link 'misc/style', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger Tooltip" title="{xen:phrase style_chooser}" rel="nofollow">{$visitorStyle.title}</a></dd>
</xen:if>

However, why I can't change the theme by myself as admin to make test without applying this one to other people?

Thanks for your help.
 
Top Bottom