Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • @sensibleplugins

    Participant

    There is now a plugin that allows you to easily add a new tab to the user profile page: https://wordpress.org/plugins/buddypress-custom-profile-menu/

    Full disclosure: I am the plugin author 🙂

    @sensibleplugins

    Participant

    Will do, thanks a lot @djpaul.

    @sensibleplugins

    Participant

    Thank you so much @Hugo. Your suggestion didn’t work for us though. This is what we currently have:

    $content = $page->post_content;
    $content = apply_filters('the_content', $content);

    Following your suggestion, we changed it to:

    add_filter( 'the_content', 'wpautop');
    $content = $page->post_content;
    $content = apply_filters('the_content', $content);

    But that didn’t help at all. Are we on the right path here?

    @sensibleplugins

    Participant

    @shawn38 We really appreciate your offer, but we’d then have to do the same to all users who ask and it wouldn’t be fair to anyone who had bought the Pro version. Having said that, the free version does provide an excellent venue for you to test the bulk of the plugin’s functionality.

    Thanks for understanding :)

    @sensibleplugins

    Participant

    The BuddyPress Custom Profile Menu plugin should really help you out with this: https://wordpress.org/extend/plugins/buddypress-custom-profile-menu

    (full disclosure: it’s our plugin :) )

    @sensibleplugins

    Participant

    The BuddyPress Custom Profile Menu plugin should really help you out with this: https://wordpress.org/extend/plugins/buddypress-custom-profile-menu

    (full disclosure: it’s our plugin :) )

Viewing 6 replies - 1 through 6 (of 6 total)
Skip to toolbar