Copied to clipboard

Flag this post as spam?

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


  • Rasmus Fjord 659 posts 1546 karma points c-trib
    Jun 26, 2012 @ 10:47
    Rasmus Fjord
    0

    The link between umbraco:item and the xml ?

    I have just started developing a new site for a client and wanted to use the new awesome package, Document type fieldssets, and it might be a problem with the addon but i dont know.

    I have a few fields with the fieldssets upon, and these fields i cannot access through the umbraco:item, and i can see that inside the "umbraco.config" xml its there :

       <openingHoursHeading>Ã…bningstider i vores ProShop</openingHoursHeading>

    But when i try to use in my master template

    <umbraco:Item field="openingHoursHeading" runat="server" />

    nothing comes out.

    Anyone got a helping clue ?

  • Anders Stentebjerg 58 posts 234 karma points
    Jun 26, 2012 @ 10:59
    Anders Stentebjerg
    0

    Hi Rasmus,

    Perhaps you've forgotten: recursive="true", 

    <umbraco:Item field="openingHoursHeading" recursive="true" runat="server" />
  • Rasmus Fjord 659 posts 1546 karma points c-trib
    Jun 26, 2012 @ 11:02
    Rasmus Fjord
    0

    arhh seriously feeling dumb right now -.-

    Your right.thx :)

     

    im just gonna go into my cave again and slap myself with a club.

  • Anders Stentebjerg 58 posts 234 karma points
    Jun 26, 2012 @ 11:03
    Anders Stentebjerg
    0

    You're welcome :)

  • 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