ThemeBoy / SportsPress

An open source league statistics plugin for WordPress created by ThemeBoy.
Other
152 stars 98 forks source link

Ultimate member registered not showing as player profile #415

Closed AzmayenFayek closed 3 years ago

AzmayenFayek commented 3 years ago

When I'm registering with ultimate member registration then that info is not showing in newly created players can you please solve this issue thanks in advance

savvasha commented 3 years ago

Hi @AzmayenFayek , It doesnt seem as a SportsPress issue. Did you try to use the native WP registration form?

Thanks, Savvas

AzmayenFayek commented 3 years ago

I need many info like birth day, gender, phone number in registration form. So I'm not using native wp registration form

On Mon, 23 Aug 2021, 9:47 pm savvasha, @.***> wrote:

Hi @AzmayenFayek https://github.com/AzmayenFayek , It doesnt seem as a SportsPress issue. Did you try to use the native WP registration form?

Thanks, Savvas

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ThemeBoy/SportsPress/issues/415#issuecomment-903892752, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG4AOALIIHV7A56MN5XKGXTT6JUQ7ANCNFSM5CU25AUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

savvasha commented 3 years ago

You may need to discuss it with UM development team then. https://wordpress.org/support/topic/um-with-sportspress-plugin/ https://wordpress.org/support/topic/custom-registration-8/ https://wordpress.org/support/topic/sportspress-3/

AzmayenFayek commented 3 years ago

Ok

On Tue, 24 Aug 2021, 10:11 am savvasha, @.***> wrote:

You may need to discuss it with UM development team then. https://wordpress.org/support/topic/um-with-sportspress-plugin/ https://wordpress.org/support/topic/custom-registration-8/ https://wordpress.org/support/topic/sportspress-3/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ThemeBoy/SportsPress/issues/415#issuecomment-904307942, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG4AOAPXWWHLVYL37U32RBTT6MLYBANCNFSM5CU25AUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

AzmayenFayek commented 3 years ago

They replied me as:

"Hi @AzmayenFayek https://github.com/AzmayenFayek

Does Sportspress store the user data in wp_users and wp_usermeta tables? UM stores user data in those two tables. You can ask Sportspress regarding this storage and let's see if we can find a way to integrate the two.

Regards, ”

On Tue, 24 Aug 2021, 10:15 am Azmayen Priyo, @.***> wrote:

Ok

On Tue, 24 Aug 2021, 10:11 am savvasha, @.***> wrote:

You may need to discuss it with UM development team then. https://wordpress.org/support/topic/um-with-sportspress-plugin/ https://wordpress.org/support/topic/custom-registration-8/ https://wordpress.org/support/topic/sportspress-3/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ThemeBoy/SportsPress/issues/415#issuecomment-904307942, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG4AOAPXWWHLVYL37U32RBTT6MLYBANCNFSM5CU25AUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

savvasha commented 3 years ago

Well SportsPress Players are a Custom Post Type with the type of sp_player. There birthday is actually the post_date of each Player. All other fields are either saved as post-meta info or as taxonomy terms. So unfortunately no, there are no data stored in wp_users or wp_usermeta tables. But there support team said here https://wordpress.org/support/topic/sportspress-3/#post-12588101 that it is possible to make those two plugins communicate. Maybe with some custom code from your side that will work as a bridge between UM and SportsPress

AzmayenFayek commented 3 years ago

But please think for it. How can be it relevant birthday and post date?

On Tue, 24 Aug 2021, 4:27 pm savvasha, @.***> wrote:

Well SportsPress Players are a Custom Post Type with the type of sp_player. There birthday is actually the post_date of each Player. All other fields are either saved as post-meta info or as taxonomy terms. So unfortunately no, there are no data stored in wp_users or wp_usermeta tables. But there support team said here https://wordpress.org/support/topic/sportspress-3/#post-12588101 that it is possible to make those two plugins communicate. Maybe with some custom code from your side that will work as a bridge between UM and SportsPress

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ThemeBoy/SportsPress/issues/415#issuecomment-904519962, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG4AOAISNCWKFLP2OASPX23T6NXZ3ANCNFSM5CU25AUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

savvasha commented 3 years ago

This is how SportsPress is designed :)