Changeset 3394489
- Timestamp:
- 11/12/2025 04:18:47 PM (5 months ago)
- Location:
- ajax-login-and-registration-modal-popup/trunk
- Files:
-
- 3 edited
-
ajax-login-registration-modal-popup.php (modified) (1 diff)
-
includes/class-core.php (modified) (1 diff)
-
readme.txt (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajax-login-and-registration-modal-popup/trunk/ajax-login-registration-modal-popup.php
r3208242 r3394489 1 1 <?php 2 2 /** 3 Plugin Name: AJAX Login and Registration modal popup DEV+ inline form3 Plugin Name: AJAX Login and Registration modal popup + inline form 4 4 Plugin URI: https://maxim-kaminsky.com/shop/product/ajax-login-and-registration-modal-popup-pro/ 5 5 Description: Easy to integrate modal with Login and Registration features + inline form using shortcode. 6 Version: 2.2 56 Version: 2.26 7 7 Author URI: http://maxim-kaminsky.com/ 8 8 Author: Maxim K -
ajax-login-and-registration-modal-popup/trunk/includes/class-core.php
r3208242 r3394489 53 53 } 54 54 55 add_action('init', array($this, 'init_action'), 10); 56 55 57 new LRM_Admin_Menus(); 56 58 59 LRM_Pages_Manager::init(); 60 61 LRM_Import_Export_Manager::init(); 62 } 63 64 public function init_action(){ 57 65 WP_Skins_Customizer::init(); 58 66 LRM_Skins::instance()->load_defaults(); 59 60 LRM_Pages_Manager::init();61 62 LRM_Import_Export_Manager::init();63 67 } 64 68 -
ajax-login-and-registration-modal-popup/trunk/readme.txt
r3208242 r3394489 3 3 Tags: login, registration, register, lost password, modal, popup, ajax 4 4 Requires at least: 4.1 5 Tested up to: 6. 7.16 Requires PHP: 5.55 Tested up to: 6.9.0 6 Requires PHP: 7.0 7 7 Stable tag: trunk 8 8 License: GPLv3 or later … … 20 20 21 21 1. Easy to integrate (as modal or inline via shortcode) 22 2. Well customiz able22 2. Well customized 23 23 3. 100% responsive 24 4. Beautiful coded24 4. Beautifully coded 25 25 5. Compatible with other plugins (WooCommerce, BuddyPress, Ultimate Member, WPML, etc) 26 6. Tested with latest WP version26 6. Tested with the latest WP version 27 27 7. Compatible with the Gutenberg 28 28 8. Possible to replace wp-login.php with a custom "Login", "Registration" and "Reset password" pages 29 9. Skins support (1 default skin + 2 new in PRO version) + possible to customize Skins colors via WP Customizer29 9. Skins support (1 default skin + 2 new in a PRO version) + possible to customize Skins colors via WP Customizer 30 30 10. Powerful after-login/registration/logout actions (reload, redirects, etc) 31 11. Role based redirects (in PRO)31 11. Role-based redirects (in PRO) 32 32 12. In-build reCaptcha & MatchCaptcha (in PRO) 33 33 12. Google Authenticator plugin & Wordfence 2FA support (in PRO) … … 54 54 **Roadmap** 55 55 56 * +Allow to includeform to page content (without modal) (done in version 1.41)56 * +Allow including form to page content (without modal) (done in version 1.41) 57 57 * +Colors/styles customizer [implemented via WP Customizer] 58 58 * +Documentation and Videos [done] - https://docs.maxim-kaminsky.com/lrm/ … … 63 63 = PRO features = 64 64 65 * 6 months personal support fromdeveloper via Email65 * 6-month personal support from the developer via Email 66 66 * Troubleshooting problems and conflicts with other plugins/themes 67 67 * Unlimited plugin updates … … 70 70 **The PRO version extra features:** 71 71 72 1. Allow user set custom password (not randomgenerated) during registration73 2. Redirect user tospecified page after login/registration/logout (for example to the User Profile)72 1. Allow user to set a custom password (not randomly generated) during registration 73 2. Redirect the user to the specified page after login/registration/logout (for example to the User Profile) 74 74 3. User verification via click on the link in registration email 75 75 4. Email only registration - hide username filed from registration form 76 5. Customize button scolor in [WP Customizer](https://docs.maxim-kaminsky.com/lrm/kb/how-to-customize-form-colors-pro-only/)76 5. Customize button color in [WP Customizer](https://docs.maxim-kaminsky.com/lrm/kb/how-to-customize-form-colors-pro-only/) 77 77 6. [Request other feature >>](https://maxim-kaminsky.com/shop/contact-me/) 78 78 … … 116 116 {{SITE_NAME}} 117 117 **As modal:** 118 Just add class `lrm-login` to the `<button>` or `<a>` element for show login tab or `lrm-signup` for registration tab.118 Add class `lrm-login` to the `<button>` or `<a>` element for show login tab or `lrm-signup` for registration tab. 119 119 120 120 Example: `<a href="/wp-login.php" class="lrm-login">Login</a>` … … 140 140 Thanks to Kash Monsefi for a report. 141 141 142 = How can I add log out link/button? =142 = How can I add a log out link / button? = 143 143 144 144 Please read this post: https://wordpress.org/support/topic/logout-link-8/#post-10180543 145 145 146 = How can I call modal from Java script? =147 148 Look at "Developer hooks" section below.146 = How can I call modal from JavaScript? = 147 148 Look at the "Developer hooks" section below. 149 149 150 150 = Developer hooks = … … 152 152 *Javascript* 153 153 154 For add your hook when user successfullogged in/registered use action "lrm_user_logged_in"154 To add your hook when user successfully logged in/registered use action "lrm_user_logged_in" 155 155 ` 156 156 jQuery(document).on('lrm_user_logged_in', function(response, $form) { … … 203 203 17. Admin settings - Registration user role [PRO] 204 204 18. Admin settings - Security (captcha) [PRO] 205 19. Registration with Password field [PRO]205 19. Registration with the Password field [PRO] 206 206 207 207 == Known issues == … … 210 210 211 211 == Changelog == 212 213 = VER 2.26 - 12/11/2025 = 214 215 - Tested with WordPress version to 6.9 216 - Tested with PHP 8.4 & tweaks 217 - Spelling tweaks 212 218 213 219 = VER 2.25 - 15/12/2024 = … … 238 244 = VER 2.21 - 08/10/2021 = 239 245 240 - Up WP tested version to 5.8.1246 - Up WP tested a version to 5.8.1 241 247 242 248 = VER 2.20 - 13/02/2021 =
Note: See TracChangeset
for help on using the changeset viewer.