Just had another crazy idea for Farcry - regexp in Friendly URL
So if you had a nav node 'My Page' with a friendly URL of
    /my-page
you could then go an manage URLs for that node and add something like
    /my-page/(.*)
and farcry would create a URL variable something like URL.param1 such that
    /my-page/ajm
would set URL.param1=ajm

This would have to be executed last for situations like if there was a sub
nav node under 'My Page'
- My Page
-- My Details
so you dont end up with my-page being passed URL.param1=My Details


I have not put too much thought into how to implement it, but just thought I
would through it out there for comment


-- 
AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@googlegroups.com
To unsubscribe, email: farcry-dev+unsubscr...@googlegroups.com
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to