Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Having a spring clean – most efficient way to clean up the activity stream? in the forum How-to & Troubleshooting 10 years, 5 months ago

    Just to add, if you are looking for something to delete, old notifications might be a good place to start. The usual way (in BuddyPress) is to keep all of these, but many places around the web nuke them after they’re ~7 days old.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Having a spring clean – most efficient way to clean up the activity stream? in the forum How-to & Troubleshooting 10 years, 5 months ago

    Am I okay to just clear the db table for bp_activity and bp_activity_meta

    I wouldn’t do this because if anyone has notifications which point to the items you delete, then the member will be taken to a broken link.

    I’m also guessing stream items DON’T get indexed by Google? I’m not going to create loads of broken results?

    There’s nothing in Bu…[Read more]

  • Profile picture of Hegel

    Hegel's profile was updated 10 years, 5 months ago

    Hegel

    @hegei

    View Profile
  • Profile picture of @mercime

    @mercime replied to the topic Add profile fields groups to registration in the forum How-to & Troubleshooting 10 years, 5 months ago

    @shmk profile fields you add in the Base Field Group shows up in the Registration Form https://codex.buddypress.org/administrator-guide/extended-profiles/

  • Profile picture of koma khoklp

    koma khoklp's profile was updated 10 years, 5 months ago

    koma khoklp

    @komakhoklp

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Quoted message in activity stream in the forum How-to & Troubleshooting 10 years, 5 months ago

    This is theme-related. You’ll need to use CSS to change the text size.

    Ref: https://developer.mozilla.org/en-US/docs/Web/CSS

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Dynamically Display HTML depending on User in the forum Creating & Extending 10 years, 5 months ago

    Maybe try echo c_ws_plugin__s2member_user_access::user_access_level( $user ); to see what that outputs?

    Note: $user should be a WP_User object.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Dynamically Display HTML depending on User in the forum Creating & Extending 10 years, 5 months ago

    You need a way of getting the user’s type, then you can do this:

    if ( $type === 'employee' ) {
    // Show button.
    } elseif ( $type === 'employer' ) {
    // Hide button.
    }

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Vendor registration is currently closed. If you have an existing account, you ma in the forum How-to & Troubleshooting 10 years, 6 months ago

    But where is the text “Vendor registration is currently closed. If you have an existing account, you may login and apply to become a vendor” coming from? I did’t find that anywhere in BuddyPress code when I just ran a search.

    See: https://github.com/buddypress/BuddyPress

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Vendor registration is currently closed. If you have an existing account, you ma in the forum How-to & Troubleshooting 10 years, 6 months ago

    Vendor registration is currently closed. if you have an existing account, you may log in and apply to become a vendor

    Are you sure this line of text is associated with BuddyPress? What plugins do you have activated? And also what theme? It could be coming from one of those?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Strange links in Buddypress profiles in the forum How-to & Troubleshooting 10 years, 6 months ago

    No problem 🙂

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Strange links in Buddypress profiles in the forum How-to & Troubleshooting 10 years, 6 months ago

    Make sure you have no white space at the start of bp-custom.php.

    This might cause the “headers already sent” error:

    <?php
    Your code..

    This is the same file with whitespace removed:

    <?php
    Your code..

  • Profile picture of Henry Wright

    Henry Wright replied to the topic "Profile" shown in navibar 3 times in the forum How-to & Troubleshooting 10 years, 6 months ago

    The first link will take you to the profile edit screen. I’m not sure why you see the 2nd? I see “Personal”, “Mentions” and “Favourites”. The 3rd option takes you to your profile settings page.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Vendor registration is currently closed. If you have an existing account, you ma in the forum How-to & Troubleshooting 10 years, 6 months ago

    How do I remove buddyPress completely from my wordpress and restore everything as pre-installation of BuddyPress?

    You can just deactivate the plugin and remove the “Register” and “Activate” pages you created at Dashboard > Pages.

  • Profile picture of jeelama godlanks

    jeelama godlanks's profile was updated 10 years, 6 months ago

    jeelama godlanks

    @jeelamagodlanks

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago

    @ronia BuddyPress uses the admin area too 🙂

  • Profile picture of ronia

    ronia replied to the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago

    @henrywright Thanks for the link. In any case what I understood Calypso is for Admin backend of WP – so its not very relevant for BP.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Strange links in Buddypress profiles in the forum How-to & Troubleshooting 10 years, 6 months ago

    Hi @koreancandy

    Looking at the Name and Location profile fields, they’re also linked? To remove these links, check out the bp-custom.php article.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic php fatal error $message->send() in the forum How-to & Troubleshooting 10 years, 6 months ago

    If I have no recipients I get a php error.

    Are you sure the problem is you have no recipients?

    Once messages_control() returns, the following code is executed immediately:

    if ( empty( $this->recipients ) )
    return false;

    Ref:…[Read more]

  • Profile picture of Stacy (non coder)

    Stacy (non coder) started the topic "Profile" shown in navibar 3 times in the forum How-to & Troubleshooting 10 years, 6 months ago

    “Edit my profile” under the name

    “Profile” under Activity

    “Profile” under Settings

  • 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