Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,129
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,886
- Showcase
- 3,252
-
It’s generated by the template logged-in.php
, which in Kakumei looks like:
<p class="login">
<?php printf(__('Welcome, %1$s'), bb_get_profile_link(bb_get_current_user_info( 'name' )));?>
<?php bb_admin_link( 'before= | ' );?>
| <?php bb_logout_link(); ?>
</p>
So you’d want bb_get_profile_link(bb_get_current_user_info( 'name' ))
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS