MyBB Community Forums

Full Version: Missing "Posts" words
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://otakuspace.net/forumdisplay.php?fid=2

I'm not sure why. If I remove the # posts for the (sub)forums, the problem disappears. This a problem that I've had for a few days, and have been working on on-and-off, even though the board has been open. I've been working on it in Localhost, but haven't made any progress. The theme I'm using is 4You4Me, modified for 1.6 my Medz and me at separate intervals.
In "forumdisplay_subforums" template, find;
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
and add the following code just after that;
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>