MyBB Community Forums

Full Version: [How to fix] Template Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have this problem

basically where it should show sub forums it shows "Sub forums: Forum Contains No New Posts" and then shows all subforums

how can i remove the forum contains no new posts before it

here is a screenshot thanks
[Image: Xpklx.png]

site address dev.965mods.co.uk:8080
i can setup a test account on request

forumbit_depth2_cat
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="middle">
<strong><a href="{$forum_url}" class="tooltip">{$forum['name']}<span class="classic">{$forum['description']}</span></a></strong>{$modlist}{$subforums}</div>
<td class="{$bgcolor}" valign="middle" align="left" style="white-space: nowrap"><div class="float_right" style="text-align: center"><span style="color: #9c9c9c; font-weight: bold; font-size: 15px; text-align: right;">{$threads}</span><br />threads {$unapproved['unapproved_threads']}</div><div class="float_left" style="text-align: center"><span style="color: #9c9c9c; font-weight: bold; font-size: 15px; text-align: right;">{$posts}</span><br />posts {$unapproved['unapproved_posts']}</div></td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

forumbit_depth2_forum
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="middle">
<strong><a href="{$forum_url}" class="tooltip">{$forum['name']}<span class="classic">{$forum['description']}</span></a></strong>{$forum_viewers_text}{$modlist}{$subforums}</div> </td>
<td class="{$bgcolor}" valign="middle" align="left" style="white-space: nowrap"><div class="float_right" style="text-align: center; padding-right: 6px;"><span style="color: #9c9c9c; font-weight: bold; font-size: 15px; text-align: right;">{$threads}</span><br />threads {$unapproved['unapproved_threads']}</div><div class="float_left" style="text-align: center; padding-left: 6px;"><span style="color: #9c9c9c; font-weight: bold; font-size: 15px; text-align: right;">{$posts}</span><br />posts {$unapproved['unapproved_posts']}</div></td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
That's actually the mini on / off images that show whether there are new posts or not. But since the image is missing, it's falling back to text. Do you want to remove the whole thing or just get the image to work?
(2011-08-17, 07:43 PM)faviouz Wrote: [ -> ]That's actually the mini on / off images that show whether there are new posts or not. But since the image is missing, it's falling back to text. Do you want to remove the whole thing or just get the image to work?

oh well sounds simple Big Grin ok uh how would i get the images back to working

now that you sed that i just realised i deleted 3 images accidently and then remembered that they show little dots next to subforums

where do i put the images?

EDIT: thanks

[Image: dWSiW.png]
Yeah, the images are missing. You need to re-upload them. Or if you want to get rid of them remove this from your forumbit_depth3 template:

{$statusicon}
(2011-08-17, 07:59 PM)faviouz Wrote: [ -> ]Yeah, the images are missing. You need to re-upload them. Or if you want to get rid of them remove this from your forumbit_depth3 template:

{$statusicon}

check my post above thanks for the help Big Grin

i was there going through all the template files trying to find what was causing and then within 5mins of posting u answered thanks

sorta off topic : is there anyway i can find all the images my theme using quickly and easily? as i have sorta merged modified and added stuff to a theme and now i have images which i no longer need