MyBB Community Forums

Full Version: Header Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had a crack at adding my site navigation to the forum header

I screwed up somewhere and can only see it when the index page is loaded but not any other time, ive tried deleting the menu from the templates header and index but it isnt there, yet stil shows on my index page

forum here

The page source shows the menu table is there under the body tag but I cant find where to remove it
Why was this moved?

I also have a cache problem with posts. I dont see an up to date forum or thread unless i refresh bypassing cache. is this a browser issue? Ive tried 3 different browsers though
No one?
thanks for all the help! can someone say something
I think your problem is that you havent linked to an image but the forums URL.

			<div class="logo"><a href="http://www.robonguitar.co.nz/forum/index.php"><img src="http://www.robonguitar.co.nz/forum/" alt="Rob / Onfire" title="Rob / Onfire" /></a></div>

<img src="http://www.robonguitar.co.nz/forum/" alt="Rob / Onfire" title="Rob / Onfire" />

should be

<img src="image.png" alt="Rob / Onfire" title="Rob / Onfire" />

Hope this helps!
Nope that wasnt it

I reverted back to the default theme and started again. I had the header setup correctly and all was wel but then it disappeared randomly while changing some colors in the gobal stylesheet.

And whenever I make changes in the code I have to refresh to see them in both the code and forum after saving

Why would this happen? MySQL issue?