5.9 (2011-02-15):
As a view has been removed please remove plugin before uploading the new version, so the view will also be removed.
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.
@thuvalpakshi the pm_datepicker sends the user timestamp, but because of a mismatch between the timezone settings of the user and the server related to summertime/wintertime these problems occur. I currently have no sufficient way to resolve this issue, so i suggest you switch to a normal datepicker (that doesn't save a unix timestamp) but a date/time formatted string.
You could use this plugin (http://community.elgg.org/pg/plugins/project/385112/developer/tomv/datepicker) to include a datepicker. Or use the core calendar plugin. However the profile_manager search does not support searching these types of fields.
Thank you, Would love to know what caused it!
@ Jeroen
thanks for the suggestion about the datepicker plugin but ive installed it and i dont see any change. basically i just want the date picker option that you have in the screen shots of this plugin instead of that calendar veiw. any ideas?
@djSupport the problem is related to metadata on the registration form being created based on ACCESS_DEFAULT. It should have been get_default_access($user). The ACCESS_DEFAULT access id makes all metadata invisible for all non-admin users.