Users traceability log?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
saltydog
Power Poster
Power Poster
Posts: 281
Joined: Fri Mar 04, 2005 9:06 am

Users traceability log?

Post by saltydog »

I am administering a cmsms site whith several registered users allowed to update contents. I am in the need to have a log to trace each user's access and modification performed... Is there any module available?

Thanks
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Users traceability log?

Post by tsw »

did you look at site admin -> admin log?
saltydog
Power Poster
Power Poster
Posts: 281
Joined: Fri Mar 04, 2005 9:06 am

Re: Users traceability log?

Post by saltydog »

tsw wrote: did you look at site admin -> admin log?
Of course!
That is the administrator log, but I don't need to trace my logs, but those of the other groups (content, news, etc...) that are not logged. More, that admin log does not trace the performed actions..
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Users traceability log?

Post by tsw »

on one site I look after for I have log for most admin actions like
pj 132 Memories Added Content Thu Nov 9, 2006 19:48:30
and Im logged in with admin username.

some modules wont write into that log, but you cant really write a module to it either.

you need to add audit function to everyplace you want it in

Code: Select all

audit($user->id, $user->username, 'What the user did');
or I think mysql5 can keep a log of all select insert update clauses (but it will be kinda hard to read ;)
Post Reply

Return to “CMSMS Core”