DeBAAT
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Date fields not updated using [pdb_record]Hai,
Thanks for this quick reply.
I updated your latest version and it worked!
Problem solved!
Gr.
JanHai Gaspard,
Yes, that’s possible.
In fact, I just used it myself in the new functionality for the new shortcode attribute in method “mcm_wp_get_attachment_link” like this:$terms = wp_get_object_terms($id, $media_taxonomy);The $terms returned contains an array with all categories that belong to the $id.
Hope this helps.Best,
JanHai,
Thanks for the compliments.
The “Name for Custom MCM Taxonomy” isn’t a bug but a result of the reason this plugin exists.
I started like you with another plugin which seemed to work fine, however didn’t had the capability of “bulk” management. So I created this plugin.
For ease of use, I defined my own “media_category” taxonomy which was different from the “category_media” as used by the other plugin. In order to support the category definitions already available as defined by the other plugin, I created the option to select another taxonomy from all the ones available. And defined the “Name” fields to make it easier to distinguish them in the Admin pages.
Hope this helps.
Best,
JanForum: Plugins
In reply to: [WP Media Category Management] Get term as linkHai Naransim,
Can you check the new shortcode attribute I added in V 1.9.0?
I hope this delivers what you want.Best,
JanForum: Plugins
In reply to: [WP Media Category Management] Filters are not workingHai Anna,
Sorry to hear it doesn’t work.
Can you provide me with some more information on what you would like to achieve?
On what pages do you want to filter?
Does it work when you only deactivate WP MCM?
JanForum: Plugins
In reply to: [WP Media Category Management] Media Library load time excrutiatingly slowHai,
Thanks for the warning.
I’ll have a look at the processing done by WP MCM.
JanForum: Plugins
In reply to: [WP Media Category Management] UninstallHai Marlimant,
Strange the error you encounter is linked to WP MCM.
As far as I know, WP MCM doesn’t create any new tables. It uses existing tables via the functiona provided by the WordPress api.
Can you provide me with some more information on the error you’ve got?Jan
Thanks, it works now.
Forum: Plugins
In reply to: [WP Media Category Management] mcm_categories not visible in bulk dropdownThanks for the feedback!
Forum: Plugins
In reply to: [WP Media Category Management] update wpackagist with latest?Hai Sam,
I just updated to V1.8.2 to indicate tested to WP 4.4.2.
As far as I know, I’m using the WP guidelines and cannot think of anything else to do differently.Hopefully, this update is catched by wpackagist.
Gr.
JanForum: Plugins
In reply to: [WP Media Category Management] mcm_categories not visible in bulk dropdownHai Konsument,
Thanks for solving this issue.
The next issue has something to do with css styling.
I can reproduce the issue when I remove the “admin.css” file from the WP MCM installation.The width of the drop down is calculated for two drop down lists. When I add a third one, the drop down lists become too large to fit. So I limited the width of the drop down to 30%. However, when the “admin.css” file containing this setting is not loaded (properly?), it will miss the setting.
What browser are you using? It may have something to do with that.Hope this helps.
Gr.
JanForum: Plugins
In reply to: [WP Media Category Management] wp-mcm category shortcode not workingHai J,
Thanks for reporting and even more so for solving this issue at the same time.
Jan
Forum: Plugins
In reply to: [WP Media Category Management] update wpackagist with latest?Hai Sam,
Thanks for the explanation.
And maybe you can help me out here?
As far as I thought, I defined the V1.8.1 just like my other versions.
It is also shown in the list of tags on the SVN repo.However, when I look at WPackagist, it looks like it updated at 15.02 while I uploaded tag 1.8.1 at 15.58.
I cannot determine why this is as I’m not familiar with WPackagist.Sorry I can’t help you out here.
If you have any suggestions, please let me know.Gr.
JanForum: Plugins
In reply to: [WP Media Category Management] update wpackagist with latest?Hai Sam,
Thanks for using my plugin.Unfortunately, I don’t understand your question.
What are you waiting for? What do you want to use Composer for?Gr.
JanHai all,
I’ve just uploaded version 1.8.0 where there is no restriction on when to show the media selection drop down.@nscalessa,
I’m not quite sure whether this is indeed the same problem.
The plugin doesn’t touch the images themselves, it only registers category information on an image.
So when you disable (or uninstall) the plugin, this should have no effect on the images stored on your site. In fact, all information regarding categories or taxonomies will stay in the WordPress database and will be available again when the plugin is re-activated.
So I’m very curious as to why your images are not shown. Did you test other plugins active on your site?
In a situation like this, I would deactivate all plugins to see whether the basic functionality is working. From then on, I would re-activate the plugins one by one and test the required functionality after each activation. In the end, this would often show which plugin is causing the issue.Hope this helps.
Jan