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

H. Fox haganfox at users.sourceforge.net
Mon Apr 10 20:59:19 CDT 2006


On 4/10/06, Dave Weil <wikimasterdave at yahoo.com> 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




More information about the pmwiki-users mailing list