3066 Posts in 866 Topics by 648 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1351 Views |
-
2.4 branch : nested urls and translation

30 March 2010 at 5:32am
there seems to be a problem with nested urls and translation, $URLSegment does not return the entire path with the locale
any new parameter I should know about ?
-
Re: 2.4 branch : nested urls and translation

26 April 2010 at 10:28am
Would like to know this too, have the same problem, could not find anything in the docs.
Do I need to search the parent(s) every time I want to get an url, or is there a way to create a link using id, or ... ?
-
Re: 2.4 branch : nested urls and translation

27 April 2010 at 2:25am Last edited: 27 April 2010 2:28am
The $Link variable in the templates seems to be working fine (running on 2.4 branch with Translatable), is $URLSegment really supposed to return anything else than just what's in the database field URLSegment?
The Link function in SiteTree does this:
return Controller::join_links(Director::baseURL(), $this->RelativeLink($action));
and the controller function with the same name simply calls the Link function on the associated data record so if you only want the link without http://... $this->RelativeLink() should give you what you need I think.
| 1351 Views | ||
|
Page:
1
|
Go to Top |


