Hello,
I'd like to add new columns to the admin menu items in Utilities, Appearance, etc.
I'd like the page URLs to be
/admin/appearance/header
How would you do this?
Thanks in advance,
Speedysnail6
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Ben Potter@Speedysnail6

Ben Potter - 0 likes
- Aldo Anizio Lugão Camacho@aldoanizio

Aldo Anizio Lugão Camacho - 0 likes
- Matt Beckett@Beck24

Matt Beckett - 0 likes
- Aldo Anizio Lugão Camacho@aldoanizio

Aldo Anizio Lugão Camacho - 0 likes
You must log in to post replies.Hey,
I figured this out. Sorry.
Hey Guy.
How Did You That ?
I`ve made a search but i just found one hook to Front-End Menu.
My first contact with this system was this week, so I'm starting to know the system folder structure and functionality.
Regards From Brazil.
'admin' is a special pagehandler
All you have to do to create an admin page is create the view
so 'mod/my_plugin/views/default/admin/my_plugin/page.php' would be used for [url]/admin/my_plugin/page
Oh Thanks Very Much Guy.
So if I would to put a new submenu item inside 'Users' top level item ?
Is there any way to do this ?