Closed (works as designed)
Project:
Switchtheme
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2006 at 08:20 UTC
Updated:
23 Oct 2006 at 23:51 UTC
Any idea why my anonymous visitors can't switch themes? All the permissions are good in my site's access controls, so I can't figure out what is causing the problems. There are no errors in the logs, either.
Comments
Comment #1
karens commentedThe only way anonymous users can switch themes is if you turn caching off, otherwise they'll get the cached page with whatever theme it was saved with. That's part of the reason I provided an option to display the switchtheme option only to certain roles (like authenticated users) so you can turn it off for anonymous users if you need to cache pages.
Comment #2
Christefano-oldaccount commentedHa, that's it! Thanks so much for the answer.