Quote:
Originally Posted by DPSR
I think first store the CSS as file in 'clientscripts/vbulletin_css' folder (chmod first 777)
You can find this option to store css as file in vbulletin option
and then, you can link that css file to your external pages!
Like-
|
Sort of.
The trick is that the script has to figure out which css file that the user has selected, as opposed to hard coding it like that.
There is probably a global variable or function that will do this, but I don't know what it is.