I have been attempting to replace the standard header in 2.0.6 with the header from the rest of my site.
In themes/default/theme.html, I remove these lines:
So far, so good--the header's simply gone. Then, I paste in additional lines intended to display my site header, but everything comes out malaligned. Part of this is due to another style sheet that my new header depends on, but even if I delete that part of it and paste relatively simple HTML in place of the code above, it still won't display the tables correctly.
OK, as a work around, maybe I can use the standard header--just change the image, the color, add a spacer bar, and then put a frame at the top for my site menu to appear in (controlled by it's own style sheet). But even that seems to be taxing my abilities (and or my understanding of Xoops).
So, take a step back--no good trying to rush things (bound to hit what Robert Persig calls a "gumption trap"). I simply need to take my time and try to understand all the variable effecting this header. Then, I can choose which way to attack the problem.
Question: What file or files control what appears in place of these "place holders" or whatever you call them?
$xoops_banner
$xoops_url
$xoops_imageurl
Is it possible for me put my header file somewhere else and have the themes.html pull it in?
Also, is my new header's style sheet conflicting with the two style sheets in the theme.htm file?
If so, is it possible to combine them?
I have given up on a quick fix and want simply to putz around with it until I understand it better. Any insights and/or suggestions are greatly appreciated!