From the excellent Custom Index plugin, this one provides you an easy way to customise your index with widgets.
I included the widget relevant to the latest entries : news, member, blog, files, bookmarks, pages.
For the moment i recommend to use it in an intranet configuration, because of the ajax way to render the content (Google won't like). If someon knows the tip to render the content of a widget in the server site, let me know.
I prepared differents layouts, based upon a simple combination of three areas. Each layouts is used both for the configuration of the widgets you want in your page and the rendering of the pages. The names follow a simple scheme convention explained here:
To use,
May be you will need to delete the view cached files under your elgg data directory.
French and English Translation given.
Enjoy.
View Fx Nion's plugins
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.
just want to say......woww..... will test it soon.. and reply you back...
Caramba!
voce me surpriendeu!
Mto bom esse pluguin!
GREAT!
" <!-- output the actual comment --> just want to say......woww....."
this looks amazing! can't wait to test it
Thanks all :)
I noticed a little bug i will corect on the next release. It appear whe saving the widget boxes. Thes whor are on the are2 and are3 disapear.
Don't matter, for whom who are impatient, you can anticipate and do the little correction by your own on the file views\default\custom_index_widgets\edit.php
Around line 90 Replace
$middlecolumn_widgets = array();
$area_widget_list = $area2widgets;
by
$middlecolumn_widgets = array();
$area_widget_list = $area3widgets; // Bug corrected in 1.1
and around line 102 replace
$rightcolumn_widgets = array();
$area_widget_list = $area3widgets;
by
$rightcolumn_widgets = array();
$area_widget_list = $area2widgets; // Bug corrected in 1.1
Great mod !
Your patch fixes the mix between area2 and 3 as you save in admin (just after save, the 2 areas are switched when the patch is not applied). But the two areas are still scrambled in front (on my test server, using any template).
Also, bookmarks widget seems to list members instead.
I am trying to make events (from Kevin) and videos (from Izap) to be draggable as well.
Mato
Thank you for all these nice comments !
Effectively, i made a mismatch between the areas, i tried to fix it too quickly but it was in vain. Sorry.
Il will publish the 1.1 probably today, thanks Mato for the bookmarks bug.