- This topic has 8 replies, 3 voices, and was last updated 1 year, 9 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › About Active Login Limit
Hello.
I have a question about the newly added “Active Login Limit” feature.
Automatic logout is performed on browsers that reach the limit, but is it possible to make the following modifications to the page that is displayed after automatic logout?
-Display in a different language (Japanese)
-Add a header and footer
<quote>I have a question about the newly added “Active Login Limit” feature.</quote>
Where do you find such a feature documented?
Please chack this.
https://simple-membership-plugin.com/configuring-active-login-limit/
The “Login Session Expired” page is hard coded in the class.swpm.auth.php file. If you are proficient at PHP coding; search for the third occurrence of the “Login Session Expired” string, and make the desired changes.
I understand, thank you.
If I make this change by hard coding, will the change disappear when I update the plugin?
Do you know how to avoid this issue?
You must maintain your own version control over the modified file. Whenever an update to the plugin occurs, you must ensure you can reestablish your changes.
These messages should be customization using the language translation file. We just need to update the translation POT file. I will update the POT file in the next release.
https://simple-membership-plugin.com/translate-simple-membership-plugin/
https://simple-membership-plugin.com/customize-text-and-messages-using-the-translation-file/
Thank you for your reply.
If you want to add a translation function, it would be helpful if you could add the settings to “Simple WP Membership Custom Message”. Is that possible?
Sorry, the above suggestion was bad.
Please update POT file.When will the POT file be updated?