PDA

View Full Version : vb4.0 CSS not working for vb4.0.2.. What has been changed in vb4.0.1/vb4.0.2


nirvana43
03-05-2010, 01:11 PM
May i know what has been changed in vb4.0.1, vb4.0.2?
My css for vb4.0 is not working for vb4.0.2.. is there any change in the way css is included in template? or stylevar etc?
Following is the syntax i'm using for including css template in my custom page's template :
<link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}my_style.css" />
Above syntax is working perfect for vb4.0 custom pages.

May i also know where can i read these code related changes every time new version of vbulletin is released?

Thank You :)

mmoore5553
03-05-2010, 05:09 PM
I just use lynn additional css mod and put all CSS in it. As yet vbulletin does not clash with it and works perfect on all pages.

nirvana43
03-17-2010, 10:17 AM
Thanks for your reply but that is not the rite solution i was looking for..
I wanna know what is this additional.css thing? How do i upgrade my mods to have custom css?
Like, currently i have myownstyle.css as a template in vb4.0.2 and i have included that css template in my mod's pages which are custom pages of course. But its not getting any style from included css file.
If anyone out there had similar problem before, please help. :)