Hi, I don't think there is a bug, as I'm not creating the FUs via FarCry. We display a list of jobs on our site and when we enter jobs directly via the CMS, things work fine. The problem I'm having is we have another legacy ColdFusion system/application outside of FarCry that has jobs and these jobs need to be integrated into FarCry so I'm writing a some code that I plan to schedule as a task that runs hourly. This task will essentially populate the tables behind the scenes.
I'm inserting data into the following tables. refObjects farFU jobs ( I have a "jobs" contentType ) I think if I can use just the job_id then I will be much better off. On Jan 13, 5:42 pm, Jeff Coughlin <[email protected]> wrote: > > It seems that is very possible to end up with duplicate friendly URLs > > due to the way they are constructed. > > > For example, if I have a list of jobs and two jobs have the same > > title, but are in different cities/states. The url looks like this > > when you hover over it: > > >http://www.abc.com/jobs/jquery-developer (Location - Colorado) > >http://www.abc.com/jobs/jquery-developer(Location - New York) > > FarCry is supposed to check for unique fu records. If it is not, then it is > a bug. Before you submit a bug though, can you please tell us which version > of FarCry are you using? > > > In my HTML I have this: > > > <tr> > > <td><a href="<skin:buildlink objectid="#qJobs.objectid#" > > urlOnly="True" />">#qJobs.job_title#</a></td> > > </tr> > > You don't need to output the anchor tag when using the buildlink tag. > Instead try changing it to the following: > > <td><skin:buildlink objectid="#qJobs.objectid#" linktext="#qJobs.job_title#" > /></td> > > Regards, > > -- > Jeff Coughlin > Web Application Developerhttp://jeffcoughlin.com/blog
-- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
