Would be awesome if shortcodes knew about certain attributes, so we could do stuff like:
[jquery_file_upload users=’user1_id,user2_id,user3_id’]
That would display all the files from the specified users.
Or this to show the last 15 most recent upload from all users:
[jquery_file_upload limit=’15’ users=’all’]
Or show 5 most recent uploads from one specific user:
[jquery_file_upload limit=’5′ users=’userid’]
This would make building sites like mine very easy, basically a site where I create a user for a ROM or kernel developer and allow them to upload their builds.
I’d want an easy way to display only a certain users files on a specific page so people that use that devs ROM’s/Kernels on their phones will be able to easily see just that developers files.
If this is on GitHub, I’d be happy to add the shortcode attributes and hook them up where needed and send a pull request.