MyBB Community Forums

Full Version: Moderation problem and board statistics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't move/copy topics .. It say to me :
Quote:Invalid forum
Screenshot:
[attachment=14574]
My Board Statistics doesn't appear and it's activated from AdminCp -- > General Configurations -- > portal.php ...
This doesn't appear:
[attachment=14575]
* About 3 days ago I moved my database to other host ..

My forum is -- > http://www.taramea.net (non-english)
Redownload and reupload moderation.php

Is your index_boardstats template default?? Where does portal.php come into this...??
I resolved problem with moderation.php .. thanks !

I can't understand very well what you say ... Yes I using template default.
In my index_boardstats I have :
Quote:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$online_today}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br />

Sorry I want to say AdminCP -- > Configuration -- > Portal Settings ..
Well the box you're missing isn't on the Portal so you don't need to look in the Portal settings... you need the Forum Home options, set the 'Show Small Stats Section' option to Yes.
Thanks .. I resolved ... MyBB Rocks !! Big Grin