Yakir Sitbon
Forum Replies Created
-
Forum: Plugins
In reply to: [Pojo Device Widget] Breaks CSSI’m need to see it online. :\
Forum: Plugins
In reply to: [Pojo Device Widget] Breaks CSSHi Todd.
Can you send me preview link for get it look?
Thanks for your feedback. I’ll publish this soon. :]
Hi Handoko.
Sorry for your waiting, but I think I get it work.
I just commit it on our dev repo, so I want to know if it’s work fine in your server.For register the new caps in your system, you need re-active the plugin.
The commit:
https://github.com/KingYes/wordpress-aryo-activity-log/commit/5a5d3898a596d3f2643a31d368f00007392e9bffI’ll add this in my TODO list.
Big thanks ! :]Hi.
You say when use have a capability called
view_all_activity_log
, he can see ALL logs?Hi Handoko,
edit_pages
cannot change Options / Plugin / Theme or other from this. So in our activity log no have any access for this staff..Hmm.. What you say about simple filter and you can control from your theme (or other plugin) with this?
For example, if you write in your theme this line:
add_filter( 'aal_is_see_all_activity_log', '__return_true' );
And everyone can see every staff from this?
Forum: Reviews
In reply to: [Pojo Device Widget] Amazing IdeaThanks Danni ! ??
This is premium plugin, I can’t help you with that.
If you know some php code, you can write addon on this plugin with our API.How I can track this plugin if I do not know this?
We are have good support with WordPress core and more. But for other plugins, you need to request us.
Please leave me url for this plugin..
Hi Tiffniffer.
What you mean ticket system?
If you get any bug with our plugin, you can report it on our issue (we have good support there !), and we can fix this (if we can).Hi Handoko.
We use different tables to save the log. So it will be very difficult to make the request.
Goal keeping logs Btlbaut different, this is for faster performance, and fair distribution for different sites, each site will not be dependent on the other.
What did I do think to try, maybe do a query that unifies the tables and how to display the entire list right order for all sites combined.
I’ve been writing this before my eyes (in our work), and I hope the first opportunity to get together and do it.
Thank you for the feedback! ??
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] improve IP loggingHi guys..
Thank for your comment.@mpd2002,
I just want to check, what you get from this code (put it on your functions.php, in dev area):function aryo_test_get_ip() { var_dump( $_SERVER['HTTP_X_FORWARDED_FOR'] ); } add_action( 'init', 'aryo_test_get_ip' );
Can you paste here the result?
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] improve IP loggingHi guys..
Thank for your comment.@mpd2002,
I just want to check, what you get from this code (put it on your functions.php, in dev area):function aryo_test_get_ip() { var_dump( $_SERVER['HTTP_X_FORWARDED_FOR'] ); } add_action( 'init', 'aryo_test_get_ip' );
Can you paste here the result?
Hi rajesh450 !
Please tell about: WordPress version, Other plugins installed? You try install this plugin on empty WordPress install?
Yakir.