Phantom Pages


Author Message
Peter Waddington

Posted: 2/4/2010
Quote message 

Hi
I have a site using a Artisteer skin that works fine except on the home page menu tab 2 sub pages appear that have been deleted. They don't show on any other skin or on the Tabs module.

It is DNN 5.1.4. Any ideas?

Peter
 
Miguel

Posted: 2/5/2010
Quote message 

Hum... that's quite possible .... depending on you menu settings...

Check the page.ascx file ....

<dnn:NAV ID="ArtMenu1" ShowHiddenTabs="False" ShowAdminTabs="True" ShowDeletedTabs="False"
ShowLoginTab="False" ShowUserTab="False" runat="server" />

My guess is you have SowDeletedTabs="True"

 
Peter

Posted: 2/5/2010
Quote message 

Good idea but

<dnn:ARTMENU ID="ArtMenu1" ShowHiddenTabs="False" ShowAdminTabs="True" ShowDeletedTabs="False" ShowLoginTab="True"
 
Peter

Posted: 2/5/2010
Quote message 

Tried another Artisteer skin and it happened there too. Earlier I had checked it against non Artisteer skins. Problem with ArtmenuSO.aspx?
 
Miguel

Posted: 2/5/2010
Quote message 

Did you save the skin for DNN 5? in the properties?

It should install / reinstall the Artmenu files when you install the skin!


Its difficult to say anything without actually look into the files...

Any site link you could provide?