Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
The GD plugin is no longer reuqired, the compatibility is now build in to core UWP.
To get fields in the registration section you must set them to show in the registration section in the account tab.
Stiofan
Hi Joe,
The first one looks like BuddyPress?
Stiofan
You are welcome, thanks for your patience! 🙂
Stiofan
If GDF is your active theme it would be
/wp-content/themes/GDF_child/userswp/login.phpStiofan
it looks to be a link to the sire home url, is there an issue?
I’ll flag this for partik to look at tomorrow.
Stiofan
Try i just relaised the prefix has changed since release, its now ‘uwp_account_’, see the example below;
add_action('wp_footer','_my_uwp_test'); function _my_uwp_test(){ echo uwp_get_usermeta( get_current_user_id() , 'uwp_account_gender', 'no value set' ); }
Thanks,
Stiofan
Hello,
Thanks for posting, can u provide wp-admin details in a private reply (only staff can see) and i will setup and example for you on your site.
Thanks,
Stiofan
Yes our pluign filters that function but as i said sometimes it was not working, we have already fixed it but the fix is not released yet.
Just use that function and it will work how you expect.
Stiofan
There are examples here: https://codex.wordpress.org/Function_Reference/get_avatar
Stiofan
You should be able to just use the standard wp get_avatar function, i think there was a small bug that was preventing it from replacing all the time, it should be fixed in the next release.
Thanks,
Stiofan
Hi Joe,
This as been assigned to the dev, he will update it on Monday 🙂
Thanks,
Stiofan
Great, thanks for letting us know 🙂
How have u also added the login widget to the page?
Stiofan
Hi Łukasz ,
Can you please provide wp-admin details and FTP in a private reply (only staff can see) and i will debug the issue.
Thanks,
Stiofan
The title looks like the page title, if you want to remvoe it you would probably be best hiding it with CSS.
The code i gave you only lets you add links below the template, if you want to directly change the template please see here: https://userswp.io/docs/override-templates/
Thanks,
Stiofan
-
AuthorPosts