MyBB Community Forums

Full Version: Problem displaying newhotfolder.gif
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I've been searching for this all over for about 2 days now, and I couldn't find the codeline where the newhotfolder.gif is declared for subforum listing:
[Image: notdisplaying.jpg]

I had the same problem with it but for the forum legend (on the bottom left of the page):
[Image: displaying.jpg]

And i fixed it when I found that it's declared in "Templates\Manage Templates\My template\Forum Display Templates\forumdisplay_threadlist".
Quote:<dl class="thread_legend smalltext">
<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
The problem was the image file had .gif extension and in the codeline was declared with.png.

I need to know where to find that codeline for the first issue I mentioned, as it's probably the same cause.
Thanks in advance
forumbit_depth3_statusicon
Or if you prefer, upload the same image with .png extension.
Thank you very much!