Title: sam355's Replies | WordPress.org

---

# sam355

  [  ](https://wordpress.org/support/users/sam355/)

 *   [Profile](https://wordpress.org/support/users/sam355/)
 *   [Topics Started](https://wordpress.org/support/users/sam355/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sam355/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sam355/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sam355/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sam355/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sam355/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youzify – BuddyPress Community, User Profile, Social Network & Membership Plugin for WordPress] Existing user profiles being redirected to Youzify](https://wordpress.org/support/topic/existing-user-profiles-being-redirected-to-youzify/)
 *  Thread Starter [sam355](https://wordpress.org/support/users/sam355/)
 * (@sam355)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/existing-user-profiles-being-redirected-to-youzify/#post-17493143)
 * Thanks – created a ticket with the Pro version
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youzify – BuddyPress Community, User Profile, Social Network & Membership Plugin for WordPress] Existing user profiles being redirected to Youzify](https://wordpress.org/support/topic/existing-user-profiles-being-redirected-to-youzify/)
 *  Thread Starter [sam355](https://wordpress.org/support/users/sam355/)
 * (@sam355)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/existing-user-profiles-being-redirected-to-youzify/#post-17491439)
 * Hi team, 
   Thank you for your help on this 🙂So I removed the other snippet above
   and unfortunately I get the same. I use Voxel Theme and my members directory 
   is [here](https://racecollective.com/members) and an example profile is [here](https://racecollective.com/author/steve/)(
   redirects from author)Thanks again for helping Sam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youzify – BuddyPress Community, User Profile, Social Network & Membership Plugin for WordPress] Existing user profiles being redirected to Youzify](https://wordpress.org/support/topic/existing-user-profiles-being-redirected-to-youzify/)
 *  Thread Starter [sam355](https://wordpress.org/support/users/sam355/)
 * (@sam355)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/existing-user-profiles-being-redirected-to-youzify/#post-17488031)
 * Hello, 
   Thank you for the response and snippet, much appreciated 🙂 I can see
   now when I hover over the profile url it has changed to author, however, if I
   then click the link I’m still redirected to the /members page. I’ve dropped the
   code in as above and here is the contents of the bp-custom.php file. What do 
   you think?
 * <?php
   /** * Remove Theme Default Buddypress CSS */function youzify_remove_default_bp_css(){//
   27 Themewp_dequeue_style( ‘c27-buddypress-style’ );}add_action( ‘wp_enqueue_scripts’,‘
   youzify_remove_default_bp_css’, 999 );
 * /** Remove Buddypress Author Page Redirect
   */function yzc_remove_author_page_redirect(){
   remove_action( ‘template_redirect’, ‘yz_redirect_author_page_to_bp_profile’, 
   5 );}
 * add_action( ‘init’, ‘yzc_remove_author_page_redirect’, 5 );
 * /**Remove Buddypress Author Link
   */function yzc_remove_bp_author_profile_link(){
   remove_filter( ‘author_link’, ‘youzify_edit_author_link_url’, 9999, 3 );}add_action(‘
   init’, ‘yzc_remove_bp_author_profile_link’ );
 * Thanks
 * Sam

Viewing 3 replies - 1 through 3 (of 3 total)