I would like to list all the images present in the database, in one of my pulgin.
I am new to elgg, can you please let me know what all changes, I have to do and in which all file.
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.
- Anant@anant
Anant - 0 likes
- Juho Jaakkola@juho.jaakkola
Juho Jaakkola - 0 likes
- Steve Clay@steve_clay
Steve Clay - 0 likes
You must log in to post replies.plz someone help me
What exactly do you mean by "all images"?
Using the unix find command in your dataroot with a list of extensions is probably the most efficient way. Many Elgg plugins store files based on convention so there is not a DB row for each file/image, and each plugin can have its own convention.