[SalesForce] Customizing layout of community with Salesforce tab + Visualforce template

I am using Salesforce tab + Visualforce template in my community.

Is there any way to customize the layout? I know how to customize the branding but it is not enough.

For example we do not want our customers to access "My Settings" page and the search bar, is there any way to remove them?

enter image description here

Also, what if I want to fully customize my community's UI? I found out this link. Is it the best approach?

Best Answer

There are limits of official supported UI customizability. To remove 'My Settings' is clearly beyond. It also would break standard documented functionality and may end up in irritation and frustration of users.

So I think this requirement is a really bad idea.

The searchbar could be deactivated be disabling chatter for the customer profile. Typically you might want chatter for other profiles. Therefore you can log a ticket and ask them to enable a feature called "Profile-based chatter rollout"

Here is the branding docu https://help.salesforce.com/HTViewHelpDoc?id=networks_customize_branding.htm&language=en_US

All this might not apply to sites, where you have more design freedom and less functionality than in communities.

Related Topic