-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with Simple History #114
Comments
Viewing the above, what do you think about me adding an integration addon as a PR to your plugin? Also, just an idea. What do you think about (optionally) adding a "switched from" status to other logs when a user does things while switched to another user? Cheers, Jory |
Hi @JoryHogeveen ! A PR would definitely be nice, support for View Admin As would benefit users that use both our plugins. The "swithed from" is a nice idea, I never though of that when I added support for User Switching. Not sure right now how that would be displayed however. If you have any ideas let me know. |
Awesome, I'll think about the "switched from" implementation and do some testing. Cheers! |
I also think these type of loggers should be opt-in, agreed? Especially the "switched from" part. I can imagine both pro and con's for these type of logs. |
Found a bottleneck while testing. View Admin As makes all changes really early in WP load time (first prio on Cheers, Jory |
I've tried several ways without modifying your plugin but it's currently impossible to make our plugins compatible. Cheers, Jory |
Request: https://wordpress.org/support/topic/simple-history-integration/
https://wordpress.org/plugins/simple-history/
Requirements:
vaa_view_admin_as_update_view
: c1c2ebdvaa_view_admin_as_reset_view
: 6df0f83vaa_view_admin_as_cleanup_views
: c3b9166vaa_view_admin_as_reset_all_views
: 98cfb0fExample addon: https://github.com/bonny/WordPress-Simple-History/blob/master/loggers/PluginUserSwitchingLogger.php
Required PR: bonny/WordPress-Simple-History#227
The text was updated successfully, but these errors were encountered: