5.5:
- added: ability to preload members search form with (POST or GET) input variables (not available for date fields)
- added: own url output view, because elgg default doesn't auto add http://
- added: target _blank to all url output views on profile details and full_profile
- added: ajax/loader to members search
- changed: on the search page multiselect fields and all fields marked with show as tags are searchable (Elgg 1.7)
- changed: initialise_attributes of ProfileManagerCustomField & ProfileManagerCustomProfileField to make it more efficient
- changed: profile type now saved with correct access level (Elgg 1.7 default was PRIVATE)
- changed: search is not an action anymore
- fixed: profile page not displaying after edit (caused by datepicker)
- fixed: reset not working in Elgg 1.7 (due to use of delete_entities function)
- fixed: restore not working in Elgg 1.7 (due to use of delete_entities function)
- fixed: accordion not working in Elgg 1.7 (include of accordion js only when version < 1.7)
- fixed: multi select not saving in Elgg 1.7 (related to trac #2016)
- fixed: multi select not created correctly on register and admin user form
5.4:
- added: hooks to extend membersearch sql string
- fixed: custom_profile_type visible on profile details for admins when nothing else has values
- fixed: unable to remove categorie -> profile type relations
- fixed: tabs not working correctly when changing profile type on profile edit
5.3:
- added: extra classes and a * to register form mandatory fields
- fixed: updating of profile type and category not possible
- fixed: applied nasty fix to hide configuration from search results
- fixed: members search result profile icons not showing pulldown
- fixed: members search not filtering on profile type in Elgg > 1.6.x
- fixed: members search fields not listening to admin_only
View Jeroen Dalsem'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.
Hi found the solution to my problem I just commented a few lines in the views of the plugin.
Now I know when to get if back (uncomment)
Thanks Shouvik for your help
I have a problem in the way the field options are given.
If I have a field that is admin only however i have given that the user can edit the field , my assumption is that if I login as a user then I will be able to see and edit the field that is admin only but I cannot view that field of others. But I see that I cannot view that field at all let alone edit.
Am I wrong in my assumption?
At the bottom of the search form there is a box with content such as this... is it supposed to be there? Not very friendly... can it be hidden?
QUERY
SELECT distinct e.* from elggentities e join elggusers_entity u on e.guid = u.guid JOIN (SELECT subm1.*, s1.string FROM elggmetadata subm1 JOIN elggmetastrings s1 ON subm1.value_id = s1.id) AS m1 ON e.guid = m1.entity_guid where ((m1.name_id='1442' AND m1.string = 'Devon')) and ( (1 = 1) and e.enabled='yes') and ( (1 = 1) and m1.enabled='yes') order by e.time_created desc limit 0,10
@Mark Its because you're the administrator of the site. It wont show for regular member ^_^
Ah! Is this so, I could find no referance to this feature, so many thanks for pointing it out, I am happy now! Many thanks :-)
Is there any documentation on this?
I am a little confused about how I would create different field types for different profiles and have users register as diffrent profiles.
I am facing four problems in profile manager which are following:-
1) Drop down options are reset it we edit profile any time.
2) Profile cover large space after entering 20 fields in profile, I mean if we add a link to full profile then it need to be shrinked upto little space instead of expending to the whole page.
3) when I add a date it automatically reduce one day from it .
4) About me option is still remain same and we are unable to fill any thing in it.
Please reply me if this happens only to me .
Thanks
@ghumanz... this is the same problem. i am facing....lol..
@ghumanz
there is a fix in the comments for your first problem...try to search.
Hi,
Is there any easy way to change multiselect to standard checkbox?
Mhhh, whatever I do i get this error message:
We encountered an error (token mismatch). This probably means that the page you were using expired. Please try again.
Any ideas?
hey, i created a new type of input[] inside /input , and i want to bring that in profile-manager pulldown menulist, what shall i do for bring in that field type.
I Created Different type of Input field in Input. I trying to add that name into Pulldown list of Profile Manager ( Add new Profile field). What shall i do for that? Where did I register for getting that input field name in Pulldown list?
@lingesan look here for information how to extend the input type for profile manager
http://community.elgg.org/pg/pages/view/344921/
@Jeroen Dalsem Thank you for Your Information. Now i move that Page. After Get the Information i contact you
@Jeroen Dalsem Its good, But I want to Add my Input field into->pulldown(Profile Type)->Add a new profile field ->Replace profile fields When the URL of /pg/profile_manager/profile_fields.Give Idea to me....
Can anybody help me with this?
We encountered an error (token mismatch). This probably means that the page you were using expired. Please try again.
@Jeroen Dalsem Is there any Possible way for validatating registeration fields in client side through Profile Manager...
Got the same message but a search helped out, might help you as well:
@gillie: Thanks so much mate...actually works for me too!!! ;-)
@gillie Uh, I had missed that part. Thank you!
Does anyone know how to remove the image beside the datapicker? When I remove it from the datapicker area and extend the field to 260px, a bug occurs. Is there any better way to do that?
In Profile Manager the Date Picker field is not working Proberly. The date was automaticaly dicreased by 1 after save.
Does anyone Know how to solve this problem? Give me idea...
This problem is yet to be resolved on this plugin I think. I used another datepicker from this community and placed it below the profile_manager. Then, used 'Calendar' for the dates and it worked. ☺
I am really dissapointed that the date picker issue has not been fixed after all this time. Indeed, I am very surprised that the plugin was released with the issue as the calendar plugin is used by so many. Roll on 1.8 with it's core datepicker!
If I know how to get rid of it from this plugin I'd be happy too. It is not necessary for my needs.
@Mark Bridges - There is another datepicker plugin on this community. Use that.