XF 1.4 Hide template selector?

Tony008

Member
Hello.
Id like only the mail template to be for all users. How can I remove the part in the footer where the users can select the templates? Thank you!
 
ok got it fixed.

Just remove this part from the footer template:

<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>
 
An easier way would be to just uncheck "Allow user selection" in Styles:

57d32481d9.png
 
Top Bottom