MyBB Community Forums

Full Version: Carbon Theme- Drop Down Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So with the Carbon theme, there is a drop down menu under the forum options by using <ul> </ul>. However, I want to use this drop down menu for the UserCP, ModCP, and AdminCP. However, I can't find it. How would I go about making this or finding it?
Clarify, please. So, under the Forums tab, you want the dropdown menu items to be UserCP, ModCP, and AdminCP? In general, however, to recreate the dropdown menu: Copy and paste the HTML, CSS, and JavaScript of the dropdown menu used in 'Forums', changing the text, links, etc., as necessary. HTML is in the header template, CSS is in global.css, and the JS can be found here: http://silentforums.tk/images/Carbon/js/dropdownmenu.js.
(2015-07-07, 08:07 AM)Cookie123 Wrote: [ -> ]Clarify, please. So, under the Forums tab, you want the dropdown menu items to be UserCP, ModCP, and AdminCP? In general, however, to recreate the dropdown menu: Copy and paste the HTML, CSS, and JavaScript of the dropdown menu used in 'Forums', changing the text, links, etc., as necessary. HTML is in the header template, CSS is in global.css, and the JS can be found here: http://silentforums.tk/images/Carbon/js/dropdownmenu.js.

Figured it out with some messing around. Thank you so much!