Info
- 6 posts
- 2 voices
- Started 1 year ago by aion4217
- Latest reply from scylderon
- This topic is not resolved
Changing Profile Link
-
- Posted 1 year ago #
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!
-
- Posted 12 months ago #
I'm very much interested in this as well..
-
- Posted 12 months ago #
Help?
-
- Posted 12 months ago #
Really, no way to redirect to non-bbpress profile?
-
- Posted 12 months ago #
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> -
- Posted 12 months ago #
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?
-
You must log in to post.