Ah,

I got it!

I read in the documentation under \developers\Create a custom look and
feel\b119_developer.pdf that I had to create the following code.

<cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">

<cfif isDefined("stObj.aRelatedIDs") AND NOT
arrayisEmpty(stObj.aRelatedIDs)>
<cfoutput><div class="relatedLinksTitle">Related Links</div></cfoutput>

<skin:relatedLinks aRelatedIDs="#stObj.aRelatedIDs#"
class="relatedLinks"> </cfif>
</div>
</cfoutput>

Works great now!

Lachie

On Nov 1, 9:50 am, "Lach" <[EMAIL PROTECTED]> wrote:
> I have done some searching around and can't seem to find a solution to
> my problem. Although this might be a very simple fix for something
> stupid I am just not seeing.
>
> I am trying to add some "Related Items" to a page through the wizard in
> farcry Admin. It works great and I am able to add related items and
> then save the page.
>
> I then go to the actual page and the related links do not display. I
> have looked through the containers and there does not seem to be
> anything to do with the related items. Also there does not seem to be
> anything in the code for each template to display the related links
> (Did I accidentally delete it).
>
> Anyway, a quick nudge in the right direction would be much appreciated.
> 
> Lachie


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to