Another possibility would be to override views/default/page/elements/header.php. If you don't want anything from header.php displayed, you could override it with a modified version that is empty beside the initial <?php line.
If the modification seems to have no effect, you might need to flush the cache in the admin area. And it might be that some other plugin (theme) overrides the view(s), too. So, you would have to make sure that your plugin that contains the modified views is placed lower in the plugin list.
Hey, thanks! It turned out my override was working. The cache needed to be flushed, but I missed that. Also your method works too. Thanks!
From https://elgg.org/about/download page:
create one easily: After executing
composer install
, delete the contents of the/mod
directory.
Unfortunately I had errors with composer in my environment. I did download the zip package and yes there's a mod folder. Is this directory the only part that settles the legal agreement between MIT and GPL? In that case it'd be safe to delete from the zip package.
Is this directory the only part that settles the legal agreement between MIT and GPL?
Yes, you can read more about it.
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.