MyBB Community Forums

Full Version: Theme Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

So I got a theme.

My themes image folder is /images/custom

But

Some images are missing, and when I right click for the image URL on the broken image its like this

http://imtiax.net/images/custom/images/custom/adv.png

Why is it going to /images/custom twice?

the line in the XML file for that is

<span id="advsearch"><a href="search.php"><img alt="" src="images/custom/adv.png" title="Advanced Search"></a></span>
In ACP> Templates & Styles> YourTheme>

Look for the line in "Edit Theme Properties" Image Directory and correct it to the actual path of your image folder.

If this doesn't correct it, then you need to make sure the images you're missing are actually in the correct folder locations. It shouldn't be too hard to correct this.
Thanks man.