Elgg 2.3.10
I thought I understand the Views system of Elgg, but now not so sure anymore.
We want to remove the View input/attachments.php ( hypeAttachments ).
We search the whole mod directory and found only one occurrence of:
echo elgg_view('input/attachments');
It is in forms/attachments/upload.php.
However when we comment this line of code nothing happened - the input/attachments.php View, still continue to display.
So the question is how to get ride of this View?
Thank you
BTW - When we comment the whole input/attachments.php it disappears of course.
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.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Reuven@reuven

Reuven - 0 likes
You must log in to post replies.1 - Every time after these changes you must clear the cache.
2 - Perhaps, some plugins have the same view.
3 - You can try to unextend this view in your custom plugin:
4 - If you make this change in your custom plugin, make sure it's moved after the original plugin by priority.
Learn more methods.
Thank you RvR.
I did all your suggestions but it still does not work.
I do not think there is other same view since when I comment the whole input/attachments.php its content disappears from the page (as desired).
The mystery is what causes this view to appear.