> Quick question on news items. > > Ive created a page template on my local machine, which is in a 2 > column format. Left column contains the main page content, and right > column contains some simple cfml which simply pulls the top 3 news > items from the database. > > So Ive got a news date, news title, news teaser text in there, and at > the end, a "view more" text link, which takes the user to the main > news story page. All easy stuff. > > However, the site uses friendly URLs, and Im wondering if it is at all > possible to link form the teaser story to the main news page and > retain the friendly URL format in the address bar? At the moment, all > I can see is something like this: > > index.cfm?objectid=4627D778-FF1A-359E-243160B10F9C3AC4 > > when the main news story page appears. > > It would be nice if the news story title, was somehow, the friendly > URL. > > Can this done at all ?
1. Which version of FarCry are you using? 2. How are you listing the news listings? (rule, type webskin/listing, etc) Generally, just using the <skin:buildLink/> custom tag will take care of your needs. However, if it's still not working you may be missing something else. Regards, -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
