17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 5074 Views |
-
Re: Disable statistics?

14 October 2008 at 12:09pm
works fine for me.
Object::addStaticVars('LeftAndMain', array(
'removed_menu_items' => array(
'statistics',
'newsletter',
'comments'
)
)); -
Re: Disable statistics?

14 October 2008 at 12:30pm
Ya you had newsletters (plural) it should only be singular.
It'll work for all of them, just a matter of testing the proper names.
-
Re: Disable statistics?

14 October 2008 at 1:09pm
That will only remove the statistics from the CMS view. If you want to disable statistics completely (eg stop keeping PageView counts) You need to remove the lines below (like lines 86-87) From sapphire/core/control/ControlController.php
// Log page views
// Statistics::collect(); add a // before Statistics::collect() like this or remove this completely -
Re: Disable statistics?

14 October 2008 at 2:56pm
great, thanks....yeah I just put 'newsletters' because that was the name on the menu. & yes will, I did uncomment that line....thanks all.
-
Re: Disable statistics?

20 November 2008 at 4:57pm Last edited: 20 November 2008 4:58pm
(edit: Duh, I didn't see the second forum page with everyone else's reply)
@galilee: For removing the newsletter links, I tried "newsletter" (singular, not plural) and it worked
Object::addStaticVars('LeftAndMain', array(
'removed_menu_items' => array(
'newsletter',
)
));-fumble
| 5074 Views | ||
| Go to Top |



