Faiyaz Alam
Forum Replies Created
-
Forum: Plugins
In reply to: [User Login History] Login time not showing correctly@shane85 we have already responded on your query on email. so we are closing this.
Forum: Plugins
In reply to: [User Login History] Compatibility with WordPress 5.9.2@kervadecg yes
Forum: Plugins
In reply to: [User Login History] attempt to read non-existent property “roles”@jnpato thank you for reporting the issue. I will fix this.
Forum: Plugins
In reply to: [User Login History] How long are the logs kept?@theorygeorgiou the logs are permanent.
Forum: Plugins
In reply to: [User Login History] green dot online status in frontendHi @zeppos , There is no such functionality.
Forum: Plugins
In reply to: [User Login History] Last Seen Column@p4r4norm4l It is possible to develop a custom plugin for this requirement. Let us know via this contact us page if you want me to develop the custom plugin so that I can give you its estimation and cost. Thanks.
Forum: Plugins
In reply to: [User Login History] User logging history fails at network level@andyburnsco can you please provide me the access of your development server where I can reproduce the issue?
Forum: Plugins
In reply to: [User Login History] Deny access to website for non registered IP addressesHi @sheilanana There is no such feature in the plugin. I do not know any other plugin. The plugin can gather information if and only if you use WordPress method i.e. wp_signon() at some point of your code.
Hope this helps.
Forum: Plugins
In reply to: [User Login History] Add last IP to users pageForum: Plugins
In reply to: [User Login History] Last Seen Column@p4r4norm4l The plugin does not track the user activity. It just tracks the login related information along with some more useful attributes. The plugin keeps updating the last seen column on every action performed by the logged-in user. Currently the plugin cannot track the last seen when user closes the browser. PHP session cannot be used to detect closing of the browser.
Hope this helps.Forum: Plugins
In reply to: [User Login History] User logging history fails at network level@andyburnsco the plugin is still compatible with multisite network. Please test the plugin on a fresh WordPress setup. There might be some conflicts because of which it is not working in your case.
Forum: Plugins
In reply to: [User Login History] How to show the User login history list to a custom role@masqueunaweb In the free version, there is no option for custom role. In the premium version, you can provide custom roles in the shortcode parameter e.g.
roles='administrator, editor'
.Hope this helps.
Forum: Plugins
In reply to: [User Login History] frontend shows only current user@edumusa This is the expected behaviour of the shortcode in the free version but in the premium version there is a shorcode param i.e. “roles” in which you can specify which roles you want to display on the frontend. By default it shows the records of the current loggedin user only just like free version.
Hope this helps.@dangerd512 The plugin does not change the global timezone settings. Can you please check again on a fresh WordPress setup?
Forum: Plugins
In reply to: [User Login History] has stop caputing login data@seniceguy Please check the log file located at “wp-content/user-login-history.log”. Also check in the DB table “fa_user_logins” if records are being created there.