Can't see any way to add custom items to admin menus
The option to add quick links to the main, blue admin menu on the left-hand side, for example straight to 'template files' or to 'add new article' or any other function that is going to be used frequently and regularly.
Labels |
Added:
?
|
@Scrabble96 can you please close this Issue as its answered?
This should be closed as the question has been answered
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-21 22:37:30 |
Closed_By | ⇒ | Quy |
Closed_By | Quy | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23446
NoYes.
No: At the moment there are some bugs making it unhandy #23070 to add an additional menu.
Yes: Since Joomla 3.? one can create custom administrator menus. And also replace the original "Admin Menu" (see the back-end modules) with a custom one.
Yes: You can manipulate the
$menuTree
in a custom com_menu module override (layout).myadmin.php
or something like that that you select inAdmin Menu
asLayout
.