I have done a object list , doing this way
$options array('type'=>'object','subtypes'=>'video',owner_guids'=>array($owner->guid));
$content .= elgg_list_entities($options);
$params = array(
'content' => $content,
'title' => $title
);
$body .= elgg_view_layout('content', $params);
echo elgg_view_page ( $title, $body );
This generates automatical the "All-Mine-Friend" Menu on the top on teh list, but how can I remoce it?
I have tried to override this view:
navigation/menu/elements/section
but then all menus gone
Which view I have to overwrite or how can I do this?
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.
- ihayredinov@ihayredinov

ihayredinov - 0 likes
You must log in to post replies.add 'filter' => false to your parameters list, or use 'one_sidebar' layout instead