The parameter defines the context site for the editor.

I am working on multisites and I want to open the event editor for the context site, but sitecore does not allow the context site, and it always leads me to the default website, there is a parameter in the sitecore.config file that I set this to "true" but still it leads me to the default website:

http: //mywebsite.local/? sc_mode = edit & sc_site = website

here is the setting in the sitecore.config file, my sitecore version is 8.1 (update 2)

<!--  PREVIEW - RESOLVE SITE
            If false, the Preview.DefaultSite setting specifies the context site to use when a user previews an item.
            If true, when a user previews an item, Sitecore tries to resolve the root item and the context site based on the current content language
            and the path to the item. If Sitecore cannot resolve the context site, it uses the site that is specified in the Preview.DefaultSite setting.
            Default value: false (use the value of the Preview.DefaultSite setting)
      -->
    <setting name="Preview.ResolveSite" value="true"/>
+4
source share
2 answers

An error has been detected in Sitecore 8.1 (update 2), and this hotfix in the support team:

  • "/sitecore/client/Applications/Launchpad/PageSettings/Buttons/ContentEditing/ExperienceEditor"
  • "" : ? /Sc _mode = & sc_resolvelanguage = 0

:

. https://kb.sitecore.net/, dropbox:

  • Sitecore.Support.88883.zip, >

  • Sitecore.Support.88883.dll /bin ;

  • Sitecore.Support.88883.config App_Config/Include -;
  • "/sitecore/client/Applications/Launchpad/PageSettings/Buttons/ContentEditing/ExperienceEditor"
  • "" :/? sc_mode = edit & sc_resolvelanguage = 1
  • .
0

, sitecore. , . ( , , dll sitecore.)

https://kb.sitecore.net/articles/382913

.

("WebEditRibbon.aspx)

https://1drv.ms/f/s!AotVzR-_yI5ObO5-Pzq02mcx-EU

0

All Articles