MyBB Community Forums

Full Version: "Who's online" isn't showing up in boardstats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The Who's Online part is not showing up in my boardstats section.

[Image: uuyg3.jpg]

I have it showing up in my index_boardstats though...
<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}
{$online24}
{$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 />

Also, my "who's online" templates seem to be in tact.

Is there a setting or something enabling / disabling who's online? I am unsure why it is not showing up for me.

P.S. mysite.com/online.php works fine for me.
ACP > Configurations > Forum Home Options > Show Who's Online? > and set "Yes"
(2011-07-30, 05:36 AM)Yaldaram Wrote: [ -> ]ACP > Configurations > Forum Home Options > Show Who's Online? > and set "Yes"

I felt like an idiot when I read that post because I hadn't found that setting, and I was sure it must have been off, but it was on Confused. I tried turning it off and on, but no luck. Thanks for the help though!! Any other ideas on what might be causing this?
ACP > Templates > Your theme's templates > Index Templates > index_whosonline > and see the code is in there or its empty ?

e.g it should have the code like this;
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>
Was the above screenshot was taken when you were logged out? (viewing as a guest ?)
(2011-07-30, 05:44 AM)Yaldaram Wrote: [ -> ]ACP > Templates > Your theme's templates > Index Templates > index_whosonline > and see the code is in there or its empty ?

e.g it should have the code like this;
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>

That was odd.. The code there was gone Confused. Well it's all fixed now! Thanks, you've been a huge help!

Ahh I love this community, all of you are so helpful. Thanks!