BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 3
    Elio on #5394

    Finally I used the second solution adding in index.php the following code and the solution seem to work fine:

    <?php
    $usertype = bp_get_current_member_type();
    if ($usertype == ‘usertype1’) {

    do_action (‘bps_display_form’, ID);
    }
    elseif ($usertype == ‘usertype2’) {
    do_action (‘bps_display_form’, ID);
    }
    ?>

    Thank you Brajesh!

  • Participant
    Level: Initiated
    Posts: 3
    Elio on #5278

    I’m referring to the page title, that for buddypress is “member” for member page, site wide activity for the activity page and so on.. (the title usually shown after the header before the body of the page)

  • Participant
    Level: Initiated
    Posts: 3
    Elio on #5276

    Hi Brajesh,
    Thanks for the quick response.
    I tried in both bp-custom.php and functions.php files, also with standard template and with all the plugin deactivated (except for BuddyPress Member Type Generator and Buddypress) but seems not change the member page title.. some workaround that I can do to find the problem?

    Thanks again
    Elio