Hello again! So, I was able to change my log in page to fit my needs, now I need to change how the inside of the site looks. I was wondering if there was a plug-in or a how-to on customizing, adding, deleting pages?
thank you!
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.
- juanjosegzl@juanjosegzl

juanjosegzl - 0 likes
You must log in to post replies.First thing you need to do is to find what view (page) you want to modify. It is useful to activate an option that shows path of views as comments in code. You need to active plugin "Elgg developer tools" and activate option "wrap views" (or something like that).
Now you can see in html code path of view you want to modify, you have to write a plugin and overwrite that view.
Create a plugin: http://docs.elgg.org/wiki/Plugin_development
Views functions: http://docs.elgg.org/wiki/Engine/Views