Title: track changes
Last modified: August 30, 2016

---

# track changes

 *  [oldgreat](https://wordpress.org/support/users/oldgreat/)
 * (@oldgreat)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/track-changes/)
 * Hi,
 * 1. Is it possible to have a page with all the action user did, who edited or 
   delete what?
 * 2. Is there ajax search, when user type in, search result filter without having
   need to press the search button. How do I achieve this?
 * Thank you
 * [https://wordpress.org/plugins/tabulate/](https://wordpress.org/plugins/tabulate/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [samwilson](https://wordpress.org/support/users/samwilson/)
 * (@samwilson)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/track-changes/#post-6818248)
 * 1. Yes, you can create a view such as this:
 *     ```
       SELECT cs.id AS changeset_id, c.id AS change_id, date_and_time,
         user_nicename, table_name, record_ident, column_name, old_value,
         new_value, comment
       FROM wp_tabulate_changes c
         JOIN wp_tabulate_changesets cs ON (c.changeset_id=cs.id)
         JOIN wp_users u ON (u.ID=cs.user_id)
       ```
   
 * Of course, change the database prefix to whatever’s correct.
 * 2. Not at the moment, I’m afraid, and there isn’t a plan to make this happen.
   Not that it’s not a good idea though. I’ll add it to the future-features list!
   🙂
 * Thanks,
    Sam
 * PS Sorry for the delay in replying, I only just saw this post.

Viewing 1 replies (of 1 total)

The topic ‘track changes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tabulate_ebc8b7.svg)
 * [Tabulate](https://wordpress.org/plugins/tabulate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabulate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabulate/)
 * [Active Topics](https://wordpress.org/support/plugin/tabulate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabulate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabulate/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [samwilson](https://wordpress.org/support/users/samwilson/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/track-changes/#post-6818248)
 * Status: not resolved