I think something like this might help:
<cfset objFU =
CreateObject("component","#application.packagepath#.farcry.fu")>
<cfset returnFU = objFU.getFU(****YOUR NEWS OBJ ID HERE ****)>

Basically, there is a FU handler, and you can match an FU from an objectid
using the previous code.

Is this what you're looking for?

Tomek

On Thu, Dec 18, 2008 at 12:29 PM, BazD <[email protected]> wrote:

>
> Hi folks
>
> Hope you are all in a festive spirit :)
>
> 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 ?
>
> Thanks in advance
> >
>

--~--~---------~--~----~------------~-------~--~----~
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