Only if you are upgrading SiteEdit implemented in VBScript/JScript templating code, add a bootstrap command to the output of your old SiteEdit Page Templates.
Procedure
- Open each of your VBScript/JScript Page Templates in which SiteEdit is enabled.
- In each Page Template, add the following statement at the bottom of the output:
<script type="text/javascript" language="javascript" defer="defer"
src="http://<cme-hostname>/WebUI/Editors/SiteEdit/Views/Bootstrap/Bootstrap.aspx?mode=js"
id="tridion.siteedit"></script>
where <cme-hostname> is the host name of the Content Manager Explorer Web site.
- Check if your Page Templates sets a value for
ComponentContext and/or for PageContext in the BluePrinting section of the SiteEdit Settings SiteEdit command. If such values are specified, note them down.
- Save and republish the Page Templates you modified.