Hello guys, I started using elgg now and am having trouble developing a plugin to filter the files that have been added to the site, by date.
Can anyone guide me or tell if there is any plugin for this?
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.
- Paweł Sroka@srokap

Paweł Sroka - 0 likes
- Samuel Santana@samuel.santana

Samuel Santana - 0 likes
You must log in to post replies.Just put the timestamps under the keys 'created_time_lower' and 'created_time_upper' in options passed to elgg_get_entities or similar getter (elgg_get_entities_from_*)
Thanks very much (Muito obrigado) Pawel Sroka