Susan,
Quick question re: your TemplateSwitcher snippet...
It says in the documentation here that you can pass a template name to a page via a URL string??
// TemplateSwitcher - plugin for MODx
//
[email protected]
// released to the Public Domain
// uses OnLoadWebDocument event
// stores template choice in cookie
// add the usecookie argument to the Configuration
// &usecookie=Use Cookie;list;no,yes;no
// default is ’no’
// set Configuration to ’yes’ to use cookie
// place an HTML comment <!-- donotswitch --> in the content of pages you don’t want switched
// add template=templatename to the URL
I am using templateswitcher with a mobile detection script, but want to be able to have an opt out if a user is shown the mobile version of a page while they feel they should not, i.e. give them a link to view the same page with a different template creating the page. Is this possible?
For example home.html?template=homepage
Many thanks!