MyBB Community Forums

Full Version: Force style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I created a custom page myself, so not with pagemanager etc.

Now I want to have a theme forced on that page, does anyone has any idea how to do that? I have global.php included in the file.

Thanks in advance!

Tankey
If the page is calling headerinclude it will import all your css files.

Try these tutorials for hassle-free implementation:
http://community.mybb.com/thread-116225.html
http://community.mybb.com/thread-116043.html
Nono, I have that, it loads the theme correctly. I have my theme set to for example themeX, but I want that page to force everyone the theme on themeY. Do you know how to force it on a user?
Bumb?
Rather than using the header include template write your own headerinclude and load the css for that theme into it?