Nishant Kumar
Forum Replies Created
-
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] force add customer (disable guest)Hi, you also need to return the param $request, otherwise it will not create proper order.
return $request;
add_filter("wpo_before_ajax_create_order", function($request ){ if( empty($request["cart"]["customer"]["id"]) ) { echo json_encode( array( 'success' => false, 'data' => "You should create/select customer", )); die(); } return $request; });
- This reply was modified 3 years, 8 months ago by Nishant Kumar.
Forum: Fixing WordPress
In reply to: Caringpapa adware in wp admin panelHi, I am also on BSNL and got this annoying ad.
Forum: Plugins
In reply to: [Smart WP Login] I still see the Username fieldHello, I appreciate you taking your time to point out this. Are you sure, you are not using any other plugin?
Forum: Plugins
In reply to: [Smart WP Login] Locked out of siteHello elessman, can you please try to deactivate “Theme My Login” plugin and then use Smart WP Login, Smart WP Login heavily (completely) depends on wp-login.php file.
Forum: Plugins
In reply to: [Smart WP Login] Question about the user nameHello YardenSade, I’ll try to give answer to your questions.
Q1. Why the user name cannot be exact copy of the email?
Earlier release of plugin had exact functionality and it generated usernames from email. So, for example, if you were registered with [email protected], it would generate [email protected] (valid username). But, this procedure becomes invalid with some email ids with special characters, like, my#[email protected] (yes, it is valid email id) would be invalid as WordPress allows some limited set of characters in username.Check out sanitize_user() function for more details.
Ref: https://core.trac.www.ads-software.com/browser/tags/4.2.2/src/wp-includes/formatting.php#L1193Q2. is there a way to make it a bit secured? so lets say bots will not be able to auto register themselves?
Right now, smart wp login has no such functionality. However, you can use some other available plugins.Ref: https://www.ads-software.com/plugins/wangguard/
Anything else, I’ll be happy to answer.
Thanks,
Nishant KumarForum: Plugins
In reply to: [Smart WP Login] Different language?Hello zorensen, thanks for writing. Newer release will solve issues related to i18n & l10n. I’ll release it soon.
Forum: Plugins
In reply to: [Smart WP Login] Problem working for RTL languagesHello YardenSade, thanks for writing. You just suggested what I was thinking. I’ll definitely resolve language issues in newer release soon. Thanks.
Forum: Plugins
In reply to: [Smart WP Login] Locked out of siteHi everyone,
@jin12345, please provide me more details so I can look into the issue, however, you can even register using email id with special characters, e.g. demo#[email protected]
@elessman, kindly share some other details like, WordPress version you are using. I’ll definitely help you.
Forum: Plugins
In reply to: [Smart WP Login] Locked out of siteHello Jin12345, please provide more information, I tried to access https://www.rockstrapp.com/wp-login.php but unable to access.
Forum: Networking WordPress
In reply to: Should I use WP network of networksAny alternative to get multiple multisites installations. All WordPress installations needs same configuration, theme and plugins.
Forum: Networking WordPress
In reply to: Should I use WP network of networksThanks for giving the ideas link.
Forum: Networking WordPress
In reply to: Should I use WP network of networksThanks for replying, wp-multi-network is just an example of “network of network” plugins out there. My concern is about support of such functionality in WordPress core. Does any one has a clue weather community has any future plans for this feature?
Forum: Networking WordPress
In reply to: Dashboard not working after activating MultisiteBuddy, https://www.example.com is a domain solely for examples.
Forum: Plugins
In reply to: [Smart WP Login] Use in a pageHello,
Thanks for writing, working for solution. Till wait.Forum: Plugins
In reply to: [Smart WP Login] Use in a SidebarHello,
Thanks for writing, working for solution. Till wait.