Forum Replies Created

Viewing 15 replies - 121 through 135 (of 233 total)
  • Plugin Author DeBAAT

    (@debaat)

    Hai Hugh,

    Thanks for the more detailed explanation.
    You finish asking whether this is possible. Well, it is one of the main reasons this plugin exists 😉
    So I tried to follow your description and I have to say, it works as I intended and as you described above.

    Could you test whether this plugin is interfering with another plugin on your site?
    You could test this by disabling all plugins exept this WP MCM. See if it works. If it does not, maybe there maybe something with the settings of WP or this WP MCM. Can you provide a screenshot of the WP MCM Settings page?

    If it works with only WP MCM active, there is an issue with one of the other plugins. Try to activate one plugin and test. If it is ok, proceed by activating another plugin and continue until it doesn’t work anymore. Then this lastly activated plugin would interfere with WP MCM. If you tell me which one it is, I might have a look and see whether there is a workaround or whether I need to fix something.

    Hope this helps.

    Gr.
    Jan

    Plugin Author DeBAAT

    (@debaat)

    Hai,

    Thanks for reporting this issue.
    Wonder how it could have passed without noticing myself.

    I’ll fix it in the next release.

    Gr.
    Jan

    Plugin Author DeBAAT

    (@debaat)

    Hai Hugh,

    Thanks for using my plugin.

    I’m not quite sure what’s happening at your site.

    It puzzles me when you talk about ‘search’ and ‘filter’ as they are both two different things. The filter is set by the dropdown and activated by the “Filter” button on the list screen while the search is related to the input field on the right in the same row. In grid view, the filtering works similar but the “Filter” button as the change of the dropdown is shown immediately.

    Can you explain a bit more on this issue?

    Gr.
    Jan

    Plugin Author DeBAAT

    (@debaat)

    Also, on the WP MCM Settings page, there is a setting called “Use Post Taxonomy” (it is the one before the last one). It might help if you switch off this option.

    If this doesn’t work either you could try to disable a search function al together.
    In the file “\wp-content\plugins\wp-media-category-management\include/class-wp-mcm-plugin.php” find the function “mcm_pre_get_posts” on line 158.
    Add a new line 159:

    return;

    This will disable the search functionality for the situation you describe.

    Hope this helps.

    Plugin Author DeBAAT

    (@debaat)

    Hai Ahir,
    Sorry to hear you have big issue.

    Unfortunately, I don’t understand your issue.
    Can you explain the steps you take so I can replicate the issue?
    Maybe a screenshot?

    Also, on the WP MCM Settings page, there is a setting called “Search Media Library” (it is the last one). It might help if you switch off this option.

    Hope your issue will be solved soon.
    Jan

    Plugin Author DeBAAT

    (@debaat)

    Thanks for the review!
    Sorry, but this is not foreseen.
    Folders are something completely different from the categories.

    Plugin Author DeBAAT

    (@debaat)

    Thanks for the review!
    And I’ll have a look whether I could implement your request.

    Plugin Author DeBAAT

    (@debaat)

    Hai Ahir,
    I’m not quite sure I understand your question.

    I have implemented a toggle function which means that the same function is used to either assign a category when not-assigned or to deassign a category when is has been assigned before.

    The toggle function works for individual commands using the “Toggle [cat]” link for each image as well as for the bulk actions.

    Hope this helps.
    Jan

    Plugin Author DeBAAT

    (@debaat)

    Ah, that could work.

    Maybe better, try to load the admin functions in the plugin itself.
    To do this, comment out lines 64 and 66 in file “wp-media-category-management.php” like this:

    63   // load code that is only needed in the admin section
    64   //if ( is_admin() ) {
    65   	require_once( WP_MCM_DIR . '/include/wp-mcm-admin-functions.php' );
    66   //}

    I’ll see whether I can help out in the next release.

    Hai,
    I agree with Jakkel.

    If only the pro version allows for integration with Moodle, why advertise on the main page of this plugin with the Moodle integration features…

    To avoid these kind of misunderstandings, you should clearly state this on the main page!

    Plugin Author DeBAAT

    (@debaat)

    Hai

    Are you possibly using your code on the front-end or for non-admin users?
    The function mentioned is defined in the file “wp-mcm-admin-functions.php” which is only loaded for admin use.

    Plugin Author DeBAAT

    (@debaat)

    Hai Ivan,

    Do you have a test environment to try the plugin disabling?
    Or maybe you can send me a list of the plugins you have installed.

    I use the plugins “debug-bar” and “debug-my-plugin”. They generate debug info on a separate page. It can be shown by clicking on the “Debug” link in the top-right corner of the admin bar. Maybe you could send me the text shown on the “WP MCM” tab?

    Plugin Author DeBAAT

    (@debaat)

    Hai Paal Joachim,

    Thanks for this review.
    Looks like I’ve got a nice todo list for next releases 😉

    A question:
    What do you mean with “What about iIncluding a link to settings beside Activate-Edit-Delete-Then Settings“?

    Plugin Author DeBAAT

    (@debaat)

    Hm.
    Can you try to test without any other plugin?

    I just tested a Serbian version on my site and this works fine following the steps you described earlier.

    The way to test interaction with other plugins is to disable them all except my plugin. Test the workings. If it works, enable a plugin and test again. Repeat this for all plugins until it doesn’t work any more.
    Note the plugin that resulted in a failure.

    Hope this helps.

    Plugin Author DeBAAT

    (@debaat)

    Ok, you’re right.
    Fixed it now another way in V1.6.1.
    Thanks for helping out!

Viewing 15 replies - 121 through 135 (of 233 total)