• Hi, very promising plugin here. Thanks for your work.

    Three questions:
    1. I do not see a dropdown for filtering options for kinds of activity as shown in the first screenshot. I only see Bulk Actions, Apply and Filter.

    2. Are you planning to add some settings where the size of the log can be limited?

    3. When I just deleted a plugin, nothing was recorded in the log.

    Thanks again for your work thus far. Looks like an excellent start!

    https://www.ads-software.com/plugins/wp-user-activity/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John James Jacoby

    (@johnjamesjacoby)

    Hi there!

    It’s weird that no filters are showing up. I suppose it’s possible that the get_users() call is timing out without halting anything, but that’s a long shot. Look into wp_user_activity_add_dropdown_filters() and see what’s breaking?

    WordPress 4.4 introduces a new delete_plugin action that we can take advantage of to record this activity then. I’ll add this in the next version.

    I’ve considered adding a constant to purge old activity using wp_cron(), but it’s my experience with bbPress that the number of activity items in WordPress’s posts table doesn’t really matter very much most of the time. This will probably happen in a future release, but is currently not a very high priority feature.

    Thanks for the kind words, and I’m glad you’re enjoying it so far.

    Plugin Author John James Jacoby

    (@johnjamesjacoby)

    Looping back around, I’ve created this WordPress issue to improve the new 4.4 hook:

    https://core.trac.www.ads-software.com/ticket/26904

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not seeing filtering options, settings. Some activity not recorded.’ is closed to new replies.