Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You have “Disable Google address autocomplete?” set which i think might fix your problems, you could just enter the post code in the address field and i would fill things in?
Stiofan
December 13, 2016 at 1:40 pm in reply to: WP-SpamShield blocking adding a location as a new user #324227Hi Marc,
We use our custom registration form that uses WP functions, to say it does not follow WP standards is untrue, further more we stated in that other post you mentioned above that the dev of that plugin would have to adjust his plugin to work with GD just like he has done with many other plugins.
A quick fix (i’m sure the dev can make it prettier) would be to make these two small changes in wp-spamshiled.php
line 7598 FROM:
if( FALSE === $buddypress_status && FALSE === $wc_status && FALSE === $s2member_status && FALSE === $affiliates_status ) {TO:
if( FALSE === $buddypress_status && FALSE === $wc_status && FALSE === $s2member_status && FALSE === $affiliates_status && defined('GEODIRECTORY_VERSION') === FALSE ) {and line 7624 from:
if( TRUE === $buddypress_status ) { $errors_3p[$err_cod] = $err_msg; } else { $errors->add( $err_cod, '<strong>'.$error_txt.':</strong> ' . $err_msg ); }TO:
if( TRUE === $buddypress_status || defined('GEODIRECTORY_VERSION') === TRUE) { $errors_3p[$err_cod] = $err_msg; } else { $errors->add( $err_cod, '<strong>'.$error_txt.':</strong> ' . $err_msg ); }Thanks,
Stiofan
LL15 seems to be in Wales and you are asking it to search London (well by default its set to London) i guess that is why there are no results.
Stiofan
You are welcome 🙂
The way it works is that if u do not set a default cat it will be auto set by the system when saving.
Stiofan
December 13, 2016 at 12:18 pm in reply to: 'Show event 'registration description' field as editor' #324179Can you update your GD core pluign first and then clear cache, if the problem continues just let me know.
Thanks,
Stiofan
I can’t replicate this, what do i have to enter before clicking set address to cause the error?
Stiofan
December 13, 2016 at 12:03 pm in reply to: WP-SpamShield blocking adding a location as a new user #324177Hi Marc,
We have our own login register forms, they post to standard WP functions, this works and there are no problems with standard WP settings, the idea is that you never have to show your user any WP interface, either backend or login/register. We have filters for our login and register url’s if you want to switch it to use the standard WP ones?
Stiofan
This reply has been marked as private.Great, glad to hear it 🙂
Stiofan
Hi Marc,
Please give it a try now.
Thanks,
Stiofan
I added the plugin Code Snippets and added it in there.
Thanks,
Stiofan
This reply has been marked as private.As Paolo said, this is not possible at the moment but there should be a solution in the near future.
Thanks,
Stiofan
-
AuthorPosts