I have some pages outside of vB that use vB's functions via an unmodified index.php file (the only modification is eval()'ing different templates). What I am interested in doing to forcing a different styleid to be used on some of these pages. For instance my forum only has 1 available styleid (1) and users cannot change this, I want this to remain. However on these other pages I want to create a new style and force those pages to use it. I don't see anything in the index.php file that looks for the styleid (guessing it's in global) but was wondering if anyone knew of a way to go about this....easily.
I know this calls the users set styleid but I want to force another styleid to be used (one that is not selectable) for only these pages that use the standard index.php file.
I know this is an old thread but I am still trying to get this going. I have tried to include that inside of my file (which again includes global.php) however the style does not change? Any other others how I can force a vb styleid to be used on non-vb pages?