Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Michael Gentry

    Michael Gentry replied to the topic I've been searching high and low…Still confused about BP in the forum Installing BuddyPress 8 years, 4 months ago

    Thanks in advance to anyone willing to help me!

  • Profile picture of Michael Gentry

    Michael Gentry started the topic I've been searching high and low…Still confused about BP in the forum Installing BuddyPress 8 years, 4 months ago

    Helloooooo everybody(I’m glad you’re taking the time to help me, and hey, we all start somewhere),

    So I’ve been looking into BuddyPress for about a month now, and I still can’t decide if its what I need. I love it and I respect all its glory, So let me explain what I need.

    1) The overview of my site
    – I want users to come to my site,…[Read more]

  • Profile picture of Willard Conlan

    Willard Conlan's profile was updated 8 years, 4 months ago

    Willard Conlan

    @willardconlan

    View Profile
  • Profile picture of Roger Ferdrer

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

    Roger Ferdrer

    @rogerferdrer

    View Profile
  • Profile picture of My Home Blinds and Curtains

    My Home Blinds and Curtains's profile was updated 8 years, 4 months ago

    My Home Blinds and Curtains

    @myhomeblind

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Function create_function() is deprecated in the forum Requests & Feedback 8 years, 4 months ago

    The latest version of BuddyPress doesn’t use create_function(). Try upgrading to version 2.9.2.

  • Profile picture of kma_onchy.com

    kma_onchy.com's profile was updated 8 years, 4 months ago

    kma_onchy.com

    @karyamandirialuminium

    View Profile
  • Profile picture of David Woken

    David Woken's profile was updated 8 years, 4 months ago

    David Woken

    @bedkoh38c

    View Profile
  • Profile picture of matthew konan

    matthew konan's profile was updated 8 years, 4 months ago

    matthew konan

    @matthewkonan

    View Profile
  • Profile picture of pitter gonald

    pitter gonald's profile was updated 8 years, 4 months ago

    pitter gonald

    @pittergonald

    View Profile
  • Profile picture of Best Hair Transplant Los Angeles

    Best Hair Transplant Los Angeles's profile was updated 8 years, 4 months ago

    Best Hair Transplant Los Angeles

    @besthairtransplantla

    View Profile
  • Profile picture

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

    trinhcongphap

    @trinhcongphap

    View Profile
  • Profile picture of NewYorkAcupuncturist

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

    NewYorkAcupuncturist

    @acupunctureny2

    View Profile
  • Profile picture of David Cavins

    David Cavins replied to the topic Admin and other usergourp color in online widget in the forum Creating & Extending 8 years, 5 months ago

    Here’s an example of how to add the user’s roles to their avatar (profile image).
    https://gist.github.com/dcavins/31c2f264d0e56cd2832cb3c63a994b97

    Then you can use css to change the appearance based on roles.

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Group. Custom page in the forum How-to & Troubleshooting 8 years, 5 months ago

    Here’s the bare basic code to add a page to all groups:

    class my_group_page extends BP_Group_Extension {
    function __construct() {
    $args = array( 'slug' => 'page_slug', 'name' => 'Page Name', 'nav_item_position' => 12 );
    parent::init( $args );
    }
    function display( $group_id = NULL ) {
    // page code goes…
    [Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic creating group type pages in the forum How-to & Troubleshooting 8 years, 5 months ago

    Hi, the groups directory can handle that using some built-in arguments: https://codex.buddypress.org/developer/group-types/

    mysite.com/groups/type/ninja could be use to show only groups of type “ninja”.

  • Profile picture of Schweizer Solutions GmbH

    Schweizer Solutions GmbH started the topic Move subnav to other tab in the forum How-to & Troubleshooting 8 years, 5 months ago

    Hello!

    I moved the “Change avatar” and “Change cover” subnavs from the tab “Profile” to “Setting”. It works good, but no content is displayed … I don’t know why, because the function “xprofile_screen_change_avatar” is triggered.

    Does anybody has an idea?

    Here is my code from the functions.php:

    function custom_bp_menu_tabs() {
    global…
    [Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic How to create a dynamic link to "my friends" in the forum How-to & Troubleshooting 8 years, 5 months ago

    @commando1 As long as you have BP 2.6 or newer, the redirection will happen automatically. If it isn’t, you might try turning off other plugins to see if any of them have hijacked some URLs.

  • Profile picture of David Cavins

    David Cavins replied to the topic Creating custom registration page, moving elements in the forum Creating & Extending 8 years, 5 months ago

    Hi there,

    Here’s an example of adding a custom section to the registration form. All you have to do if it’s static is add it and handle the input:
    https://gist.github.com/dcavins/e3e6a702e35d4f9ec8948c920d8b6c03

    You could similarly add other profile fields/field groups on any of the hooks available on the registration page, though I’d use a…[Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic Broken links in the forum Installing BuddyPress 8 years, 5 months ago

    The links themselves look OK to me (BuddyPress is generating the correct links), but they are redirecting away at the server level. I’d check your htaccess files and other server-level routing code to find where the malicious code’s been added.

    Also, change your hosting setup passwords (like control panel, FTP access, DB access) as soon as you can.

  • 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