I like that very much and up to a point it gives me a good restriction although it is markedly too much. I'd like to have a fronmt page more like the one for ELGG itself. How do you do that?
it gives you some general news and does restrict to none inscribed people or maintanins members to a certain access.
The source code for elgg community is opensource and is available at http://github.com/elgg
In that case you must write a theme (or use the code provided in the link above), in order to achieve appareance you want, combine Matt's answer and your theme and you should get what you want.
An easy way to start is to modify topbar menu, if your users are not geeky enough you can hide links and they won't access certain pages, but of course this is a temporal solution in the meantime you write your theme.
Test for a logged user using:bool elgg_is_logged_in()
Remove elements from topbar or site menu: elgg_unregister_menu_item("site", "thewire");
And add elements to topbar or site using:
elgg_register_menu_item('topbar', array( 'name' => 'profile', 'href' => $viewer->getURL(), 'text' => 'Editar mi perfil'));
So I downloaded profile manager, but there is no installation explanation. So I installed it now and activated it but still no way to substract profile fields?
I do not want to add profile fields I want to substract 3 of them.
Profile manager serves your need, Khundun. You'd first need to import the default fields to be able to remove/edit it -- at least this is how it used to work last time I used it.
Hey Mr Shouvik Mukherjee you are the bomb
Thank you very much.
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.