Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of buckyb

    buckyb started the topic [Resolved] Hide Custom Tab Only To Account Owner & Admin in the forum How-to & Troubleshooting 10 years, 6 months ago

    Hello,

    Was wondering how to hide a custom tab I created and show it only to the account owner and the admin only.

    This is my custom tab

    function profile_new_nav_item() {
    global $bp;
    $post_count = count_user_posts_by_type( $bp->displayed_user->id );

    bp_core_new_nav_item(
    array(
    ‘name’ => ‘My Page’,…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Page load in the forum How-to & Troubleshooting 10 years, 6 months ago

    Try the BP Local Avatars plugin.

  • Profile picture of sarah olex

    sarah olex's profile was updated 10 years, 6 months ago

    sarah olex

    @saraholex

    View Profile
  • Profile picture of developer

    developer started the topic how comments are posted on buddypress? in the forum How-to & Troubleshooting 10 years, 6 months ago

    i want to know the process behind the comment posting in buddypress?
    is there any jQuery.ajax method used to post the comment?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs wrote a new post on the site BuddyPress.org 10 years, 6 months ago

    BuddyPress 2.4.0 Release Candidate 1 is now available for testing. Please download the 2.4.0-rc1 zip or get a copy via our Subversion repository. If you are a plugin or theme developer, or are running a Bu […]

  • Profile picture of hava zavoli

    hava zavoli's profile was updated 10 years, 6 months ago

    hava zavoli

    @havazavoli

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic New custom tab only visible by account owner in the forum How-to & Troubleshooting 10 years, 6 months ago

    You need to pass a value of false for show_for_displayed_user to the bp_core_new_nav_item() function.

  • Profile picture of Diana K. Cury

    Diana K. Cury wrote a new post on the site BuddyPress Brasil 10 years, 6 months ago

    BuddyPress 2.4.0 Release Candidate 1O BuddyPress 2.4.0 Release Candidate 1 já está disponível para testes. Faça o download do zip 2.4.0-rc1  ou obtenha uma cópia através do nosso reposit […]

  • Profile picture of smaking58

    smaking58's profile was updated 10 years, 6 months ago

    smaking58

    @smaking58

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic CSS for Registration Form in the forum How-to & Troubleshooting 10 years, 6 months ago

    Unfortunately, this code did not work at all 🙁

    Likely you’ll need to change the selector #buddypress .standard-form div.radio div label so that it’s appropriate for the theme you’re using.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BuddyPress Profile Updation in the forum Requests & Feedback 10 years, 6 months ago

    Can you describe the steps you took? Also provide any error messages you got along the way. We also need details of your environment (see When Asking for Support).

  • Profile picture of buckyb

    buckyb's profile was updated 10 years, 6 months ago

    buckyb

    @buckybeever

    View Profile
  • Profile picture of loran mora

    loran mora's profile was updated 10 years, 6 months ago

    loran mora

    @fazoolbakwas

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress as an Intranet in the forum How-to & Troubleshooting 10 years, 6 months ago

    @travis_98 if you do get this working, I’d be interested in hearing about the steps you took. If you could post here that would be great 🙂

  • Profile picture of sarahzofia

    sarahzofia's profile was updated 10 years, 6 months ago

    sarahzofia

    @sarahzofia

    View Profile
  • Profile picture of Rimon Habib

    Rimon Habib's profile was updated 10 years, 6 months ago

    Rimon Habib

    @rimon_habib

    View Profile
  • Profile picture of Rimon Habib

    Rimon Habib replied to the topic Login page in the forum How-to & Troubleshooting 10 years, 6 months ago

    If you want to redirect all users(admin,subscriber,all roles) to homepage after login, just use this line at your theme functions.php file
    add_filter( 'login_redirect', create_function( '$url,$query,$user', 'return home_url();' ), 30, 3 );

    Or if you filter a bit, like Admin users will redirected to dashboard, and all others to home page, you can…[Read more]

  • Profile picture of Rimon Habib

    Rimon Habib replied to the topic Sending Form Data to Activity Stream in the forum How-to & Troubleshooting 10 years, 6 months ago

    hello @jrufitpro
    I am planning to write a detail tutorial about use of bp_adtivity_add() function later today. I will update you with tutorial link. If i forget, please just remind me with a comment.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Sending Form Data to Activity Stream in the forum How-to & Troubleshooting 10 years, 7 months ago

    You can add items to the activity stream with bp_activity_add(). You could use your form values to build the content argument.

    Ref: https://codex.buddypress.org/developer/function-examples/bp_activity_add/

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Error Logs with BuddyPress in the forum How-to & Troubleshooting 10 years, 7 months ago

    I’ve recently installed Buddypress to my WP theme

    Can you explain exactly the steps you took?

  • 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