Carbon Theme- Drop Down Menu - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Carbon Theme- Drop Down Menu (/thread-172876.html) |
Carbon Theme- Drop Down Menu - SilentThief - 2015-07-07 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? RE: Carbon Theme- Drop Down Menu - Cookie123 - 2015-07-07 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. RE: Carbon Theme- Drop Down Menu - SilentThief - 2015-07-08 (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! |