Forums

Join
bbPress Support ForumsTroubleshootingChanging Profile Link

Info

Tags

Changing Profile Link

  1. In the old version of bbPress, I could redirect to a WordPress user profile (or BuddyPress profile) by editing template files and changing profile links to:

    <a href="<?php echo get_user_slug( get_post_author_id() ); ?>"><?php post_author( get_post_id() ); ?></a>

    Doesn't seem like this will work with the bbPress plugin. Is there some way I can do this with the new version? Thanks!

  2. I'm very much interested in this as well..

  3. Help?

  4. Really, no way to redirect to non-bbpress profile?

  5. Would be helpful to know how to integrate BuddyPress hooks into the bbp template as well. For example:

    <?php echo xprofile_get_field_data(#); ?>

    or

    <a href="<?php bp_displayed_user_link() ?>"><?php bp_displayed_user_fullname() ?></a>

  6. Ok. So, turns out part of this one was stupidly easy. To have the profile link to a BuddyPress user profile, chance the User Base to 'members' instead of 'users'.

    Now, getting BP xprofile info to show up when called... any ideas?

  7. You must log in to post.