I am new to elgg, i want to delete powered by elgg on the bottom of the site? And also want to remove the Elgg logo, how do i do that i need help
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.
- Damilola Adeoti@dami

Damilola Adeoti - 0 likes
- Evan Winslow@ewinslow

Evan Winslow - 0 likes
- james stone@jamesstone

james stone - 0 likes
- Candid@Candid

Candid - 0 likes
- iconMatrix@SteveAquila

iconMatrix - 0 likes
You must log in to post replies.Hi Stone,
To delete the powered by link go to
/views/default/views/page_elements/File footer.php
edit footer.php at line 25
or run /update.php
DO NOT EDIT CORE
Instead, override the view in your own plugin.
http://docs.elgg.org/wiki/Views#Views_in_plugins
@ Damilola Thanks for your suppport
@ Evans Thanks for your support
@ Evan
Evan, I followed your link as mentioned in this discussion (to override the view in my own plugin), but I am wondering if this wiki document is up-to-date for Elgg 1.7. Also, since I am very amateur in my understanding of programming, etc; I still am unsure about where to go in C panel to do this. I don't see a plugin for this (removing "Powered By Elgg" ). I just want to make sure I don't cause issues with the script.
Your feedback is much appreciated.
Thanks!
Candid
the best way I found to do it, is to overide it, in the theme you are using.