17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1992 Views |
-
$SilverStripeNavigator not actually including the navigator

9 June 2007 at 3:52pm Last edited: 9 June 2007 3:52pm
When I include $SilverStripeNavigator just before my </body> tag in mysite/templates/Page.ss nothing actually changes.
If I add a debug line in SilverStripeNavigator() in sapphire/core/control/ContentController.php (something like echo "this function is successfully being called by the template";) it shows that the function itself is being called, but nothing is being displayed except for that echo.
Any ideas?
(And before you ask, I am logged into the CMS, I have tried different users, and also a half a dozen browsers)
-
Re: $SilverStripeNavigator not actually including the navigator

11 June 2007 at 9:53am
Try adding the following line to your _config.php:
Director::set_environment_type('dev');
-
Re: $SilverStripeNavigator not actually including the navigator

13 June 2007 at 4:00pm
Well that worked fine.
But is there a way to only show that if/when a user is logged into the CMS (ie. after the site is live and no longer in 'dev' mode)?
| 1992 Views | ||
|
Page:
1
|
Go to Top |


