merganser
Forum Replies Created
-
By default administrators are allowed to view everything. For 1.1 you will need to select administrator from the permissions multiselects and click save. Then refreshing your browser will bring up the left nav correctly for administrators. At least that was the process I went through.
Thanks
sorry about that. I started running wordpress in debug mode for development and scrubbed a lot of those errors out from the plugin.
1.1 has bulk add from the media library
Forum: Plugins
In reply to: How do I add a filter dropdown to the media-uploadI ended up creating my own tab in 1.1. The only way I found a way to add a filter was to recreate the tab.
I implemented what you sent in 1.1
Great work. Thanks for the assist. Especially with the roles and capabilities.
Thanks Basos
Another suggestion is that I have seen some other developers use https://pastebin.com.
This will be fixed in the next version and default to unlimited.
Hi Basos,
I have actually been working on the next version of this plugin that will include several of the items you mentioned. But I would still like to get a look at the changes you made. Please just post the update code here or post a zip to some file sharing location. ThanksForum: Plugins
In reply to: [Media Library Categories] Call to undefined function cleanQuery()Sorry about that RoordaTim, I had this function in place for my theme but forgot to copy it over to the plugin before submitting. I have released the fix in 1.0.8. Sorry again for the bad release.
Forum: Plugins
In reply to: [Media Library Categories] Enhancement – sort on search and file uploadI will keep this in mind for the next release thanks!
I added this to the latest release. Thanks!
Forum: Plugins
In reply to: [Media Library Categories] Some Categories Won't SortI tried this in the latest wordpress and had no issues. Perhaps another plugin is blocking it.
Forum: Plugins
In reply to: [Media Library Categories] Only most recentYou might look the function get_category_archive that is defined in the media-categories.php. I use this function in the taxonomy-media_category.php as a way to view media in a certain category by date posted. This function also shows how to get the description.
(($categoria->description!=”)?'<p>’.$categoria->description.'</p>’:”);
To delete the default category you must first choose a different one as your default in the media options admin page. I had hoped to place every media item in this default category upon upload but not sure if this will ever see the light of day.
Hi imHavoc,
I like the additions. Sure I would get a lot use out of them. I will add them to the next release.
Rick