Replies
Viewing 3 posts - 1 through 3 (of 3 total)
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!
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
Viewing 3 posts - 1 through 3 (of 3 total)