Lester Chan
Lester Chan
@vadi2 Sadly I don't have the time to do it.
Thanks, I will review them when I get back from my holiday in Jul.
Maybe try `UserOnline_Template::compact_list( 'page', 'list', $page_url )` Code is https://github.com/lesterchan/wp-useronline/blob/master/template-tags.php#L111
Nope. It is totally different. This just basically counts the user at the point in time. If you want real time, you need to write your own AJAX calls to...
Just replace this line? https://github.com/lesterchan/wp-useronline/blob/master/core.php#L172
The Spanish translation is https://plugins.trac.wordpress.org/browser/wp-useronline/tags/2.86/lang/wp-useronline-es_ES.mo https://plugins.trac.wordpress.org/browser/wp-useronline/tags/2.86/lang/wp-useronline-es_ES.po You can download and place it in the same folder as wp-useronline
Try replace https://github.com/lesterchan/wp-useronline/blob/master/wp-useronline.php#L17 With ``` load_plugin_textdomain( 'wp-useronline', false, dirname( plugin_basename( __FILE__ ) ) ); ``` And put the lang files in wp-content/plugins/wp-useronline
Can send a pull request?
I am guessing your site has a JS error and hence that prevented the popup JS code from being executed. Check your dev console to see if there is an...
It is not a modal, it uses window.open() so it is a popup window.