PDA


View Full Version : Very Strange problem!


chaoticmage
04-27-2005, 12:30 PM
For some reason the CMPS portal will not accept the gradient gif graphic from the rest of the forums. http://www.goaguild.com/

If you go to the link notice on the portal page the RED is just plain red with no gradient effect. If you click the forums link the RED there is red with the gradient effect which is the correct way it should display. I removed the link which is #A21616 url(dark/gradients/gradient_red.gif) repeat-x top left to test and see how the CMPS page was effected when i removed the gif file. There was no effect to the portal page but the forums page went all red and matched exactly with portal page. When i placed the gif back in there the Portal page stayed the same "plain red" the forums page went back to the correct gradient effect...

Anyone know why this is occuring? :confused:

Brian
04-27-2005, 12:39 PM
Admin CP => Style Manager => {select style} => All Style Options

On that page you will see a list of all of your CSS classes. Any that use the url() tag within them will need to be updated so the URL points to the full URL to your forums.

chaoticmage
04-27-2005, 01:22 PM
Thanks that fixed it... Is that something new with version 3.07? In the past i never had to use the full URL...

Thanks for the help!

Brian
04-27-2005, 01:34 PM
Nope, just has to do with using the correct URL. When it's pointing to /somefolder/whatever.gif then the browser is going to be looking for that file at 'http://yoursite.com/somefolder/whatever.gif' while on your homepage and 'http://yoursite.com/forum/somefolder/whatever.gif' when in your forums.