• @_paulweaver
  • NEWBIE
  • 0 Points
  • Member since 2010


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi Developer force! 

 

I posted this over on success.salesforce.com/answers here: 

https://success.salesforce.com/answers#!/feedtype=SINGLE_QUESTION_DETAIL&dc=All&criteria=BESTANSWERS&id=90630000000h9ufAAA

 

And it was suggested I ask it here! 

 

 

This is the markup code in the Visualforce Page CommunitiesLogin:

<apex:page id="loginPage" controller="CommunitiesLoginController" action="{!forwardToAuthPage}" title="{!$Label.site.site_login}">
</apex:page>

I would like to be able to add our own image onto the login page, rather than having a redundant and uncessary link back to the normal SFDC login page.

 

There is a ton of white space that is unused. We can't be the only org out there who would like to be able to do something there. 

But I can't find anywhere in the dev/sites or visualforce pages where I can edit or modify the {!forwardToAuthPage}. 

Any suggestions? 

 

Hi everyone,

 

Do you know if we can use Chatter API from a Site User and Customer Portal user?

Basically we want to access custom object feeds, and insert post. 

 

Cheers,

 

Laurent