I Fixed some ennoying "deprecated messages" mysteriously born with the 1.8.3,
clear som unusefull code, made some tests ;)
The task widget works with the new Tasks Widget.
These version needs Elgg 1.8.3, i tested it successfully with Elgg 1.8.9.
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.
OK - Mr Fx Nion, you can ignore my previous post. I see now you are very busy and only visit this support page about once a year. That's OK - I've decided to stick with the default options offered by Easy Theme. They are enough really for my needs. If I need more stuff on the index page I'll learn how to do it myself.
jon666:
I need not reinstall to have Jubo's colour hack to work in Easytheme. Empty cache did it. But, still the boxes was not nice positioned. I solved this by adding a padding-left in custom_index_widgets/views/default/custom_index_widgers/css.php
td.half {
padding-left:20px;
width: 47%;
Thanks to author, finally work nicely on elgg 1.8.14.
Not at first launch of course, follow instructions, desactive all plugins who edit the index, put custom index widget on top priority, clear cache again and again, this will work ;)
doesn't work for me :( how can i use?
Hi all,
Im using version 1.8.18. After I installed the plugin, why can't I find the Custom Index in Admin settings? is there something I miss?
We need this for elgg 1.9 :)
Hi,
Well, it's been a long long time since i went there.
I gonna take a look at the requests, and if necessary, deliver an 1.8.19 compatible version and 1.9.0rc5 compatible one.
Regards
Fx
Good news, i cooked the new version of this plugin. Hope it will please you.
I have been trying to add/register a widget i build in one of my mod's so it can be displayed on my welcome page. I add the following code in the start page:
if(elgg_is_active_plugin('wet4')){
elgg_register_widget_type('profile_completness', elgg_echo("wet4:widget:profile_completness"), elgg_echo("wet4:widget:profile_completness"), array("custom_index_widgets"), true);
}
but still is not appearing in my list