Some help for disabeling guest statistics

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
Nienke1973
Registered User
Posts: 18
Joined: Sat Feb 17, 2018 2:39 pm

Some help for disabeling guest statistics

Post by Nienke1973 »

Hello everyone,

I hope there is someone who can help me,
I've started a new forum and this is kinda new for me.
It's running for two month's now but to little people are registering and i think because geust users can see the statistics and prevent them to register and look for a forum with lot's of information.
I'm already in the top of the search engine, so that's not the prob.

The problem, the most topics i've found are to old.
I have joomla 3.2.1 and want to remove the statistics for the geust users but not for the registered users..
Ive been in de groups permissions but cannot find it.
Is there someone who can help me for this version i'm running.
I also use the Milk Template :?

best regards Nienke
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Some help for disabeling guest statistics

Post by stevemaury »

OPEN language/your_language/common.php

FIND (or its equivalent in your language):

Code: Select all

'BROWSING_FORUM_GUESTS'	=> array(
		1	=> 'Users browsing this forum: %2$s and %1$d guest',
		2	=> 'Users browsing this forum: %2$s and %1$d guests',
REPLACE WITH ((or its equivalent in your language):

Code: Select all

'BROWSING_FORUM_GUESTS'	=> array(
		1	=> 'Users browsing this forum: %2$s',
		2	=> 'Users browsing this forum: %2$s',
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72339
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: Some help for disabeling guest statistics

Post by KevC »

Nienke1973 wrote: Sat Feb 17, 2018 2:48 pm i think because geust users can see the statistics and prevent them to register and look for a forum with lot's of information.
I doubt that makes any difference. They join because there are things they want to talk about, regardless of 10 members or 100.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Post Reply

Return to “[3.2.x] Support Forum”