Soon loosing hair here - friendly urls

If I replace 
<a href="#application.url.conjurer#?objectid=#application.navid.info#"
title="Terms of use">Terms of use</a>

With this:

<skin:buildlink objectid="#application.navid.info#" linktext="Terms of use"
/>

The link doesn't show up on the page?
Is the first way of hard coding links correct?

And I have activated friendly urls and using the rewrite rule: 
RewriteRule go/(.*) go.cfm\?path=/go/$1
It works on the default Mollio project. (on the same server)

Best regards
Rune Pedersen

-----Original Message-----
From: farcry-dev@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ezra Parker
Sent: 7. mars 2008 22:23
To: farcry-dev
Subject: [farcry-dev] Re: Friendly URLs


Rune,

On Mar 7, 1:07 pm, "Rune Pedersen" <[EMAIL PROTECTED]> wrote:
> <a href="#application.url.conjurer#?objectid=#application.navid.info#"
> title="Terms of use">

In addition to the advice posted by Scott (make sure that FUs are
turned on), please take another look at Matthew's instructions. You
need to replace this:

<a href="#application.url.conjurer#?objectid=#application.navid.info#"
title="Terms of use">Terms of use</a>

With this:

<skin:buildlink objectid="#application.navid.info#" linktext="Terms of
use" />

(Adjusted for your example object reference and hard-coded linking
text.)

Hope that helps,

Ezra Parker




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to farcry-dev@googlegroups.com
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