1776 Posts in 498 Topics by 533 members
Blog Module
SilverStripe Forums » Blog Module » Widgets and sub-menus gone from blog?
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 923 Views |
-
Widgets and sub-menus gone from blog?

3 November 2009 at 6:34am
Can someone help me debug why I can no longer see widgets or submenus on my site? This is the first website I have ever endeavored to create so it is quite a steep learning process... Any help is greatly appreciated!
http://www.mrwindupbird.com/diary
And here is the contents of my "navigation2.ss" file in the "Includes" folder... (it's worth noting that the submenus for both the gallery and the music section work perfectly!)
-----------------------------------------------------------
<% control Level(1) %>
<% if Title = Gallery %>
<% if Children %>
<div class="widgetBox">
<h2>Gallery</h2>
<ul>
<% control Children %>
<li><a href="$Link" <% if LinkingMode %>class="$LinkingMode"<% end_if %>>$MenuTitle</a></li>
<% end_control %>
</ul>
</div>
<% end_if %><% else %>
<% if Title = Music %>
<% if Children %>
<div class="widgetBox">
<h2>Music</h2>
<ul>
<% control Children %>
<li><a href="$Link" <% if LinkingMode %>class="$LinkingMode"<% end_if %>>$MenuTitle</a></li>
<% end_control %>
</ul>
</div>
<% end_if %><% else %>
<% if Title = Blog %>
<% else %><% if Title = Forums %>
<% else %>
<% if Children %>
<div class="widgetBox">
<h2>Sub Menu</h2>
<ul>
<% control Children %>
<li><a href="$Link" <% if LinkingMode %>class="$LinkingMode"<% end_if %>>$MenuTitle</a></li>
<% end_control %>
</ul>
</div>
<% end_if %>
<% end_if %>
<% end_if %>
<% end_if %>
<% end_if %>
<% end_control %>
$SideBar
<% include Cart %>
--------------------------------------------------------
-
Re: Widgets and sub-menus gone from blog?

13 August 2011 at 8:04am
Were you ever able to get your blog widgets to show again?
| 923 Views | ||
|
Page:
1
|
Go to Top |


