Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Yakir Sitbon

    (@kingyes)

    From the plugin you can’t. But in your PhpMyAdmin you can see that option.

    Plugin Contributor Maor Chasen

    (@maor)

    Like Yakir said, this isn’t supported, but we might implement an option to export to CSV file sometime in the future.

    Chrilles

    (@chrilles)

    I would love to be able to export the log as well. Until then, can someone tell me the command to fire to get the log from the PHpMyAdmin?

    runeblades

    (@runeblades)

    thanks for the tip in phpmyadmin, i do second an export button in the plugin for the future.

    for those looking to export to csv go to your /phpmyadmin
    open your database

    find wp_aryo_activity_log and click it
    then click export at the top
    leave export method to quick and select CSV from the dropdown box and hit go

    that’s it!

    Thanks to runeblades for the instructions!

    I am interested in the total time a user is logged in. From the database, the hist_time column has a number – is this the time? What does this number mean?

    Thank you for the help,
    Valerie

    I would very much appreciate a built-in export function for this plug-in as well.

    Currently I use the plug-in “Exports and Reports” for this purpose. It allows you to run any SQL statements against the WP database and store these as reports for any backend user. The reports are not only displayed in the WP backend but can be exported in the following formats: CSV, TSV, XML, JSON.

    The following SQL statement does the trick:

    SELECT * FROM wp_aryo_activity_log

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How Can I export the Log to a file?’ is closed to new replies.