MyBB Community Forums

Full Version: Incorrect html path. Help me fix it!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, today I installed a new theme and noticed the "No Avatar" image that displays on the top right wasn't loading properly/missing.

After taking a look at the code with the inspector, it's quite clear the path is
<img id="avatar" style="max-width:60px; border:2px solid #f0efef;" src="http://kamimc.com/Images/ChowSpace/no-image.png">

The /Images/ is what is messing it up. I changed it locally to /images/ and works like a charm.

Now my question is - where would I fix this? Via FTP or ACP? It's quite frustrating because I know the issue, I just don't know where to look.

Thanks a ton in advance.
EDIT: Went into ACP and found it in Templates > Header.

Thanks anyway! Big Grin