-
ChatterFeed
-
1Best Answers
-
0Likes Received
-
0Likes Given
-
13Questions
-
11Replies
Customer portal: site visitors' self-registration
Hello,
We'd like to set up a customer portal targeting a specific set of visitors of our website - a force.com site in this case.
We need to set a process where the visitors can fill in a form and get access to the portal, immediately. No action required on our side.
Visitors are likely people not in our Salesforce org.
Does anyone know how to achieve that?
Thanks!
- AndreaT
- July 01, 2011
- Like
- 0
- Continue reading or reply
Caching and templating
Hello,
I use templates with the tag <apex:composition template="TemplateZYX"> and the apex:define.
Can the cache tag applied only in the template page, so I can deploy the caching to all the detail pages with no need to amend every single detail page? What if the detail page and the template have inconsistent caching rule, by mistake?
Thanks
- AndreaT
- December 09, 2010
- Like
- 0
- Continue reading or reply
Managing specific site-related content in a shared visualforce page
Hello,
I manage several sites and some visualforce page is shared.
Since in every site there's need for specific, targeted content, e.g.. the footers, I put some code like:
<c:ABCfooter rendered="{!$Site.Name = 'ABC'}" />
<c:DEFfooter rendered="{!$Site.Name = 'DEF'}" />
Thus, I've references to components.
In order to manage pieces of codes in the main body, is there any way to achieve the same result without any external reference?
I'd like to have a std visualforce page where some text&image are shown only when the page is used under a specific site.
- AndreaT
- June 25, 2010
- Like
- 0
- Continue reading or reply
same page, different sites: loading different components
Hello,
I'd like to use the very same page in different sites, loading different components based on specific criteria, eg. the custom web address.
Example:
Component 'Xdetails', containing contact details in country 'XX'
Component 'Ydetails', containing contact details in country 'YY'
Page 'Contacts'
2 sites, domain.xx and domain.yy
When visitors call the page 'Contacts' at domain.xx, they get the component 'Xdetails'
When visitors call the page 'Contacts' at domain.yy, they get the component 'Ydetails'
How can I achieve that?
Thanks
- AndreaT
- February 19, 2010
- Like
- 0
- Continue reading or reply
Sitelogin/siteregister/siteregisterconfirm customization
- may I customize graphically these std pages and apply to them the site template?
- If reply to 1 is 'yes': may I duplicate and rename these std pages in order to use different layouts & portals in different sites?
- If reply to 2 is 'yes': what that can involve? I mean, any warning?
- AndreaT
- November 02, 2009
- Like
- 0
- Continue reading or reply
Force.com mobile site: suggestions?
Any experience, suggestion, warning about a .mobi site running on force.com?
Mainly targeting Blackberry users.
Thanks
- AndreaT
- October 14, 2009
- Like
- 0
- Continue reading or reply
301 redirect, anything like that?
Any search engine-friendly way to move an existing website to force.com, I mean to handle the change of urls?
from
www.domain.com/abcdefg.asp
to
www.domain.com/abcdefg
Thanks
- AndreaT
- October 01, 2009
- Like
- 0
- Continue reading or reply
Instance scheduled maintenance = force.com site under maintenance?
Hello,
I've just noticed that with the starting of the scheduled Maintenance of EU0, a public Site has been set as 'down for maintenance', with the following url:
www.domain.com/cust_maint/default/site_down/maintenance.html
Did that happen by chance or actually the maintenance of the instance involves a stop of the sites?
- AndreaT
- September 19, 2009
- Like
- 0
- Continue reading or reply
Google webmaster tools
Hello,
I'm experiencing some problem while trying to verify a force.com site in a Google webmaster tools account.
Google can not verify the meta tag and I assume there's no way to get the website verified via the uploaded html file, that should have an url like www.domain.com/verifile.html.
I get this sort of meta tag-related problem only with Google. Yahoo! and other tools are fines and they have the same process.
Any idea? Thanks
- AndreaT
- September 17, 2009
- Like
- 0
- Continue reading or reply
Styling several images in a VF page (newbie)
Hello,
I'd like to use a set of icons in several VF pages in a force.com site and then apply a common style with a single css piece of code (eg. in a static resource or a component).
I use a code like <apex:image url="{!URLFOR($Resource.Images, 'xxx.gif')}" /> to load each image.
I'd suppose I should use a CSS ID, so I put an ID in the VF page code and in the CSS:
VF page code example:
<apex:stylesheet value="{!URLFOR($Resource.Stile, 'style.css')}" />
<apex:image url="{!URLFOR($Resource.Images, 'xxx.gif')}" id="abc" />
style.css code example:
#abc {float: right}
I performed several tests but that doesn't work, and I cannot apply the same ID to more than 1 image.
Any suggestion? Thanks
- AndreaT
- September 15, 2009
- Like
- 0
- Continue reading or reply
2 pages, 2 sites, same page name
Hello,
I'd like to enable 2 different pages, having the very same page Name, in 2 different public sites:
www.site1.it/productnameA
www.site2.de/productnameA
That's because of some marketing requirements.
I'm afraid I can't do that because I would need 2 VF pages with the same Name, and that cannot be done.
Any workaround?
Thanks
- AndreaT
- September 12, 2009
- Like
- 0
- Continue reading or reply
CMSForce: IS error while processing a page preview
Hello,
I receive an IS error message after clicking on Page Preview. Preview of any page, based on any template, including the CMS templates without changes.
I started receiving this error suddenly, after using the CMSforce for a while.
Does anyone get this sort of error? Reason for that?
Thanks!
- AndreaT
- September 05, 2009
- Like
- 0
- Continue reading or reply
CMSForce Pages not available for Sites
I'm trying to use the CMSForce and Sites.
With CMSForce, I've created some PageTemplates, and then some Pages based on PageTemplates.
Now, none of those Pages are Available Visualforce Pages and so I can't add any of them to the list of Enabled Visualforce Pages for the Site.
I can see only the PageTemplates listed as Available Visualforce Pages.
Please, can you help me on this? What I'm missing?
Thanks!
- AndreaT
- August 27, 2009
- Like
- 0
- Continue reading or reply
Customer portal: site visitors' self-registration
Hello,
We'd like to set up a customer portal targeting a specific set of visitors of our website - a force.com site in this case.
We need to set a process where the visitors can fill in a form and get access to the portal, immediately. No action required on our side.
Visitors are likely people not in our Salesforce org.
Does anyone know how to achieve that?
Thanks!
- AndreaT
- July 01, 2011
- Like
- 0
- Continue reading or reply
Managing specific site-related content in a shared visualforce page
Hello,
I manage several sites and some visualforce page is shared.
Since in every site there's need for specific, targeted content, e.g.. the footers, I put some code like:
<c:ABCfooter rendered="{!$Site.Name = 'ABC'}" />
<c:DEFfooter rendered="{!$Site.Name = 'DEF'}" />
Thus, I've references to components.
In order to manage pieces of codes in the main body, is there any way to achieve the same result without any external reference?
I'd like to have a std visualforce page where some text&image are shown only when the page is used under a specific site.
- AndreaT
- June 25, 2010
- Like
- 0
- Continue reading or reply
301 redirect, anything like that?
Any search engine-friendly way to move an existing website to force.com, I mean to handle the change of urls?
from
www.domain.com/abcdefg.asp
to
www.domain.com/abcdefg
Thanks
- AndreaT
- October 01, 2009
- Like
- 0
- Continue reading or reply
Instance scheduled maintenance = force.com site under maintenance?
Hello,
I've just noticed that with the starting of the scheduled Maintenance of EU0, a public Site has been set as 'down for maintenance', with the following url:
www.domain.com/cust_maint/default/site_down/maintenance.html
Did that happen by chance or actually the maintenance of the instance involves a stop of the sites?
- AndreaT
- September 19, 2009
- Like
- 0
- Continue reading or reply
Google webmaster tools
Hello,
I'm experiencing some problem while trying to verify a force.com site in a Google webmaster tools account.
Google can not verify the meta tag and I assume there's no way to get the website verified via the uploaded html file, that should have an url like www.domain.com/verifile.html.
I get this sort of meta tag-related problem only with Google. Yahoo! and other tools are fines and they have the same process.
Any idea? Thanks
- AndreaT
- September 17, 2009
- Like
- 0
- Continue reading or reply
CMSForce: IS error while processing a page preview
Hello,
I receive an IS error message after clicking on Page Preview. Preview of any page, based on any template, including the CMS templates without changes.
I started receiving this error suddenly, after using the CMSforce for a while.
Does anyone get this sort of error? Reason for that?
Thanks!
- AndreaT
- September 05, 2009
- Like
- 0
- Continue reading or reply
CMSForce Pages not available for Sites
I'm trying to use the CMSForce and Sites.
With CMSForce, I've created some PageTemplates, and then some Pages based on PageTemplates.
Now, none of those Pages are Available Visualforce Pages and so I can't add any of them to the list of Enabled Visualforce Pages for the Site.
I can see only the PageTemplates listed as Available Visualforce Pages.
Please, can you help me on this? What I'm missing?
Thanks!
- AndreaT
- August 27, 2009
- Like
- 0
- Continue reading or reply