PDA


View Full Version : Style not working properly


bomsey
12-06-2005, 12:53 PM
Hi all,

I just installed vBadvanced CMPS but iam having problems with the syle.

I have my forum in the /forum/ dir and the index in the root.
my logo and some others pics work normaly but it looks if my css is not working.
also some other pics dont work like the bars

I have selected the use default style in my cmps.

Can some one help me

Brian
12-06-2005, 03:08 PM
Admin CP => Style Manager => {select style} => All Style Options

If you go to that page and edit your classes that have a url() tag in them so that the links include the full URL to each image then that should take care of the problem.

bomsey
12-06-2005, 04:01 PM
iam not sure what you mean

i tried putting /forum/ before the $
in:
header

headinclude

footer

bomsey
12-07-2005, 01:54 PM
bump

Brian
12-07-2005, 02:35 PM
Go to the page I referenced above and scroll down to the section dealing with your CSS classes (it starts right after the Image Paths section). Once there, look for any classes that have something like this listed in the 'Background' option:
#465F82 url(images/new_style/gradients/gradient_tcat.gif) repeat-x top left

Assuming your forum is in a directory called /forum/ on your web site, just add '/forum/' in front of the path so that it looks like this:
#465F82 url(/forum/images/new_style/gradients/gradient_tcat.gif) repeat-x top left

linksysinfo
01-28-2006, 07:50 PM
don that and lost the images in forums now. :(

Brian
01-29-2006, 02:47 PM
You didn't add the path correctly then. It should be /forum/images/whatever

linksysinfo
01-29-2006, 03:45 PM
Thanks.. can you please update the installation readme to tell users to add /forums/ (or where ever forum is installed) and also to enable the Plugin/Hook System, before installing vba.

Brian
01-30-2006, 03:56 PM
The url() part is going to depend on the site, so we won't be changing anything there.
We've already added a check in the install file to make sure that the plugin/hook system is active. ;)