MyBB Community Forums

Full Version: Online today 1.2.2 by CraKteR - doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I download and installed according to tips plugin - Online today 1.2.2 by CraKteR. Unfortunately in statistics a plug-in isn't shown.
How to solve this problem?
MyBB version 1.2.12
Style: FreshBlue
On the default style doesn't work. Sad

index_boardstats code
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats1}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
</tbody>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tfoot" align="center" colspan="2"><b>{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></b>
</td>
</tr>
</table>
<br />

Thanks
kosa351 Wrote:Hi,
I download and installed according to tips plugin - Online today 1.2.2 by CraKteR. Unfortunately in statistics a plug-in isn't shown.
How to solve this problem?
MyBB version 1.2.12
Style: FreshBlue
On the default style doesn't work. Sad

index_boardstats code
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats1}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$onlinetoday}<----------------------------MISSING????
{$birthdays}
{$forumstats}
</tbody>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="tfoot" align="center" colspan="2"><b>{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></b>
</td>
</tr>
</table>
<br />

Thanks

Where is {onlinetoday} ???