rkvd
Forum Replies Created
-
Apologies to the creator and custodians of this fine plugin, the issue was entirely with wordpress and entirely standard.
The problem was a basic rule of wordpress not to except any special characters ( as in not standard alpha numerical )into the username. One which makes perfect sense but one I never came across until now.
So one solution I found was this plugin: https://wordpress.org/plugins/wordpress-special-characters-in-usernames/
But it seems it only covers arabic and cyrillic, which leaves me a fair few short.The first name and last name are still pulled so I may just use them for my needs instead. Its a long story as to why I didn’t use them in the first place involving allot of api-ain in my ass.
After looking into it further I’ve realized the reason for the failed name entry’s. The website is international and users with facebook names in foreign alphabets such as cyrillic are the names being rejected.
I’m going to have a look inside the plugin and see what I can find that might fix this. Any insight you could shine on this issue would be greatly appreciated.
Forum: Plugins
In reply to: [Pronamic Google Maps] wpfu conflictForgot about this post. May give my solution if anyone finds this.
I used wordpress’s remove_meta_box in my functions to remove pronamic maps from the edit post/page to resolve my issue as it was not needed for the the functionality of the website.