Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

  • @omishiroy

    Member

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • @omishiroy

    Member

    SOLVED!

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

    @yooka

    Member

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

    @omishiroy

    Member

    I have created a file called bp-custom and placed into plugins folder. In this file I’ve pasted all the settings from https://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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Members (single) profile doesn’t show anything’ is closed to new replies.
Skip to toolbar