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
sam4n6sam4n6 

CMS Force Linking pages from template navbar

Hi,

 

I think this is a VF question as much as CMSForce I have a templates in CMSForce which contains my navbar but this navbar will have hyperlinks to pages created from templates using CMSForce.

 

It seems that CMSForce has the HomePage as a VF page which is accessible using a URLFOR and  {$Page.HomePage}, where are the other page objects stored and how do I access thos objects?

 

So why would I want to do it this way...well good use of templates is you have areas that the people who know html etc can modify and you have other sections on the page that an SF user who knows how to use a word processor can modify, CMSForce (on face value) offers a nice way of achieveing this.

 

Thanks for any assistance.

 

Scott

 

 

David VPDavid VP

If you want to link to CMSForce managed pages, just use the 'create link' button in the WYSIWYG editor. If you want to link to these pages from other places, links are simply constructed as http://yourdomain.force.com/yoursite/page?pageid=xxxx, where the last bit is the id of the page record.

 

Page 14 of the usage guide might help you :

https://sites.secure.force.com/appexchange/content?contentId=a0K30000001MU6xEAG

 

Hope this helps.