• Hi,
    I’m using Login with AJAX and bbPress and would like to add link to Login With AJAX widget based on username that’s logged in IF he’s logged in.

    Somethinkg like:

    <a href="http://www.domain.com/forums/users/<?php echo  $current_user->user_login . "";
    ?>">Profile</a><br/>

    How would one do that? 😉

    https://wordpress.org/plugins/login-with-ajax/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you might need custom coding to do that under login-with-ajax/widget/

    Thread Starter kubazuk

    (@kubazuk)

    Thank you for your answer. Ok, so other way round as I cant find the right place… I have woocomerce and bbpress installed. I would like to change the link in the widget directing to profile from domain.com/wp-admin/profile.php to domain.com/forums/user/(username). Where can that be done?

    You’d need to modify the template files under /login-with-ajax/widget/.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add a link’ is closed to new replies.