-
mediabros posted on the forum topic The add_action equivalent off WP edit_user_profile for BP in the group Creating & Extending: 14 years, 3 months ago
Thanks i will look in to it more next day, the reason why i won’t use the plugin. I want to give users the possibility to link themselves to a category. Lets say i am building a marketplace. I want the people that sell cosmetic products to be link to the category: cosmetics. I thought […]
-
mediabros posted on the forum topic The add_action equivalent off WP edit_user_profile for BP in the group Creating & Extending: 14 years, 3 months ago
Hi Boone, Thanks for the reply, i got a bit further by changing add_action( ’show_user_profile’, ‘user_show_define_category’ ); add_action( ‘edit_user_profile’, ‘user_show_define_category’ ); into add_action( ‘bp_after_profile_loop_content’, ‘user_show_define_category’ ); add_action( ‘bp_after_profile_field_content’, ‘user_show_defi…[Read more]
-
mediabros started the forum topic The add_action equivalent off WP edit_user_profile for BP in the group Creating & Extending: 14 years, 3 months ago
I have a function that add some custom profile fields in to the user profile in the backend wp-admin/profile.php. This is WordPress only so do not get confused. here you can find the function http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields There are four actions added. add_action( ‘show_user_profile’,…[Read more]
-
mediabros posted on the forum topic subdivide members into (blog) categories. HOWTO get a dropdown with categories as custom field. in the group Creating & Extending: 14 years, 3 months ago
Would be great if someone can give me a head up! 😀
-
mediabros started the forum topic subdivide members into (blog) categories. HOWTO get a dropdown with categories as custom field. in the group Creating & Extending: 14 years, 3 months ago
I would like to divide my members into the blog categories.
My user must assign one or more categories when they register.
Anyone got a idea where to start or how this is possible?
-
mediabros started the forum topic Sorry, double post in the group Creating & Extending: 14 years, 3 months ago
Sorry, double post
-
mediabros joined the group Creating & Extending 14 years, 3 months ago
@mediabros
Not recently active