Viewing 1 replies (of 1 total)
  • Thread Starter site4pets

    (@site4pets)

    Never mind, fixed it! For future reference:

    You have to edit the login-with-ajax/widget/default/widget_in.php file.

    Change “YOUR DESTINATION” to

    "<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>"

    Here’s where to change:

    if ( $lwa_data['profile_link'] == '1' ) {
    						if( function_exists('bp_loggedin_user_link') ){
    							?>
    							<a href="YOUR DESTINATION"><?php esc_html_e('Profile','login-with-ajax') ?></a><br/>
    							<?php
    						}else{
    							?>
    							<a href="YOUR DESTINATION"><?php esc_html_e('Profile','login-with-ajax') ?></a><br/>
    							<?php
Viewing 1 replies (of 1 total)
  • The topic ‘Profile link to bbPress Profile?’ is closed to new replies.