17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1209 Views |
-
New Page Type - Level 1 navigation missing

24 May 2008 at 6:52pm
Hi,
I've been using the data object tutorial to make a new page type and have this working.
The problem now is that the top navigation tabs refuse to display on this page type. I have narrowed this down to the fact that the page simply doesn't have access to Menu(1) object. It is actually outputting the container for the menu, but it is an empty UL.
Here is my code for the page type:
<?php
class ToursHolder extends Page {static $allowed_children = array( 'Tour' );
}
class TourssHolder_Controller extends Page_Controller {
}
?>The code for the menu is in Page.ss, and like I said, this page type is finding it, it simply doesn't have the Menu(1) to output the tabs.
Cheers
Aaron -
Re: New Page Type - Level 1 navigation missing

24 May 2008 at 7:11pm
Well, for starters you have a 's' too much in:
class TourssHolder_Controller
-
Re: New Page Type - Level 1 navigation missing

24 May 2008 at 8:02pm
Man I feel like an ass....
Cheers SilverRay
| 1209 Views | ||
|
Page:
1
|
Go to Top |

