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
Phil WeinmeisterPhil Weinmeister 

Can CSS (or another mechanism) be used to override links on standard Communities pages?

We are building a community that combines standard and custom pages. We have our own custom pages for profile, but we are using the standard Chatter and Groups pages. This poses a bit of a problem, because the standard pages send users to the standard profile page when a user clicks on a person's name is clicked within the Chatter feed.

We would like to override/redirect the user links on the standard pages. For objects within Chatter feeds, this is no problem; we would just override “View” with a Visualforce page. However, we can’t do that for users. I was thinking that we might be able to do something in the Community Header or Footer CSS and create some kind of custom override that would send users to the custom profile page instead of the standard profile page. Is this possible?

Thanks in advance.
Vishnu VaishnavVishnu Vaishnav
Hi ,
You can use URl Redirect in site setting.To redirect standard page to custom page for all user..
is it helpfull ?