Jean-Baptiste
Well-known member
Hello,
I have two domains :
example.forum.com
tutorial.forum.com.
I would like to change the theme based on the domain, on the fly.
My problem is the the domain checking part, but the theme switching part.
I tried a lot of things, like changing the style_id in the visitor preferences object, or even that kind of code in a listener :
But it's not working.
Any ideas ?
I have two domains :
example.forum.com
tutorial.forum.com.
I would like to change the theme based on the domain, on the fly.
My problem is the the domain checking part, but the theme switching part.
I tried a lot of things, like changing the style_id in the visitor preferences object, or even that kind of code in a listener :
Code:
$style = new \XF\Style($selectedTheme['style_id'], $selectedTheme['properties'], null, array());
$app->style($selectedTheme['style_id']);
But it's not working.
Any ideas ?