Hi Isaenko
when I install the latest version of the plugin, the following errors:
Notice: has_caps was called with an argument that is deprecated since version 2.0! The use of user levels by plugins and themes is deprecated. Use the profiles and skills in place. in functions.php on line 3508
and
Notice: Undefined variable: ed in wp-content/plugins/oi-frontend-profile/oi-nput.php on line 75
Notice: Undefined index: cmd in wp-content/plugins/oi-frontend-profile/inc/options.php on line 50
WordPress version 4.2.1
errors disappear by disabling the plugin.
This plugin is wonderful, how we can fix that ?
I could not figure out why when I tried to register a new account or login, I would get an “Error” but the login or registration would go through. Refreshing after login would find me indeed logged in and the new registration email would be sent as usual.
I disabled all plugins and re-enabled them one at a time and discovered that this plugin caused it. I tried the 2015 theme also and had the same experience.
]]>Hi, can i added my language for this plugin? Where i can send my language zip??
Regards.
Dannie Herdyawan
Hello,
The string “Username” is not correctly associated with the plugin domain.
Line 169 is currently :
<?=oinput(array('key'=>'user_login','before'=>__('Username'),'disabled'=>true,'value'=>esc_attr($profileuser->user_login),'hint'=>__('Usernames cannot be changed.','oifrontendprofile'),))?>
It should be
<?=oinput(array('key'=>'user_login','before'=>__('Username', 'oifrontendprofile'),'disabled'=>true,'value'=>esc_attr($profileuser->user_login),'hint'=>__('Usernames cannot be changed.','oifrontendprofile'),))?>
By the way, if you are interested, I translated your plugin to French.
Thank you.
]]>This was working fine but now a problem seems to have developed once I got more than about 30 members on the site.
I have additional user fields for the users address. When a user goes to edit their profile the address is incorrect, it is another members address. Before accessing the Front End profile editor the address was correct in the WordPress > Dashboard > Users.
Any thoughts? I have had to remove this functionality for my members for now.
]]>Thanks this is working fine for me.
It will be great when I can edit the page layout, hopefully we won’t have to wait too long for that. If you need any help testing let me know.
]]>