MyBB Community Forums

Full Version: Theme Error plz help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi.
I edited mybb gm theme in templates.
Now i'm getting this error.
You can see an blank image box after Nimbuzz tips and tricks navigation point.
Please tell me where it is located.
I wanna remove this box.
Thanks.
forum URL ? can guests see that theme (on regular browser) ?
forum is not live.
Here is the theme source i doubt here is the error located in the portion i'm posting bellow.
But how to find that in template plz help
source i doubt is:
<!-- start: nav_bit -->
<a href="forumdisplay.php?
fid=3&amp;page=1">Nimbuzz Tips and Tricks</a> <img src="images/mobile/ arrow_down.gif" alt="v" title=""
class="pagination_breadcrumb_link"
id="breadcrumb_multipage"><!-- start:
multipage_breadcrumb -->
<div id="breadcrumb_multipage_popup"
class="pagination pagination_ breadcrumb" style="display: none;">
so it is on nav_bit template ; do you have a space in image path ? (<img src="images/mobile/ arrow_down.gif")
<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep} its my nav_bit template Confused
i don't think there is an error
Ranjani is referring to the fact that in your posted code

fid=3&amp;page=1">Nimbuzz Tips and Tricks</a> <img src="images/mobile/ arrow_down.gif" alt="v" title=""

that you have a space before the image name in the path maybe you need to remove the space?

fid=3&amp;page=1">Nimbuzz Tips and Tricks</a> <img src="images/mobile/arrow_down.gif" alt="v" title=""
there is no such file in that file directory. Its unwanted line. So i wanna remove this line from the template. But i don't know where its located.
^ instead of modifying the code, I'd suggest to use an image as arrow_down.gif (eg. [Image: arrow_down.gif])
but i wanna delete?
^ okay, give the link to the theme ...
Pages: 1 2