vb3 Specific style set on php page (like forum specific theme)
Any way I can force a php vb page to use a certain theme like it can be done on a forum? I haven't dug into this too much as it's just a side-idea, but was just wondering if anyone knows. Thanks.
file xx with style id of the style you desire. not sure if this will work but its worth a try
Well, it didn't work, but I found a corny workaround. If you set it in the global.php which my page requires it will work. So I just made a copy/renamed version of global.php and set it there and changed the required one to it. :P
Actually a trick I used to get vBJournal by AN-net above to force a skin was to put in a $_GET['forumid'] = XX, and then create a dummy forum with a forced style. This stopped it from changing a user's previous style by pretending that the custom page is a forum.