Copied to clipboard

Flag this post as spam?

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


  • Maarten Boer 61 posts 82 karma points
    Feb 21, 2010 @ 10:59
    Maarten Boer
    0

    show a field from masterpage on other pages

    Hi,

    I'm new to Umbraco and started to work with the RunWay sample.

    I have a masterpage, a homepage and a textpage.

    In the documenttype HomePage i created a textfield. This field contains some text that i want to show on all pages.

    So the startpage (Home) shows this field perfectly, but once i select another page from the menu, this field returns empty.

     

    Any idea....?

     

    Maarten

  • Kenneth Solberg 227 posts 418 karma points
    Feb 21, 2010 @ 11:12
    Kenneth Solberg
    1

    Use the recursive attribute:

    <umbraco:item id="itmSomeItem" field="Somefieldname" Recursive="true" runat="server" />
  • Maarten Boer 61 posts 82 karma points
    Feb 21, 2010 @ 12:01
    Maarten Boer
    0

    mmm that simple....ha ha ha

    Many thanks

     

     

  • 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