[pmwiki-users] ActionLog: How to not show 'browses'

Dave Weil wikimasterdave at yahoo.com
Tue Apr 11 00:12:53 CDT 2006


Hmm, I tried pasting that into the config.php, but then nothing showed up. Doesnt make sense as the code looks fine. I will experiment with it some more. Strange. I currently have:

# Action log, must be after authuser above.
include_once("cookbook/actionlog.php");
$ActionLogLinesMax = '1000';

there and the code you sent me is almost identical...

"H. Fox" <haganfox at users.sourceforge.net> wrote: On 4/10/06, Dave Weil  wrote:
> Does anyone know how to make the ActionLog not show browses? I want to keep
> track of what people are editing, creating and deleting, but all the browses
> are really taking up most of the room.

## Enable the ActionLog recipe.
if (!$action == 'edit') {
  include_once("$FarmD/scripts/author.php");
  include_once("$FarmD/cookbook/actionlog.php");
}

Hagan

> Thanks,
> Dave


		
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20060410/a96c2c0b/attachment.html 


More information about the pmwiki-users mailing list