My site is still using the localhost and is using the Acquia Marina theme.
I have created a tabbed menu that is on the top using the path home\administrator\site building\menus as this is how I created the menu and expanded some menu items.
At this point, when I access the website on sidebar I am seeing the Administrator, my account, create content, administer, logout.
I am not sure as to why this is showing up all the time. I would like to replace this with a sidebar menu that will link to the tabbed menu so when someone visits the website and chose one of the tabbed horizontal menu item it will expand on the sidebar. And when they chose another item from the tabbed menu the sidebar will expand the appropriate items.
Another question, I know that Drupal has integrated footer links. How can I integrate the pages that I already have created with footer links?
Comments
=-=
The menu you are seeing in the sidebar when you login is the navigation menu which is set to appear when a user logs in.
if you want menu blocks to appear when primary links are chosen, consider create new menus for each section and then using path visibility for the menu blocks.
menu blocks
thanks
Do I create the menu the same way I created the primary menu, and what do you mean by creating a path visibility for the menu blocks.
Sorry, I am a little confused only three weeks of drupal :)
=-=
administer -> menus -> add menu tab
when you create a new menu, it automagically create a a new block in adminsiter -> blocks
in adminsiter -> blocks -> edit (the block that now holds your new menu) you will find the area where visibility is controlled.
It works
Well, thank you so much finally I figure it out
again thank you for your feedback I really appreciated.