User page displaying page from Ultimate member

4.27K viewsIssues
0

Hello,
When I click on the username or reputation score it takes me to the ultimate member profile page(here). How can I override this so it leads to the anspress user page? Please note that I’m not using the anspress theme and am not able to make the change now. I’m using Ultimate member to enable fronted logins without giving users access to the backend or directing them to the /wp-admin page.

Answered question
0

You can use custom code to override the link behavior. Hook into the relevant action or filter in WordPress related to the username and reputation score links. Try usingĀ add_filter to modify the URL. For example, find the filter that generates the link for username and reputation score clicks and replace the Ultimate Member profile URL with the Anspress user page bouncy balls URL in the callback function. You may need to refer to Anspress and Ultimate Member documentation for the exact filter names.

Answered question
0

@Colby Adkinsdordle Additionally, you should look at your settings

Answered question
0

For this issue, you should contact the admin to manage your account because I have to do the same

Answered question