Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi!
I'm quite new to DNN and i hope you can help me.
I developed a website in DNN6 and I have a top main menu on 2 levels, main pages and dropdowns for subpages.
Something like:
Page A
-- subpage 1A
-- subpage 2A
-- subpage 3A
Page B
-- subpage 1B
-- subpage 2B
-- subpage 3B
Page C
-- subpage 1C
-- subpage 2C
-- subpage 3C
What I would like to accomplish is to show on the left pane a navigation for the second level pages.
ie: if I'm on Page B page or a B subpage, on the left column I would like to have the Page B related subpages. If I'm on subpage 2C, I would like to have the C related subpages.
Right now, I added manually an HTML module on each page and I paste the html code manually for the side navigation.
If I have 10 subpages for a main page, If I want to add another page and show it on the side navigation too, I have to add the code for the new tab 11 times, once on each page left pane.
Also, another problem I have is that I want to have different styles for each tab. Right now I can do thta manually for the side navigation but I cannot do this the the top navigation because it is generated automatically and the tabs have the same style.
Do you know if there is a module that does this automatically? A module that shows the related subpages on the side panel and also gives each tab a different style class so I can add a different icon for each tab.
I hope somebody can help me.
Thank you.
Regards, AG