Jump to content

[SOLVED]More Info in Admin Activity Logs


Recommended Posts

Posted

HI ALL

in my Admin Activity Logs i want add the more notifications for example:

For EventsBooking 1.3 - by: simpilot i want add the edit events in the Admin Activity Logs

Best Regards

Mattia

Guest lorathon
Posted

use The following inside of the function that you wish to record.

$message = 'This is what you would want the log to say';

LogData::addLog(AUTH::$userinfo->pilotid, $message);

Posted

use The following inside of the function that you wish to record.

$message = 'This is what you would want the log to say';

LogData::addLog(AUTH::$userinfo->pilotid, $message);

Many Thanks WORKS!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...