• In which file(s) is the code that dictates where the link goes to when clicking avatars? I use the plugin alongside bbpress for some pleasant memberslist work and so I want to change the click to take people to their bbpress member profile. I just need to know in which file this click event is held.

    I am sure I can figure it out once I know where the click event is, I got the code ready already:

    <a href="<?php echo bbp_get_user_profile_url( get_current_user_id() ); ?>">

    https://www.ads-software.com/plugins/author-avatars/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Avatar Click Link Locaiton’ is closed to new replies.