Hi I don't get friendly urls. Here is what I have done. Crated a Navigation node - Info and created a html page under that - Terms of use Imported: <cfimport taglib="/farcry/core/tags/webskin" prefix="skin"> to my display page. Make a link like this: <a href="#application.url.conjurer#?objectid=#application.navid.info#" title="Terms of use"> The link works, but don't give friendly urls like /go/info/terms-of-use Hope someone can point me to the right way to do this.
Best regards Rune Pedersen -----Original Message----- From: farcry-dev@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Williams Sent: 7. mars 2008 18:35 To: farcry-dev Subject: [farcry-dev] Re: Friendly URLs The easiest solution is to use the buildlink tag. It will generate a URL for you to use. What's nice about it is that if you disable FUs at any time, the call to create a link will still work. It's got several display options, but the most frequently used is to generate the full [a href=""]something[/a] tag. It can also just return the URL string. The only thing you need to do, by default, is pass it in a valid object ID. And, this ID can be a navigation point, an object, a content item, etc. <cfimport taglib="/farcry/core/tags/webskin" prefix="skin" /> <skin:buildlink objectid="#stobj.objectid#" linktext="#stObj.Title#" / > 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 farcry-dev@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---