I have a background image which is located at /themes/sky/images/bg-image.png which displays correctly on all pages apart from the Forum pages.

If I examine the HTML of the forum pages there is an additional directly in the background image's URL: /routewise/theme/sky/images/bg-image.png.

This is easily solved by ln -s ../ routewise, but there may be users who find the disappearance of css defined images perplexing.

Comments

michelle’s picture

Project: Advanced Forum » Sky
Version: 6.x-1.1 » 6.x-3.9
Component: Styles » Miscellaneous

Nothing to do with AF... Moving to the Sky queue.

Michelle

jacine’s picture

Status: Active » Closed (won't fix)

I don't understand this at all. There is no such image called "/sky/images/bg-image.png" and even if there was there is no need for symbolic links for Sky's images as they are all relative to the theme directory.

Also, Sky and AF do not really work well together, as Sky ships with its own forum styles. Sky checks to see if AF is there, and let's AF take over if it is. If you are having problems the best thing I can do is advise you to remove the code that affects forum nodes (CSS, PHP and HTML).

michelle’s picture

AF does not have a page.tpl.php and doesn't theme outside of $content, which is why I moved it over here since the issue is about a page background image. If it's not Sky, no clue what it's about.

Michelle

jacine’s picture

I thought we were talking about node-forum.tpl.php, but yeah, no clue what this is about either.

Wouldn't be surprised if whatever it is, is a result of customizations.

michelle’s picture

Hmm... Now that I re-read, I suppose the OP doesn't specify where the image is. I just read "pages" and thought it was a page background.

Definitely sounds like something customized if it's not part of Sky.

Michelle