Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Buddy Quaid

    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]

  • Profile picture of shayne

    shayne's profile was updated 8 years, 4 months ago

    shayne

    @shayne-thiessen

    View Profile
  • Profile picture of Robert Breden

    Robert Breden's profile was updated 8 years, 4 months ago

    Robert Breden

    @ferdinos3c

    View Profile
  • Profile picture of Henry Wright

    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…

  • Profile picture of shayne

    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.

  • Profile picture of shayne

    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?

  • Profile picture of Roger Tryont

    Roger Tryont's profile was updated 8 years, 4 months ago

    Roger Tryont

    @nourght8l

    View Profile
  • Profile picture of Alrox Adams

    Alrox Adams's profile was updated 8 years, 4 months ago

    Alrox Adams

    @jilkyine4t

    View Profile
  • Profile picture of Alrox Adams

    Alrox Adams's profile was updated 8 years, 4 months ago

    Alrox Adams

    @ertyune4w

    View Profile
  • Profile picture of kariellen35

    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]

  • Profile picture of Peter Hardy-vanDoorn

    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.

  • Profile picture of kariellen35

    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?

  • Profile picture of Willam Adron

    Willam Adron's profile was updated 8 years, 4 months ago

    Willam Adron

    @moinder2o

    View Profile
  • Profile picture of Willam Roghit

    Willam Roghit's profile was updated 8 years, 4 months ago

    Willam Roghit

    @bourthn4z

    View Profile
  • Profile picture of Narender Chahal

    Narender Chahal's profile was updated 8 years, 4 months ago

    Narender Chahal

    @bobby3711

    View Profile
  • Profile picture of Willam Veron

    Willam Veron's profile was updated 8 years, 4 months ago

    Willam Veron

    @noubinkl8v

    View Profile
  • Profile picture of Hugo Ashmore

    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]

  • Profile picture of Willm Zodral

    Willm Zodral's profile was updated 8 years, 4 months ago

    Willm Zodral

    @ronhtik4z

    View Profile
  • Profile picture of Peter Hardy-vanDoorn

    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/

  • Profile picture of Willam Ziltun

    Willam Ziltun's profile was updated 8 years, 4 months ago

    Willam Ziltun

    @lonkares1s

    View Profile
  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In