Owner: ihayredinov
Group members: 2182
Are you new to Elgg and wish to build a new plugin or to customize an existing one to your liking? Do you need an advise, a tip or an idea? Are you looking for the best approach in achieving the results you need? And most importantly, are you ready to do the work yourself, spend time learning programming languages, understanding the script and respecting the coding standards?
If you answered yes, then this group is for you.
Those of us, who have been in this community long enough, understand the value of sharing the knowledge and educating the newcomers - at the end of the day it saves all of us time and effort.
Please read the GUIDELINES before posting:
http://community.elgg.org/pages/view/835629/group-guidelines
Welcome to Elgg.
There is no option or button to remove this field.
For this reason, you need to use a custom plugin to alter the view of the add/edit blog form.
You can use this skeleton plugin.
We will use override method to alter the views.
Copy this file:
\mod\blog\views\default\forms\blog\save.php
To this folder:
\mod\my_plugin\views\default\forms\blog\save.php
Open this file and remove this code:
echo elgg_view('entity/edit/header', [
'entity' => $blog,
'entity_type' => 'object',
'entity_subtype' => 'blog',
]);
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.