Hi,
I try to customize my index. I want to have a view like 100% width on top and two columns 50% below. That I managed. On left column I have a list of ten entries activity. In the right column I want the latest blogs and tidypics pictures to appear.
This already works:
$activity = elgg_list_river(array("pagination" => false, "limit" => 10));
echo elgg_view_module('featured', elgg_echo('river:widget:title'), $activity, $mod_params);
echo elgg_view("index/lefthandside");
But what would be the code for the blogs and pictures for righthandside column? Can someone please help me out?
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
- Hanzolo@Hanzolo

Hanzolo - 0 likes
You must log in to post replies.Thank you very much!