10390 Posts in 2201 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 621 Views |
-
[Solved] Site Map Module needs help

17 June 2010 at 10:18pm Last edited: 18 June 2010 7:43pm
The first level links work great, however in the slick map mode, all the 2nd level+ children are not linked correctly.
-
Re: [Solved] Site Map Module needs help

18 June 2010 at 7:41pm Last edited: 18 June 2010 7:42pm
Fixed, for Silverstripe 2.4, I'm down with the code.
In SiteMapModule.php (line 185).
the old version without nested urls
$output .= '
<li><a href="'.$page->URLSegment.'" title="Go to the '.Convert::raw2xml($page->Title).' page">'.Convert::raw2xml($page->MenuTitle).'</a>';to this 2.4 version
$output .= '
<li><a href="'.$page->Link().'" title="Go to the '.Convert::raw2xml($page->Title).' page">'.Convert::raw2xml($page->MenuTitle).'</a>';Thanks to this post on the forum http://www.silverstripe.org/data-model-questions/show/281864?start=0#post283190
-
Re: [Solved] Site Map Module needs help

18 June 2010 at 9:55pm
You should get in touch with the module maintainer - DesignCity (http://designcity.com.au/) and see if he can update it (if he hasn't already). Not everyone catches every thread on the forum
| 621 Views | ||
|
Page:
1
|
Go to Top |


