Hey,
I was hoping to use get_entities('object', 'image'...) for getting a count of total images for this user but the guid there is not for the user but rather for the album.
Is there a way to get a count of all images then aside from getting all album entites and looping each one of them?
Regards,
Liran.
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.
- Tidypics Team@tidypics

Tidypics Team - 0 likes
- Liran Tal@liri2

Liran Tal - 0 likes
You must log in to post replies.Liran, try the function tp_get_entities()
The elgg version doesn't handle owner_guid correctly so we include our own version.
thanks, that seems to work nicely