Yes I have imported the tag library before calling the <skin> tag, below is
a copy of my display page.
<!--- @@displayname: Home Page --->
<!--- import webskin tag library --->
<cfimport taglib="/farcry/core/tags/webskin" prefix="skin">
<cfoutput>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
  <title>#stObj.Title#</title>
In that file I include the footer, 
<cfmodule
template="/farcry/projects/#application.applicationName#/webskin/includes/fo
oter.cfm">
Where I need those links: terms of use and about us and so on.
So, the tag library is included before calling the <skin> tag in the
footer.cfm.
I really don't understand this - sad I can't find more examples on it.
And the object in the site tree does NOT have a FU in the main overview.

Regards
Rune Pedersen

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Matthew Williams
Sent: 7. mars 2008 23:10
To: farcry-dev
Subject: [farcry-dev] Re: Friendly URLs


Try giving it JUST the objectid that you'd like to create a link to.
If you have a look through core/tags/webskin/buildlink.cfm, it checks
to see if there's a FU for the object in question to render for
display.  Another thing you need to check is there is a FU for the
ojbect you're calling.  If you look at the object in the site tree,
does it have a FU in the main overview?


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog




--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to