News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

how do I remove 'active users online'

Started by everydayshare, February 02, 2013, 01:08:32 PM

Previous topic - Next topic

everydayshare

Hi

I have tried to the boardindex.php:

', sprintf($txt['users_active'], $modSettings['lastActive']), ':<br />', implode(', ', $context['list_users_online']); 

but i keep getting a parse error message.  so i have replaced it for now.  I was able to remove the text string in the language file but this still showed the user name, so i replaced it for now. 

can you help so I can avoid error message and simply remove showing the last active user name/s.  thanks

Kill Em All

Sorry for the delayed response on this.
Find

echo '
', sprintf($txt['users_active'], $modSettings['lastActive']), ':<br />', implode(', ', $context['list_users_online']);

// Showing membergroups?
if (!empty($settings['show_group_key']) && !empty($context['membergroups']))
echo '
<br />[' . implode(']&nbsp;&nbsp;[', $context['membergroups']) . ']';


and remove that. That will remove the active members online list.


My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Advertisement: