Open /includedObj/_search.cfm in your project.
Find this code:
<!--- output results --->
<cfoutput query="qResults" maxrows="#maxrows#"
startrow="#url.startrow#">
<div style="margin:0px 30px 10px 0px; font-family: Georgia;
font-color: ##666666; font-size: 11px;">
#score#
<!--- check for extFile or farcry object --->
<cfif left(key,2) eq "\\">
<a
href="#application.url.webroot#/download.cfm?extFile=#key#">#qResults.title#</a>
<cfelse>
<!--- farcry object --->
<a
href="#application.url.conjurer#?objectid=#key#">#qResults.title#</a>
</cfif>
<br>
#summary#
</div>
You can change this code to use friendly url's. This is also where you can
set up the search page to use webskins to display search results.
Blair
On 1/19/07, Chris Roth <[EMAIL PROTECTED]> wrote:
Is it possible to use Friendly URLS in search results pages?
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---