In our Demo, if you click the name in the profile dropdown it will route the user to his profile page. https://prnt.sc/ak9rFfr7O-sk


The customer wanted to change the link in it.

By default, the platform does not have this option. You can use the following JavaScript code to change the link in it to reroute to another link instead of going to the profile page.


Please follow the steps below:


1. Go to BuddyBoss > Theme Options.

2. Under Custom Codes, enable JavaScript.

3. Append the following:

jQuery( document ).ready( function($){    $(".sub-menu-inner .user-link").attr("href", "http://www.customurl.com/");

});
JavaScript

4. Click Save Changes.


Note: Any modifications are considered as custom work already. Know more about our Support Policy here: https://www.buddyboss.com/support-policy/



Sample usage of this template: https://newaccount1634721716508.freshdesk.com/a/tickets/220080