MyBB Community Forums

Full Version: Theme change by link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There are two themes on my forum. I need to be able to switch between those two themes using a text link. [NO QTC!]

Switching by theme id would be preferred, although anything that works will be accepted.

Thanks!

not without code changes or a plugin as the theme ID is set during initial page call (middle of global.php).
(2011-06-09, 09:19 PM)faviouz Wrote: [ -> ]http://mods.mybb.com/view/mytheme

but he did not want a quick theme change plugin
(2011-06-09, 09:25 PM)pavemen Wrote: [ -> ]
(2011-06-09, 09:19 PM)faviouz Wrote: [ -> ]http://mods.mybb.com/view/mytheme

but he did not want a quick theme change plugin

The plugin hat faviouz posted also allows to change the theme by url:
/index.php?action=mytheme&style=themeIDnumber
(2011-06-09, 09:27 PM)Aries-Belgium Wrote: [ -> ]
(2011-06-09, 09:25 PM)pavemen Wrote: [ -> ]
(2011-06-09, 09:19 PM)faviouz Wrote: [ -> ]http://mods.mybb.com/view/mytheme

but he did not want a quick theme change plugin

The plugin hat faviouz posted also allows to change the theme by url:
/index.php?action=mytheme&style=themeIDnumber

cool.
that doesn't work for some reason. I'll try

<a href=http://www.techextremes.net/forum/index.php?action=mytheme&style=2>click me</a>

instead.

nope still doesn't work.
Get the ID template of the theme in your Admin CP, not the # order of it