I would like tabs for users that are logged in but not available to public viewing or access... Is this possible and where can I can set the attributes for the tabs? It would be nice to have a drop down as you do in other features where you can select public or logged in users, etc. when you add a menu item! Just like the Access drop down below!
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.
- Evan Winslow@ewinslow

Evan Winslow - 0 likes
- cheyennemtnman@cheyennemtnman

cheyennemtnman - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
You must log in to post replies.if (elgg_is_logged_in()) {
elgg_register_menu_item(...);
}
Thanks Evan but where does that go into
inside the init() function of start.php in your plugin.Take a look at plugins like blog, bookmark etc.