View Full Version : vb3 Specific style set on php page (like forum specific theme)
Tekton
09-01-2004, 11:16 PM
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. :)
AN-net
09-02-2004, 03:41 AM
im not sure but at the beginning of the file put
$styleid= XX;
file xx with style id of the style you desire. not sure if this will work but its worth a try:)
Tekton
09-02-2004, 03:45 AM
im not sure but at the beginning of the file put
$styleid= XX;
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
Cloud-Warrior
11-23-2004, 01:50 PM
Try:
$_GET['styleid'] = XX;
AN-net
11-23-2004, 04:34 PM
or try putting $styleid= xx; after you include global.php
Cloud-Warrior
11-23-2004, 04:52 PM
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.
Adrian Schneider
05-15-2005, 02:33 AM
None of the above worked for me... How could I do this?
(bump) :P
Adrian Schneider
05-17-2005, 10:29 PM
bumppppp
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.