> 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 Developer
http://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

Reply via email to