By Guest on Sunday, 15 July 2018
Replies 1
Likes 0
Views 871
Votes 0
Hi,

I did not find the possibility to log the creation, deletion and edits actions of calendar events in an easy to read log file.

I found the that the data is saved in the database, for example the table `ikft2_jevents_vevent` holds an calendar event per row and has a column `created, created by, modified etc..ยด

Id there a possibility to get this information in a human readable .log file.

I think something like this:

User `Jon Doe` edited event event_id: ``6 with Title `Event tite` at 2018-07-12 07:16:43 and changed ddescription from "Test Evend" to Test Event"

I could write an .php file that accesses the database and create a .log text file but maybe JEvents already offers this possibility.
Hello,

We haven't got any native logging at present. But you could use either LogMan by JoomlaTools who have a plugin. Or you could write a custom plugin to pickup on plugin tiggers;

onPublishEvent

You can search our code base for any other triggers you want :-)

Many thanks
Tony
·
Monday, 16 July 2018 09:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post