The users are not required to add anything into the description field for these content types. They can, if they want to, but only the title field is really a required input field.
It seems to only be within Videos plugin by
1.12.1 | |
ID | videos |
---|---|
Author | Gerard Kanters |
URL | https://www.centillien.com/ |
any idea where or what has to be changed for this to be corrected/not required? thanks
Most likely it works if you change the line
if (!$title || !$description || !$video_url) {
to
if (!$title || !$video_url) {
in the file videos/actions/videos/save.php. But I can't give any guarantee that it fully works without issues (as maybe the existance of a description is expected elsewhere in code).
In first, backup your DB.
Now choose of method:
repair table elgg_users_entity
Learn docs also
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.