XF 1.5 Disable Style Chooser for Unregistered Not Logged in

XenBurger

Active member
How do I disable the option to select a different style for the Unregistered / Not logged in usergroup?

I don't see this as a permissions option on the permissions list.

Thanks
 
You can remove the link by editing the template and wrapping the relevant code in a conditional statement: https://xenforo.com/community/resources/conditional-statements.1604/

Or you can use CSS and the LoggedOut class: https://xenforo.com/community/resources/conditional-statements.1604/update?update=13922

Thanks.

Has there been any analysis of the risk of google spidering duplicate content when there are multiple styles available for choosing? One might assume that since all the URL's are the same, there would be no problems. But I wonder since the back end code is actually different, and the front end content is the same, if Google might think these are worthy of duplicate content penalty.

This is my only reason for wanting unregistered/not logged-in (Google spider basically) to see only one style option.
 
Top Bottom