PDA

View Full Version : Using vBulletin Stylevars on non-VB pages...


Jaxel
02-12-2009, 09:41 AM
Is there a way to use the vBulletin stylevars on non-vb pages?

I have a script here: http://www.8wayrun.com/ladder.php that I would like to wrap in my vbulletin skin... I was hoping I could simply add the following to get it to work, but it didn't work...

require_once('./global.php');
global $stylevars;

Is something like this possible?

Dismounted
02-12-2009, 10:15 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=62164" target="_blank">How to create your own vBulletin-powered page!</a>

Jaxel
02-12-2009, 10:23 AM
Dismounted... you are by far the most helpful person on these forums!