Group Mods

  • Profile picture of r-a-y
  • Profile picture of @mercime
  • Profile picture of Hugo

Support: Installing BuddyPress

Problems with getting it running.

[Resolved] Members (single) profile doesn’t show anything (4 posts)

Started 3 months, 2 weeks ago by: omishiroy

  • Profile picture of omishiroy omishiroy said 3 months, 2 weeks ago:

    Hi!

    I’m new with Buddypress and has installed it in a MU installation (buddypress is not the main site). I’ve created 3 user accounts and I can see all three at the members page.

    http://wisp.julianamoreira.se/clubofthefuture/members/

    The problem is that when I choose to see one of the profiles, it shows nothing. And I’m logged in! http://wisp.julianamoreira.se/clubofthefuture/omis/ (you can try to register yourself and see what I see – or not see! :p )

    The page loads as usual (header, sidebar) but the only thing its shows is a h2-tag called Members and an edit link that takes me to the page members. :(

    In my buddypress settings “Disable BuddyPress to WordPress profile syncing?” is set to NO, if you is wondering. :)

    I don’t know what I can do anymore. I’ve looked everywhere on the forum and elsewhere and haven’t found any help.

    Config. WP 3.3.1 and buddypress 1.5.3.1

  • Profile picture of omishiroy omishiroy said 3 months, 2 weeks ago:

    SOLVED!

    I’ve used codes in bp-custom that did the content of the user settings/profile not showing.

  • Profile picture of yooka yooka said 3 months, 2 weeks ago:

    Same problem mate what file did you edit and what did you do?

  • Profile picture of omishiroy omishiroy said 3 months, 2 weeks ago:

    I have created a file called bp-custom and placed into plugins folder. In this file I’ve pasted all the settings from http://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/

    Then I’ve figured out that these lines were the problem:

    define( 'BP_DEFAULT_COMPONENT', 'profile' );
    define ( 'BP_DISABLE_ADMIN_BAR', true );

    I commented out the lines and the profile pages came back!

    Hope this can help you.

    disabled