Quote:
Originally Posted by tbworld
Additional_css.css -Lynne's mod is now part of vbulletin4.
There are some small oddities, but for the most part store css as files works fine for most people.
You can just add another css link in your headinclude template to an external CSS file. If you want an example let me know.
|
ok great to know that. However, I still have some issue sending additional.css from the database not from direct css files. I switched the store css as files property on and then I noticed that additional.css is still being served from the database!!!
I decided then to take a copy of additional.css template and make a file outside the vb board and send it to the headinclude, but still not working. The code works fine, but vb doesn't take it in consideration...
I used this property to link the external css file:
PHP Code:
<link rel="stylesheet" type="text/css" href="mydomain.com/mystyle.css">
And by the way, I use a plugin to send the additional.css file to vb, but you said that this became a part of vb built-in function!!! how and where to switch it on???
please explain a little more.
Thanks