Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of YPayMore

    YPayMore's profile was updated 8 years, 7 months ago

    YPayMore

    @ypaymoreworld

    View Profile
  • Profile picture of Nathan Pinno

    Nathan Pinno replied to the topic How do I link blog post authors to their BP profiles? in the forum How-to & Troubleshooting 8 years, 7 months ago

    I’m using the GeneratePress theme, @mastershas. I’ve created a child theme already, so I need to go and ask the theme developer which function I need to alter?

  • Profile picture of Vape Coupon Code - Elementvape & Vapewild

    Vape Coupon Code – Elementvape & Vapewild's profile was updated 8 years, 7 months ago

    Vape Coupon Code - Elementvape & Vapewild

    @vapecouponcode

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Members who register other members in the forum Creating & Extending 8 years, 7 months ago

    You can’t do this by default on the front end in BuddyPress. You can of course do this in the WordPress admin area as an administrator.

  • Profile picture of Nathan Pinno

    Nathan Pinno's profile was updated 8 years, 7 months ago

    Nathan Pinno

    @whiteeagle1985

    View Profile
  • Profile picture of Nathan Pinno

    Nathan Pinno started the topic How do I link blog post authors to their BP profiles? in the forum How-to & Troubleshooting 8 years, 7 months ago

    Hey,

    I run a site where everyone who registers can have their own blog, and the entries all show up on the homepage. Right now those posts on the front page link to their author profiles, but I would like them to link to their BuddyPress profiles instead.

    I’ve tried searching Google for a way to do so but any code I find results in a white…[Read more]

  • Profile picture of Abdul Kaleem

    Abdul Kaleem's profile was updated 8 years, 7 months ago

    Abdul Kaleem

    @abdulkaleem

    View Profile
  • Profile picture of batg1rl

    batg1rl started the topic Post info date and count in the forum How-to & Troubleshooting 8 years, 7 months ago

    Hi, I think this is a buddypress issue. I don’t know what it is called, but my problem is with the little line of info that displays under each page title. I cannot find any info about it or how to fix it.
    This shows on – (minus the little icons)
    my homepage Lou53 19/04/2017 1 0 0
    my members, activity and groups page 01/01/1970 1 0 0
    my…[Read more]

  • Profile picture of Jem Stoiniz

    Jem Stoiniz's profile was updated 8 years, 7 months ago

    Jem Stoiniz

    @jemstoiniz

    View Profile
  • Profile picture of Wayanad Resorts

    Wayanad Resorts replied to the topic new feature: block duplicate posts to activity in the forum Requests & Feedback 8 years, 7 months ago

    %0a

  • Profile picture of Wayanad Resorts

    Wayanad Resorts's profile was updated 8 years, 7 months ago

    Wayanad Resorts

    @ehacker008

    View Profile
  • Profile picture of JerriBrown

    JerriBrown's profile was updated 8 years, 7 months ago

    JerriBrown

    @jerrybr0wn

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic How to Edit Register Page? in the forum How-to & Troubleshooting 8 years, 8 months ago

    Check out the Template Hierarchy article. You can override the default templates by creating custom templates in your theme.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Hide member page of specific roles in the forum How-to & Troubleshooting 8 years, 8 months ago

    Try this:

    add_action( 'template_redirect', function() {
    if ( user_can( bp_displayed_user_id(), 'manage_options' ) ) {
    // This member is an administrator.
    bp_core_redirect( bp_core_get_root_domain() );
    }
    } );

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Impossible to upload photos (profile and cover) in the forum How-to & Troubleshooting 8 years, 8 months ago

    HTTP error is a very generic error. Do you have anything else in your error logs?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Front end video upload in the forum Creating & Extending 8 years, 8 months ago

    You could use Plupload because it’s a core library but it would require custom code.

  • Profile picture of Chineks

    Chineks's profile was updated 8 years, 8 months ago

    Chineks

    @chineks

    View Profile
  • Profile picture of Joost abrahams

    Joost abrahams replied to the topic I do not see login or register links on top black bar in the forum How-to & Troubleshooting 8 years, 8 months ago

    Try this css code

    /* wp-admin bar */
    @media screen and (max-width: 782px) {
    #wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {
    padding: 0 8px;
    }
    }

    @media screen and (max-width: 782px) {
    #wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register {
    display: block;
    }
    }

  • Profile picture of Joost abrahams

    Joost abrahams replied to the topic missing wordpress admin bar mobile view in the forum How-to & Troubleshooting 8 years, 8 months ago

    Put this css inside your customizer or child theme.

    /* wp-admin bar */
    @media screen and (max-width: 782px) {
    #wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {
    padding: 0 8px;
    }
    }

    @media screen and (max-width: 782px) {
    #wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register…
    [Read more]

  • Profile picture of Aslan Guseinov

    Aslan Guseinov replied to the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 8 years, 8 months ago

    PROBLEM SOLVED! Developer updated parent theme.

  • 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