24.11.2008, 07:28
(Dieser Beitrag wurde zuletzt bearbeitet: 26.08.2014, 09:52 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Fast Menu
Zitat:~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ ACP Fast Drop Down Menus ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Every time you just want to enter and make some simple administration actions,
you need to press again and again on different menus till you go.
BUT, that is the past,
Now, we have the Fast Menu plugin which add drop down menus to the ACP!
Installation:
~~~~~~~~~
The plugin is currently one file only,
just upload the file fastmenu.php to the 'inc/plugins/' folder and activate.
Using:
~~~~~
The plugin support two types of customization, the position (placement) of the menus
and a customized spare menu for quick links. But for now you can customize
it only by editing the source.
- ~ Position:
If you'll open the source of the plugin, you'll find on line 16:
define('MENU_TOP','TOP');
This is the constant that cause the fast menu to be on the top of the ACP,
the other option is in the sidebar. If you want the fast menu to be in the sidebar just
add two slashes ( // ) to the start of line 16.
- ~ Customized Menu:
The links in the last menu 'Quick Links' are just an example I've put,
you may put any other link, anything you want. Open the source, scroll to the end,
the function fastmenu_quick_links() create that menu. It isn't hard to understand
how to add/remove a link, just take a look.
This is how the menu is looking while on the top:
[Bild: http://mods.mybb.com/uploads/previews/82....thumb.JPG]