MyBB Community Forums

Full Version: Who's Online shows only to registered users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Sorry for all of the support threads today guys but this will probably be my last one.

My Who's Online only shows to members and I've done reverted index_whosonline and index_boardstats.
Please post the contents of index_boardstats from the Index template.
(2012-07-12, 04:26 AM)megalogs Wrote: [ -> ]Please post the contents of index_boardstats from the Index template.

<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}
{$birthdays}
<tr>
	<td class="tfoot" style="text-align: right">
		<span class="smalltext">
			{$logoutlink}
			<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
			<a href="showteam.php">{$lang->forumteam}</a> |
			<a href="stats.php">{$lang->forumstats}</a>
		</span>
	</td>
</tr>
</tbody>
</table>
<br />
Can you please post your forum URL?
(2012-07-12, 04:33 AM)megalogs Wrote: [ -> ]Can you please post your forum URL?

http://aioforums.net
Can you please list any plugins you have installed and did you change any of the code?
(2012-07-12, 04:39 AM)megalogs Wrote: [ -> ]Can you please list any plugins you have installed and did you change any of the code?

Alright I figured out that the {$forumstats} was deleted. It shows to guests but {$whosonline} doesn't?

[Image: 33cb5a033e546d7dbd307ce04f571ab8.png]
I still need help with this. The problem is that Board Statistics shows to Guests but Who's Online doesn't?
I fixed the forum stats issue but not Who's Online?
And you're saying Guests are the only ones that can't see the Who's Online part? Other users can?
Pages: 1 2