3212 Posts in 847 Topics by 809 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 926 Views |
-
$SilverStripeNavigator Shown At All Times

19 May 2011 at 8:34am
I'm facing an issue that I've seen mentioned, but can't seem to locate a resolution: SilverStripeNavigator (and SilverStripeNavigatorMessage) is being displayed at all times -- logged in or not. It's my understanding that this message should only be displayed under two circumstances:
- When an Admin is logged in
- When the site is in DEV modeRight now my site is in LIVE mode, but the message is being displayed at all times.
Other info:
- SilverStripe 2.4.5 -
Re: $SilverStripeNavigator Shown At All Times

21 May 2011 at 5:26pm
I believe it could also been shown if you have a cookie which indicates you previously had it displayed / logged in. You could check with a completely fresh browser / computer.
-
Re: $SilverStripeNavigator Shown At All Times

24 May 2011 at 5:38am
It appears that it's more than a cookie issue... I was able to view it from a new session. For now I've just removed $SilverStripeNavigator. I'll continue to look into it. Thanks for the response!
-
Re: $SilverStripeNavigator Shown At All Times

28 October 2011 at 8:30pm
Same problem, I did this in my template :
<% if CurrentMember %>
$SilverStripeNavigator
<% end_if %>Hope this helps...
| 926 Views | ||
|
Page:
1
|
Go to Top |


