Hi,
I'm trying to create an alternate view for a plugin but can't find a way to do this...
I would like to display a list of entities within a table.So I tried to override the view defined in page/components/list.php by creating a file in...
Hi,
thanks for this last release, very good plugin !However, I now have a new problem : $("#custom_profile_fields_birthday1").datepick is not a function
Is there a way to solve that ?regards
Hi,
I'm using Group administrators and I have this error when I'm not logged in as adminFatal error: Call to a member function getName() on a non-object in mod/roles/lib/roles.php on line 394
Do you know how It can...
Thank you for this great plugin !
I've added a radio field and got this error :Deprecated in 1.8: $vars['options'] must be an associative array in input/radio
I'm using elgg 1.8.3 and Profile manager 7.1Do you know how to fix it ?
Thanks in...
Thanks for this plugin.
I tried it in 1.8.3 and had to make these changes in mod/contact/index.php :
1) line 18elgg_view_layout('one_column', $area1);becomeelgg_view_layout('one_column', array('content' => $area1));
2)...