DeBAAT
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Media Category Management] Keyword search inside categoryAha,
Thanks for this update.
It could very well be a multi-language issue.
I thought it would be fixed with V1.5.2.
Just uploaded V1.6.0, can you test with that version?What language are you using?
And what is the translation of the “Filter” key word shown on the button in your language?Forum: Plugins
In reply to: [WP Media Category Management] Can't Get Startedβ¦Hai Anna,
Just uploaded V1.6.0 which added some features.
Hope you can use some πOne I like particularly is the new feature adding a MCM Category widget.
With this widget, you can add a list of MCM categories to a front-end page using the new widget.Forum: Plugins
In reply to: [WP Media Category Management] Keyword search inside categoryHai Ivan,
Thanks for your review comment.
Unfortunately, I don’t understand your question above.
When I do a search on the Media Library page, it takes into account the filter I used before.
Did you use the “Filter” button to activate the filter feature?If the issue persists, can you provide more information like screenshot or url?
I’m working on V1.6.0 now here you can use the “Search” widget on media files as well. But that is meant for the front-end, not the admin sections.
Forum: Plugins
In reply to: [WP Media Category Management] Posting to CategoriesHai Jeremy,
Thanks for using my plugin.
Looks like you have set the MCM option “Use Default Category” on.
This option allows you to define a default category which is assigned automatically when you upload a new media file.
It should only set the category for the media file though, not the category for the post.You could try to disable this option.
If it doesn’t work, I might have misunderstood your issue.
In that case, can you give me some more information?Success!
Forum: Fixing WordPress
In reply to: How to combine Save Settings and WP_List_Table bulk actions?Just found a workaround using JS to rename the value of the “name” attribute:
jQuery(document).ready(function($) { var action_top = document.getElementById("bulk-action-selector-top"); action_top.setAttribute("name", "my_action"); var action_bottom = document.getElementById("bulk-action-selector-bottom"); action_bottom.setAttribute("name", "my_action2"); });If one wants to apply the same workaround, please take care to only apply this translation on the desired page. You wouldn’t want to break the working of other plugins using the same WP_List_Table.
Although it works, I believe this still is only a workaround. It would be better if the WP_List_Table allowed to define a custom value for the “name” attribute.
Forum: Hacks
In reply to: wp_list_table bulk action not workingHai,
You’ve called your function “column_name“.
In that function, I see you use the item field “$item[‘students_name‘]”.
Unless you also have and defined a column for “$item[‘name‘]”, this doesn’t work.You should try to rename your function “column_name” to function “column_students_name“.
The syntax for those functions is “column_$custom( $item )”, see the definition of WP_List_Table.Hope this helps.
Forum: Plugins
In reply to: [WP Media Category Management] Filter results not as expectedHai Els,
If you are using a non-English version of WP, there might be an issue with the translation.
I’ve just fixed it in V1.5.2.
Can you give it another try?Good luck.
Forum: Plugins
In reply to: [WP Media Category Management] "No Categories" shows nothingThanks.
I think I found the issue.
From the information, I can deduct you are using the German translation.
And your button doesn’t read “Filter”, which is the text I use to determine the action.
I’ve updated this in a new version 1.5.2.
Should work now πForum: Plugins
In reply to: [WP Media Category Management] "No Categories" shows nothingNo problem π
Although I do find it a bit of a problem it still is not working…
Would you help me sending some debug information?
I use two plugins “Debug Bar” and “Debug My Plugin”, both can be downloaded from the WordPress repository.
I would prefer you to mail me the results you can find on the WP MCM debug page that can be shown using the “Debug” link on the right of the Toolbar on top.
Please select the ‘No categories’ on the page where its not working first.Gr.
JanForum: Plugins
In reply to: [WP Media Category Management] "No Categories" shows nothingHai Kai,
Sorry if I offended you by asking about the filter button.I just uploaded V1.5.1 which should solve your problem.
Can you have another go at it?Thanks.
JanForum: Plugins
In reply to: [WP Media Category Management] Filter results not as expectedHai Els,
Just uploaded V1.5.1 which fixed some issues.
Can you have another go to see whether this also helps in your case?Thanks.
JanForum: Plugins
In reply to: [WP Media Category Management] "No Categories" shows nothingAh, just thought.
Are you using the Post Categories?
Because I’ve got this effect now on my site as well.
I’ll have a look at it.Forum: Plugins
In reply to: [WP Media Category Management] "No Categories" shows nothingSorry to ask, but did you use the Filter button?
The behaviour in list and grid mode is different.
In grid mode, it is ajax based and works immediately.
In list mode, it is form based and only works after pressing the filter button.Another thing: What version of WordPress and what theme are you using?
If you tell me, maybe I can mimic your settings because in my environment it just works fine.Forum: Plugins
In reply to: [WP Media Category Management] Filter results not as expectedHai els,
Sorry to hear you won’t be using the plugin any more.
Can you test and tell me which plugin is causing the trouble?
Maybe I can find a workaround.Gr.
JanForum: Plugins
In reply to: [WP Media Category Management] "No Categories" shows nothingHai Kai,
Thanks for the response.
There are plugins who fiddle around with categories or media without telling.
Best is to test all plugins the way I described.
Gr.
Jan