17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1166 Views |
-
Menu button link to non-CMS page

20 August 2008 at 10:19pm
Hi guys... I have my main menu setup in the SS CMS, however I want one of the buttons (forums) to link to a page/folder that is not part of the CMS.. how can I achieve this?
Thanks!
-
Re: Menu button link to non-CMS page

20 August 2008 at 10:31pm
Add a redirector page to silverstripe which does the redirecting bit ....
or
Find the code where it build the menu , it probably looks something like :
<% control Menu(1) %>
<li class="$LinkingMode"><a href="$Link">$Title</a></li>
<% end_control %>And add your menu-link ....
-
Re: Menu button link to non-CMS page

20 August 2008 at 10:42pm
gracias hombre
Oh so easy once someone points it out!
| 1166 Views | ||
|
Page:
1
|
Go to Top |

