I just discovered Umbraco last weekend and started working with it today.
To get familiar with Umbraco CMS i have installed "Creative Website Starter" and "Relateds Links with Media" packages.
I am trying to relate links to an event so i follow these steps:
1. Add new 'Related Links with Media' Type property to type of document "Event item". The propertyAlias is "eventsRelated". 2. Edit the "Codegarden 09" node from "Contents" section and add the related links using the new property added. 3. Save and Publish changes. 3. Edit the "Event Item" template adding the following code:
<asp:content ContentPlaceHolderId="SideBarContent" runat="server"> <div class="secondaryNav"> <h3>Related Links</h3> <!-- XSLT Macro - Related Links With Media Sub Navi --> <umbraco:Macro Alias="RelatedLinkswithMedia" propertyAlias="eventsRelated" runat="server"></umbraco:Macro> </div> </asp:content>
Problem is i dont get any entries in the frontend. Is this a bug of CWS package or am i doing something wrong?
Newbie Please Help with Relateds Links with Media
Hi:
I just discovered Umbraco last weekend and started working with it today.
To get familiar with Umbraco CMS i have installed "Creative Website Starter" and "Relateds Links with Media" packages.
I am trying to relate links to an event so i follow these steps:
1. Add new 'Related Links with Media' Type property to type of document "Event item". The propertyAlias is "eventsRelated".
2. Edit the "Codegarden 09" node from "Contents" section and add the related links using the new property added.
3. Save and Publish changes.
3. Edit the "Event Item" template adding the following code:
<asp:content ContentPlaceHolderId="SideBarContent" runat="server">
<div class="secondaryNav">
<h3>Related Links</h3>
<!-- XSLT Macro - Related Links With Media Sub Navi -->
<umbraco:Macro Alias="RelatedLinkswithMedia" propertyAlias="eventsRelated" runat="server"></umbraco:Macro>
</div>
</asp:content>
Problem is i dont get any entries in the frontend. Is this a bug of CWS package or am i doing something wrong?
Thanks in advance for your help.
Ivan
is working on a reply...