Quick Nav:  Online Store   |   Login | Register

Menu only displays when logged in as host?

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
tomcrielly
<20 Posts
Posts:5


09/13/2007 9:54 AM  

Hi

Couldnt find an answer to this on the forum, i am new to DNN - so possibly a newbie error - but... I have upload the menu and it seems to load ok and displays in the skin object list. The menu seems to work fine when logged in and creating pages etc. But whenever i logout it totally disappears and also when i am logged in as normal registered user. is there a setting somewhere where i 'switch' it on for display? Sorry if this is a silly question but im stumped! thanks in advance.

John Mitchell
Posts:3478


09/13/2007 10:03 AM  
Hi Tom,

I'm not sure what is happening. Are you talking about the CSS NavMenu from Snapsis? When you create your new pages are you setting them to display for "all users"?
tomcrielly
<20 Posts
Posts:5


09/13/2007 10:24 AM  
Hi
Yeah thats right - the snapsis menu only displays while i am creating (logged in as host) - the page displays the other content when logged out - its just the snapsis menu that is missing? New pages have been creted for all users
John Mitchell
Posts:3478


09/13/2007 10:28 AM  
Try going to Host > Host Settings and clicking on Restart Application at the bottom of the page.

If the menu shows up after that, then it may be something to do with the cache.
If this is the case, then there is a setting you can place on the menu skin object to disable caching while you are designing, set CacheTabs="False".
tomcrielly
<20 Posts
Posts:5


09/13/2007 10:45 AM  

Hi

Nope - im afraid thats made no difference. For extra info, If it helps, the menu also disappears when you click on view rather than edit -  it stays on screen when you click on design(whilst in edit mode obviously). thanks for the swift replies. 

tomcrielly
<20 Posts
Posts:5


09/19/2007 3:00 AM  

Hi - not an ideal solutions but this works - i have inserted a text/html module below the menu in the same pane. Have set it so that there is no text, title, borders etc - so invisible to viewer unless they have admin rights. This forces the content pane to display and the menu can now be seen. Like i said not ideal - but will work until better solution comes along - does this help you diagnose the problem?

John Mitchell
Posts:3478


09/19/2007 8:52 AM  

It sounds like maybe you have the menu inside a skin pane then?  I have never tried that before.  The menu should not be inside another element that is marked runat="server".  Although you could put static html inside a skin pane , they really should be empty so that modules can be added to them dynamically.

If you can, please attach your .ascx file for your skin so I can get a better understanding of what is happening.

 

tomcrielly
<20 Posts
Posts:5


09/20/2007 2:57 AM  

Hi. Ok i have attached the skin - basically doing it the way i was left instructions to do by a guy who has left the company (a programmer - im a designer) but i have inherited the DNN job (first time) - so it may well be that it isnt implemented in the official recommended way - unfortunately im not too techy so it looked ok to me.


Attachment: 192057249871.zip

John Mitchell
Posts:3478


09/20/2007 10:21 AM  

Ok, yes, it is inside a skin pane. Here is a way to keep it where it is in the layout and keep that pane:

Change this:

<tdclass="PaneLeft"valign="top"id="LeftPane"runat="server"visible="false"><Snapsis:NavMenuid="nav1"DisplayIcon="False"OnlyExpandActive="true"Level="0-2"ExcludeTabs="Admin,Host"Type="Hover"runat="server"/></td>
To This:
<tdclass="PaneLeft"valign="top"><Snapsis:NavMenuid="nav1"DisplayIcon="False"OnlyExpandActive="true"Level="0-2"ExcludeTabs="Admin,Host"Type="Hover"runat="server"/><divid="LeftPane"runat="server"visible="false"></div></td>
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >CSS NavMenu > Menu only displays when logged in as host?



ActiveForums 3.7
Powered by: Snapsis Software