MyBB Community Forums

Full Version: Nav.gif Image Broken?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am making a forum for my Xbox Live clan, and I installed a new theme. Everything went well, except for one image. The 'nav.gif' image is broken. I went to 'Templates' / 'Template Name' / 'Navigation Templates' / 'nav'; this is what was there:
<div class="navborder">
<div class="navigation">
<img src="other/nav.gif">{$nav}{$activesep}{$activebit}
</div>
</div>
After seeing the link for the .gif, I went to my file manager to find it. It was nowhere to be found. I checked everywhere. Then, I checked my computers files to see if I forgot to upload it. I have yet to find it, still. Notice, it says "other/nav.gif", but there is no folder named 'other'. I am using MyBB v1.6.2

My forum link: http://mericagaming.byethost7.com/
Image: [Image: f320c41fd19fd67c65d63092058d5e0f.png]

I have TeamViewer, if anyone is willing to help me that way. Please, and thank you.

P.S: I need to finish this site ASAP. But, no rush. Help will come when it comes.

Just noticed that these were broken as well: [Image: cbcf02809fc8e7240442afe5c88e5081.png]

It seems like I am missing a whole folder. 'other/'.
Your theme image directory is "images/problue"
and all those broken images are being targetted to a folder named 'other' at your website root which, I believe, doesn't exist.

You have to modify the broken image paths in templates. This:
<img src="other/nav.gif">