MyBB Community Forums

Full Version: Subforums error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Greetings. My subforums looks like this.

http://min.us/mvbEQ9w

Any idea how to fix it?
what exactly is your error ? do you have posts in subforums ?
Look at the picture.
The Last Post section is missing.
OBS: it is when I look at the subforums. Not inside the subforums.

Link: Gamerstick.com
may be a glitch with the current theme. make a thread in sub-forum(s) to check what last column shows..
It still shows the same whenever if there is a post inside or not.
try Rebuild Forum Counters from Tools & Maintenance --> Recount & Rebuild ...
Sorry, it did not work.

I think it is the template forumdisplay_subforums:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
above is in correct format. can you post forumbit_depth2_forum_lastpost
Okay. Here is source of that.
<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>
^ it is also okay.. let's wait for an expert's response
Pages: 1 2