Vertical Menu Issue


Author Message
Mark Cooney

Posted: 7/20/2011
Quote message 

Hi All

I'm having a Vertical Menu Issue from an Artisteer V3.0.0.3 Template on DNN

The code generated by Artisteer is

<dnn:VERTICALNAV runat="server"
ID="dnnVERTICALNAV"
ProviderName="DNNMenuNavigationProvider"
IndicateChildren="false"
ForceDownLevel="True"
StartTabId="-1"
Level="Root"
/>

I cannot seem to get login and user profile tabs to appear.

Any help would be great
 
TheRune

Posted: 9/1/2011
Quote message 

Hi Mark

Artisteer is generating the menu style using javascript on the generated DNN NAV. The usertab and login tab is not part of the NAV when artisteer is generating it, they're added inside the art-menu-container (or art-vmenu-container) in seperate span elements, and it's the dnn:user and dnn:login which are used.

If you can't make them appear, I would think that maybe you've somehow messed up the ref to dnn:user and dnn:login - just add them at the top like the rest :)
or the script is somehow not functioning correctly (can be due to DNN version messing it up) and the skin then needs to be exported with a newer version of artisteer and reinstalled on the portal :)

Let me know if any of it works -and if it doesn't, please write your DNN version :)

/TheRune
 
Steve

Posted: 9/9/2011
Quote message 

Had the same problem with vertical menu. Uncheck "use dnn menu" before you export. That should fix it.