Copied to clipboard

Flag this post as spam?

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


  • Rik Helsen 670 posts 873 karma points
    Feb 04, 2010 @ 17:29
    Rik Helsen
    0

    New items in section don't appear in outlined box and don't scroll?

    We created a set of extensions for the backend, but when we load them, the grey box that includes the title of the usercontrol isn't shown, and the page doesn't scroll (it's a few screens high)

    Any ideas how we fix this?

     

    Here is a screenshot: http://www.photo9.be/bd/capture9.jpg

  • Rik Helsen 670 posts 873 karma points
    Feb 04, 2010 @ 17:38
    Rik Helsen
    0

    This is how we load them:

    using DeSingel.Configuration;

    namespace DeSingel.WebUmbraco
    {
    public class loadbeheer : CustomUmbracoBaseTree
    {
    public loadbeheer(string application)
    : base(application)
    {
    CustomUmbracoBaseTreeItems.Add("RelatedProductionsAdministration", DeSingelConfiguration.RelatedProductionsAdministrationUrl);
    CustomUmbracoBaseTreeItems.Add("DigitalArchiveCategoryManager", DeSingelConfiguration.DigitalArchiveCategoryManagerUrl);
    CustomUmbracoBaseTreeItems.Add("DigitalArchiveManager", DeSingelConfiguration.DigitalArchiveManagerUrl);
    CustomUmbracoBaseTreeItems.Add("EFlyer", DeSingelConfiguration.EFlyerUrl);
    CustomUmbracoBaseTreeItems.Add("ExcelExportWebpart", DeSingelConfiguration.OrderOverviewAdministrationUrl);
    CustomUmbracoBaseTreeItems.Add("Ezine", DeSingelConfiguration.EzineUrl);
    CustomUmbracoBaseTreeItems.Add("ReactionsManager", DeSingelConfiguration.ReactionsManagerUrl);
    }
    }
    }
  • Seth Niemuth 275 posts 397 karma points
    Feb 04, 2010 @ 18:59
    Seth Niemuth
    0

    I think you may need to wrap everything inside a panel but you can download the source from this custom section: http://www.nibble.be/?p=71 and see how he has done it.

  • Aaron Powell 1708 posts 3044 karma points c-trib
    Feb 04, 2010 @ 22:56
    Aaron Powell
    0

    Have you gone through the videos on umbraco.tv about creating custom applications? I have no idea what the 'CustomUmbracoBaseTree' class you're using is from, or how you're loading them in the right column.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies