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
MrTikMrTik 

CMSForce Install Issues

Hi,

 

I installed CMSForce on our sandbox last week and have been struggling to configure it for use since then. I see CMSForce setup page, however I do not see any buttons to submit the information regarding Site Configuration or Your Organusation. I have two sites active on my sandbox.

 

Can someone help me with finishing the setup so that I can start using CMSForce.

 

Regards,

-MrTik.

David VPDavid VP

Hi,

 

The 'Save' buttons will only be visible if your profile is 'System Administrator'.

If you're a System Administrator, try swapping your language to English (haven't tried that but it could work).

 

If that fails just go into Setup -> Develop -> Pages -> edit CMSForceSetup

 

 replace line 25

 

 

<apex:commandButton value="Save" action="{!save}" rendered="{!IF($Profile.Name == 'System Administrator', true, false)}"/>          

 

 

with :

 

 

<apex:commandButton value="Save" action="{!save}"/>