MyBB Community Forums

Full Version: ACP Fast Drop Down Menus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
ACP Fast Drop Down Menus


Update: I've released a new version, it's stable enough but I still want more testing, so I haven't yet update in the mods site. You can download the new version from this post

Every time you just want to make some simple administration actions, you need to press again and again on different menus till you go Undecided (just because MyBB has a lot to offer),
BUT, that is the past,
Now, we have the Fast Menu plugin which add drop down menus to the ACP! Toungue

The plugin support two types of customization, the position (placement) of the menus (top / sidebar) and an additional customized menu for quick links (you can put any link you want, and can set the link to be opened in a new window).

The plugin is only one file, just upload the file fastmenu.php to the 'inc/plugins/' folder and activate.

http://mods.mybboard.net/view/fast-menu
http://mods.mybboard.net/download/fast-menu

Please suggest any improvement Big Grin

This is how the Fast Menu look while on the top:
(open in new tab if you want to view properly, this is a resized image)
[Image: 8242-1227241696-TOP.JPG]
I must say I quite like the sound of that. I'll install tomorrow and feed back any suggestions Smile
Thanks Matt, appreciate it.
Big Grin
So instead of click you hover over? That's cool! Might install.. not sure yet. Either way nice job.
(2008-11-24, 01:56 AM)dalton Wrote: [ -> ]So instead of click you hover over?
No, ATM, you should click to open the drop-down menu but it's still preventing many unnecessary reloads.

Anyway I will check if it feasible to open the drop-down by only hovering over it, and if it is I'll add it as an option in the next version.

Update: Yes
This is great, thanks. Smile

FYI, to anyone:
you can easily add links like this...

	// first find:
function fastmenu_quick_links(){
	$links = array(
	// Here you can define your own links!

	// Later add:
array('title'=>'Yahoo!','link'=>'http://www.yahoo.com/','blank'=>1),
array('title'=>'ESPN','link'=>'http://www.ESPN.com/','blank'=>1),

...so then you can easily go to your favorite sites from your adminCP.
dude, you rock man! i love this idea. I'll install tomorrow morning ^_^
Nice Work


Now Can you make something like

a paypal donation goal bar???

like this vB forum has http://vc.clanservers.com/forum ????

except for myBB ??
I don't see its very good, i see its at right and not up....
(2008-11-24, 12:55 PM)Giangy94 Wrote: [ -> ]I don't see its very good, i see its at right and not up....
Can you please upload a print-screen or view the source and upload all the html source?

Have you tried to change the placement of the menu? Please test all placement options.
Pages: 1 2 3 4