1266 Posts in 351 Topics by 486 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 957 Views |
-
User theme changer

1 September 2010 at 7:18am
Hello,
I'd like to have a theme changer on my website.
What I want basically is to give users an ability to change my website theme if they want to, so I could get two different type of customers (for example: one could be very simple and the other one could have a lot of things like glamour style).
So ... is it possible to make something like that ?
-
Re: User theme changer

2 September 2010 at 1:05pm Last edited: 2 September 2010 1:06pm
Ahhh theme selectors nooooo
I think you could do some thing with a session variable and maybe the _conifg.php in mysite.
You set them theme inside _config, so you'd need some basic forms on Page.php that set a variable. Then maybe in the _config have$mytemplate = Session::get("mythemevariable");
if($mytemplate) {
SSViewer::set_theme($mytemplate);
} else {
SSViewer::set_theme('defaulttheme');
}Not 100% if that'll work
| 957 Views | ||
|
Page:
1
|
Go to Top |


