Sorry if this reply is too basic, as I am not sure I understand what you are
asking...

This assumes you have followed all the preceding steps for installing FUs.

Firstly, on the page you import the tag library by placing this code towards the
top:
<cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">

Then you replace any <a href=.... > tags with the buildlink tags. The content
between the tags can be an image or simply text.
So,
<a href="#application.url.conjurer#?objectid=#stObj.objectid#">Click here</a>
Becomes
<skin:buildlink objectid="#stObj.objectid#"><cfoutput>Click
here</cfoutput></skin:buildLink>

The buildlink tag can also handle attributes such as class and target.

Regards,
Natalie




                                                                                
             mark                                                               
             <[EMAIL PROTECTED]>                                                
             Sent by:                                                        To 
             bounce-farcry-dev-5         "FarCry Developers"                    
             [EMAIL PROTECTED]         <[EMAIL PROTECTED]>       
             m.au                                                            cc 
                                                                                
                                                                        Subject 
             08/07/04 04:46 PM           [farcry-dev] Friendly URLS             
                                                                                
                                                                                
              Please respond to                                                 
             "FarCry Developers"                                                
             <[EMAIL PROTECTED]                                                
                aemon.com.au>                                                   
                                                                                
                                                                                




G'Day

im trying to add friendly URLS to my farcry site.

I tried following the instructions at:
http://farcry.daemon.com.au/go/downloads/farcry-plugins/friendly-urls

but got confused at this point:

"modify your templates to use new webskin tag "buildLink". This tag will
check whether to use friendly url's and if needed check for the
existence of that friendly url and output the correct link. eg

<cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin">
<skin:buildlink objectid="#stObj.objectid#">
      <cfoutput><img
src="#application.url.webroot#/images/#stPhoto.thumbNail#"
alt="#stObj.title#" border="0"></cfoutput>
</skin:buildLink>"

At first i thought it bulids an image based navigation system, but
running it, it doesnt seem to do anything. If thats the case how would i
then integate that into a DHTML nav ?


I know spikes friendly URL is setup properly; it redirects the urls. But
since farcry is not properly setup all the site design images are broken.

Any help setting up friendly urls is greatly appricated.



---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/



---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to