|
Post by shortyverrett94 on Oct 1, 2013 0:06:17 GMT -5
Plugin DownloadDrop Down NavPlugin Info & Instructions This will allow for you to add drop down menu's to you navigation menu. You can add sub-sub links(that's as deep as it goes). If you have a button with the same name then instead of adding a new button, it will add to the existing(this way if you were to user it for 'Profile' or 'Messages' you could still get the notifications bubble). You can add a person's user id to the URL(good for profile stuff) with $[user.id] So the set up for adding new links is this: NAME|URL|TARGET NAME|URL|TARGET NAME|URL|TARGET NAME is the text of the link that is shown. URL is the url to the page you want the link to go to. Target is if you want the link to open in the page or a new one(needs to be either _blank or _self). Now if you want a sub-sub link then the format is this: NAME|URL|TARGET|[SUB-SUB LINK NAME,SUB-SUB LINK URL,SUB-SUB LINK TARGET] Add as many or as little [SUB-SUB LINK NAME,SUB-SUB LINK URL,SUB-SUB LINK TARGET]that you want. To style the menus place the following in your forums CSS. ul.sub-menu-ul { /* CSS HERE */ } To style each item in the menu place the following in your forums CSS. li.sub-menu-li { /* CSS HERE */ }
|
|