Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Garrett Fisher 341 posts 496 karma points
    Oct 07, 2015 @ 16:20
    Garrett Fisher
    0

    Umbraco Contour - Menu Tree Empty

    Hi,

    Running Umbraco 6.2.5 - after installing Contour 3.0.17, I seem to be missing the tree underneath "Umbraco Contour" in the backoffice. Had the same problem with latest 3.0.28. Aren't there supposed to be items underneath here like Data Sources, Data Prevalues, etc?

    Contour Tab - Local

    Appreciate any experience with this and help if you have it!

    Thanks,

    Garrett

  • Garrett Fisher 341 posts 496 karma points
    Oct 07, 2015 @ 16:39
    Garrett Fisher
    1

    If anyone experiences this problem, change your contour section of /config/trees.config to this:

      <add silent="false" initialize="true" sortOrder="0" alias="forms" application="contour" title="Forms" iconClosed="legacy" iconOpen="legacy" type="Umbraco.Forms.UI.Trees.LoadForm, Umbraco.Forms.UI" action="" />
      <add silent="false" initialize="true" sortOrder="1" alias="formdatasources" application="contour" title="Data Sources" iconClosed="legacy" iconOpen="legacy" type="Umbraco.Forms.UI.Trees.LoadDataSource, Umbraco.Forms.UI" action="" />
      <add silent="false" initialize="true" sortOrder="2" alias="formprevaluesource" application="contour" title="Prevalue Sources" iconClosed="legacy" iconOpen="legacy" type="Umbraco.Forms.UI.Trees.LoadPreValueSource, Umbraco.Forms.UI" action="" />
      <add silent="false" initialize="true" sortOrder="5" alias="formssecurity" application="users" title="Contour security" iconClosed="legacy" iconOpen="legacy" type="Umbraco.Forms.UI.Trees.LoadFormsSecurity, Umbraco.Forms.UI" action="" />
    

    //Garrett

  • Richard Thompson 100 posts 336 karma points
    May 08, 2018 @ 09:38
    Richard Thompson
    0

    Thanks for sharing this, it fixed it for me. I have a site using Contour 3.0.31 and Umbraco 6.2.6.

Please Sign in or register to post replies

Write your reply to:

Draft