-
Buddy Quaid started the topic Get XProfile Field outside of BuddyPress! in the forum How-to & Troubleshooting 8 years, 4 months ago
For the life of me, I cannot seem to fetch an xprofile field that I need to put into a custom email inside my custom plugin.
I have scoured these forums all day and tried everything but nothing seems to work.
– Custom plugin.
I want to custom field “Name” that the person is required to fill out when registering for the site.`function…[Read more]
-
shayne's profile was updated 8 years, 4 months ago
-
Robert Breden's profile was updated 8 years, 4 months ago
-
Henry Wright replied to the topic messages_new_message sends double the threads when running more than 12 times in in the forum How-to & Troubleshooting 8 years, 4 months ago
messages_new_message()accepts an array argument. “recipients” can be an array of user IDs. Try this:$args = array(
'sender_id' => bp_loggedin_user_id(),
'recipients' => array( 76, 77, 81, 82, 118, 120, 122, 123, 124, 131, 132, 133 ),
'subject' => 'Test subject',
'content' => 'Test content'
);
messages_new_message( $args… -
shayne replied to the topic Remove Profile Nav Items in the forum How-to & Troubleshooting 8 years, 4 months ago
Sorry for the double post, but a simple way of doing this is to just use css to hide the items.
#settings-personal-li {display: nooe;}If anyone has a better way to do this that would be great.
Otherwise this will have to suffice.
-
shayne started the topic Remove Profile Nav Items in the forum How-to & Troubleshooting 8 years, 4 months ago
I want to remove certain navigation items from user profiles.
However if I use this line, it also removes them from the main menu.
bp_core_remove_nav_item( 'settings' );I need the items on the main menu, but i want them removed from the user profile.
Anyway to do that?
-
Roger Tryont's profile was updated 8 years, 4 months ago
-
Alrox Adams's profile was updated 8 years, 4 months ago
-
Alrox Adams's profile was updated 8 years, 4 months ago
-
kariellen35 replied to the topic Problems with user registration in the forum How-to & Troubleshooting 8 years, 4 months ago
One more piece of the puzzle that I don’t understand is that I was able to resolve this issue when trouble shooting it on my local host, using an exact copy of my website’s files. So there is something interfering with the registration process only when connected to the internet. I wish I could give out my website details here but there is no…[Read more]
-
Peter Hardy-vanDoorn replied to the topic hide all the buttons that allow to modify the visibility of all the fields in the forum How-to & Troubleshooting 8 years, 4 months ago
Edit each of the profile fields in turn and change the Visibility setting to Enforce field visibility.
-
kariellen35 replied to the topic Problems with user registration in the forum How-to & Troubleshooting 8 years, 4 months ago
I am still having problems with my user registration and it resides solely with buddypress. I currently have all plugins disabled besides buddypress. I can’t help but wonder if this was caused by the update. Is anyone else having this issue?
-
Willam Adron's profile was updated 8 years, 4 months ago
-
Willam Roghit's profile was updated 8 years, 4 months ago
-
Narender Chahal's profile was updated 8 years, 4 months ago
-
Willam Veron's profile was updated 8 years, 4 months ago
-
Hugo Ashmore replied to the topic [access request]Documentation contribution in the forum Requests & Feedback 8 years, 4 months ago
@deimz firstly please accept deepest apologies for losing track of this thread, I did initially read but hadn’t time to follow through with. @Mercime has been writing up a Codex summary for last year and it jogged my memory on contributions.
Mercime is planning – if not already done so – to add the pdf’s into the codex ( or links to ) in the…[Read more]
-
Willm Zodral's profile was updated 8 years, 4 months ago
-
Peter Hardy-vanDoorn replied to the topic Adding Groups to Mailchimp Sync in the forum Third Party Plugins 8 years, 4 months ago
bp_get_current_group_id()gets the ID of the current group, not the groups to which the user is a member of.For that you need
groups_get_user_groups().It will return an array of group info, so you’ll have to process it further before storing it.
Have a look here: http://hookr.io/functions/groups_get_user_groups/
-
Willam Ziltun's profile was updated 8 years, 4 months ago
- Load More