elgg_unregister_menu_item('topbar', 'profile');
elgg_register_menu_item('topbar', array(
'href' => "/profile/$user->username",
'name' => 'account',
'priority' => 1000,
'section' => 'alt',
'text' => "<img src=\"{$user->getIconURL('topbar')}\" class=\"elgg-icon elgg-inline-block\" alt=\"$user->name\"/>",
'title' => $user->name,
));
In start.php
Thanks a lot
banners like ads? or what?
You can get the ads rotator plugin and place many various ads in desired spots for logged in users. I use a customized footer and have a few banners down below on every page. As for the main page, I would recommend getting the widget manager/homepage cms plugins -- which will allow you to use the freehtml widget so you can copy some html codes for banners to display in various sizes on the main page, in addition it will also let you customize your main page with whatever widgets you have installed.
Homepage CMS:
http://community.elgg.org/plugins/968182/1.0/homepage-cms
(will allow you to use the freehtml widget so you can copy and paste html codes for banners on main page + customize your main page to your liking, I recommend to all)
Ads Rotator:
http://community.elgg.org/plugins/833989/1.4/ads-rotator-18
(works good for logged in users, place different ads everywhere you want once they login)
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.