10383 Posts in 2197 Topics by 1711 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1071 Views |
-
Site Map module tweak for Silverstripe 2.4 with nested URLs

14 August 2010 at 4:58pm Last edited: 14 August 2010 4:58pm
Hi,
I found the site map module by chance and it saved quite a lot of time. Thanks for that!
Here is just one little tweak to use it in Silverstripe 2.4 with nested URLs enabled. In /sitemapmodule/code/SiteMapModule.php change
$page->URLSegment
to$page->Link()
This code snippet needs to be changed in two places, in makeList() and in makeChildList().
The only other thing that might be worth mentioning is to make sure you keep the folder name "sitemapmodule". I renamed it for some reason to "sitemap" and the module could no longer find the css style sheets and the javascript which are defined in the same file in init(). Either rename the folder back to "sitemapmodule" or change the javascript and css requirements in init().
Thanks for this very useful module!
Cheers!
Anatol -
Re: Site Map module tweak for Silverstripe 2.4 with nested URLs

14 August 2010 at 9:43pm
You should email the module maintainer (DesignCity http://silverstripe.org/ForumMemberProfile/show/728) directly to see if they can release an updated version.
-
Re: Site Map module tweak for Silverstripe 2.4 with nested URLs

21 August 2010 at 12:25pm Last edited: 21 August 2010 12:26pm
@Anatol
thank you so much for the tips.. the stylesheet was not included until I renamed the module folder name to "sitemapmodule".
| 1071 Views | ||
|
Page:
1
|
Go to Top |


