View Full Version : Loading the skin in an external PHP file
haxcommunity
02-16-2009, 12:24 AM
Hi again guys.
Well, I've created some external PHP scripts that I'm using on my site, and they're working pretty good, My main issue right now is that I want to be able to wrap the script in the site's skin, and have it changeable to whatever skin the user is using. I do NOT want to put the script itself into templates, so I'm wondering how I can call the skin css data outside of vbulletin.
Help?:rolleyes:
Dismounted
02-16-2009, 04:46 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=62164" target="_blank">How to create your own vBulletin-powered page!</a>
haxcommunity
02-16-2009, 10:34 AM
How to create your own vBulletin-powered page! (https://vborg.vbsupport.ru/showthread.php?t=62164)
I do NOT want to put the script itself into templates, so I'm wondering how I can call the skin css data outside of vbulletin.
Thanks for trying, but I've already seen that. I want to make a page that doesn't require an additional Template.
Lynne
02-16-2009, 04:04 PM
Why don't you want to use a template? The navbar and header and footer are all templates. If you want to spit them out without using templates, then you'll have to copy the html and spit that out in your page.
haxcommunity
02-16-2009, 07:14 PM
Why don't you want to use a template? The navbar and header and footer are all templates. If you want to spit them out without using templates, then you'll have to copy the html and spit that out in your page.
I don't want my modification to be template based, as that means each time I make an edit to it, I have to edit all of them. Anyway, I seem to have found a workaround that fixes my problem.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.