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

Dominique Faure dominique.faure at gmail.com
Tue Apr 11 02:45:59 CDT 2006


On 4/11/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.
>

You may use internal filter to discard unwanted actions (available in
last released version):

$ActionLogFilterPattern = '!browse!';
include_once("cookbook/actionlog.php");

Regards,
Dom

--
The difference between theory and practice in theory is much less
than the difference between theory and practice in practice.
 — Randal L. Schwartz




More information about the pmwiki-users mailing list