Contact Information on community Home tab - salesforce

I have created a community and its landing tab is home tab.It only consist of home tab.I need to display the contact information on this home tab.
Can anyone help me with this? I also need to activate chatter for this community.How do I do this?

I have used home tab for chatter using custom link and components.I have used VF page to display contact information.

Related

React launching email app from a link problem

I'm coding a React app and I need to understand how can I link the user that clicks the contact button to his email web app with the To box automatically filled with the support email.
I mean to go from clicking this button
to this in the email app with the To box automatically filled with the support email
How can I do this in React?
Thanks a lot in advance.
Make html link like this: Link
mailto:to#gmail.com in the href of the a tag

How to override a standard link in Salesforce

i have to override a standard link in Home Page layout .My screenshot of Home page layout is
i want to open my visualforce page when user click on link on left bottom Approve/Reject link.How to override its functionality please guideline.is this possible or not ??
Why do you want to override the existing link? You can add fields to the Approval page layout which gets displayed when the approver will click on Approve/Reject button, but you cannot override it.
You will need to create your own approval process if you absolutely need to show visualforce page on the link.

Dot Net Nuke Footer

I have the community edition of DNN. I created it with the default Awesome Cycle's store. When I edit Products list on footer of the home page, it does not persist to other pages. Where can I make a change to make that persist across the site?
You'll want to check the "Display Module on All Pages" checkbox in the Module Settings if you want the content to be duplicated across all pages.
Go into the settings of that footer module in page settings under Advanced settings you can check Apply To All Modules checkbox and your footer will display on all pages.

Adding VF page

How to add a Vf page to a profile? I am trying to add a VF page to a Vendor user.
Can anybody help me solve this problem.
Thanks
Anu
In Salesforce, just navigate to Setup -> Administration Setup -> Manage Users -> Profiles. Open up your profile, but do not click Edit yet. Scroll all the way to the bottom of the screen, to the section called "Enabled Visualforce Page Access". Click Edit in this area, and you can move pages from the left box to the right one to give that profile access.

Can we make visualforce page as Home page in salesforce?

i want to make my visualforce page as home page in my sandbox.
So is it possible to make visualforce page as home page in salesforce.
I can think of two things that might work for you.
You can embed a Visualforce Page in your home page layout
Similarly, you could create an HTML area home page component with a little javascript that redirects from the home page to the visualforce page:
<script language="JavaScript">
window.location.replace("/apex/YourVfPage");
<script>
I don't think so.
What you can do is, build a visualforce page, create a tab for that, add that tab to your application and make that as the default tab.
As was mentioned above - one thing you can try is the following:
Create the visualforce page
Create a custom tab for that visualforce page called "Home" (or whatever you want to call it)
Remove the default "Home" tab from the list of tabs a user sees (can be done via customizing the tabs & profile editing)
Add your new Home tab to the user and make it their default tab
I believe that should accomplish what you're wanting to do.
No We can't make visualforce page as home page in classic in Lightning it is possible to make it as a home page.
or
you want to by click on the tab to display the visualforce page is possible using visalforce tab.

Resources