Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: balderino on February 15, 2014, 05:51:07 PM

Title: [solved] can't disable online Status at the bottom of the page
Post by: balderino on February 15, 2014, 05:51:07 PM
Hi,
I'm using smf 2.0.7 and I've deactivated the points "who is online" ('Wer ist online' aktivieren?) and "activate stats" (Statistiken aktivieren). Nevertheless, these two functions are still active.

Any ideas?

Thanks for your answers.

Kind regards
Title: Re: can't disable online Status at the bottom of the page
Post by: kat on February 16, 2014, 06:29:49 AM
If you go to your profile>Account settings, you can uncheck "Show others my online status", so that you can hide (Kinda).
Title: Re: can't disable online Status at the bottom of the page
Post by: balderino on February 16, 2014, 04:01:23 PM
Thx for your answer. This would help me as a single user, but I'm also admin of the forum and I want to disable the function completely.

I've found the settings under Admin --> Features and Options. There, I've unchecked the following lines:
* Enable who's online list
* User online time threshold

* Track daily statistics
* Track daily page views (must have stats enabled)
Title: Re: can't disable online Status at the bottom of the page
Post by: Kindred on February 16, 2014, 06:39:31 PM
it may depend on your theme.....
Title: Re: can't disable online Status at the bottom of the page
Post by: balderino on February 18, 2014, 09:42:33 AM
Hm, maybe. I've tried two other themes but these may have the same code.

At last, I have edited the "BoardIndex.template.php". There is a part for the info center which I have deleted.

Thx for your help :)

++++
Changes in theme: SMF Default Theme - Curve (2.0
shortend the code from line 247 to:

function template_info_center()
{
 
}
?>

This means, that the whole info center is deleted for guests and registered users.
Title: Re: [solved] can't disable online Status at the bottom of the page
Post by: Kindred on February 18, 2014, 02:25:49 PM
or you could have just removed the call to the info_center function rather than blanking out the code in it...