function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Patrick LaFontePatrick LaFonte 

Need ideas for ideas to edit user detail button

im looking for ideas on how to overide the standard user detail button on the user profile page, I still want the link to take me to the user detail page but want it to open in a new window instead of the existing page just following the link. Main reason for wanting this action is that setup search doesnt find the emails of exiting users so lots of toggling back to an app page. 
ShirishaShirisha (Salesforce Developers) 
Hi Patrick,

Greetings!

You can override the Standard User detail button with the Visualforce page.In the Visualforce page,you need to use URLFOR() function to generate the url to direct the user to new page.

Please refer the below thread for more information:

https://salesforce.stackexchange.com/questions/210500/open-contact-record-in-a-new-tab-from-visualforce-page

In order to override the User details button,you need to go to the User Object>Button and Links.

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri