Wednesday 27 August 2003 2:44:11 am
I'm playing with url translation but im a little stuck. I thought that url translation meant that we would be able to control the way urls display in the browser, like the current 3.1 method for nice urls. But when i try all i get is a redirect. instead of displaying the text for the current screen the system tries to load in that new page... For example, im trying to hide my content/edit calls, so i try in the url translation screen: content/edit/100/2 -> my_folder/my_place when i then goto my edit screen ez tries to interpret 'my_folder' as a module and complains. on my system 'my_folder' is a standard folder object and so should resolve properly. 'my_place' is a made up name as it is just text i want the user to see. if i blank out the text for where the url is meant to point to i get a redirect to the home page. In addition i would like to remove the content object id and version information from the url, so i would prefer: content/edit/* -> wherever or content/edit/*/*/ -> wherever Is this possible with url translation? I seem to be missing the correct usage for this function. Can some documentation for it be created? paul
|