Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: I want to create custom user profile template for bbpress users. What to do?

$
0
0

@nayanboost – what url do they take you to ?

this (changed) code from my plugin may help you create a link

`$text=__(‘Profile’, ‘bbp-style-pack’) ;
$class=’bsp_button1′ ;
$current_user = wp_get_current_user();
$user=$current_user->ID ;
echo ‘<a class=”‘.$class.'” href=”‘ . esc_url( bbp_get_user_profile_url( $user) ) . ‘”>’ . $text . ‘</a>’;`


Viewing all articles
Browse latest Browse all 3638

Trending Articles