• Resolved mebrand

    (@asfadel)


    Due to the wordpressMU core code change there is some difference with in new forms name. “Edit category slug” plugin is searching for the form beggining to append his own labels and “slug” fields and can’t find it.

    Easy solution:

    1. Open for edit plugin main file
    2. edit-category-slug/edit-category-slug.php

    3. find this text:
    4. var form_addcat = document.getElementById('addcat');
      var form_editcat = document.getElementById('editcat');

    5. change it with next code:
    6. var form_addcat = document.getElementById('addcat');
      var form_editcat = document.getElementById(‘edittag’);`

    voilà.

    The problem resolved, plugin is working.
    The solution resolve form name change.

    https://www.ads-software.com/extend/plugins/edit-category-slug/

Viewing 9 replies - 1 through 9 (of 9 total)
  • This didn’t work as you have it. Take the ‘ off the end & it works. And thank you for letting us know. ??

    Plugin Author Sergey Biryukov

    (@sergeybiryukov)

    WordPress Dev

    Thanks your feedback! I was going to make changes to the plugin, however it seems that WordPress 3.0 Multisite allows to edit category and tag slugs out of the box, without any additional plugins.

    I’d highly appreciate if someone could confirm it.

    I’m using WordPress 3.0 – it does not allow a user to edit the category slugs. It’s extremely irritating.

    What dawn means is the little quote you can barely see at the end of the edit.

    Plugin Author Sergey Biryukov

    (@sergeybiryukov)

    WordPress Dev

    It seems that editing slug is unavailable when global terms are enabled.

    Updated the plugin.

    Sergey – Plugin works incredibly well with 3.0. I was able to change all my category slugs to what I wanted. MUCh appreciated. This should be stock wordpress.

    Plugin Author Sergey Biryukov

    (@sergeybiryukov)

    WordPress Dev

    Glad to hear it. Thanks!

    is this plugin still needed since the merge of wp and wpmu?

    Plugin Author Sergey Biryukov

    (@sergeybiryukov)

    WordPress Dev

    Editing term slugs is unavailable if global terms are enabled. This feature is disabled when installing WordPress 3.0 from scratch, but is enabled when upgrading from WordPress MU.

    This plugin is only needed if you can’t edit category slugs on your install. Alternatively, you can disable global terms by changing global_terms_enabled key value to zero in wp_sitemeta table via phpMyAdmin.

    thx

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Edit Category Slug (WPMU)] How to make it work with last wpmu 3.0’ is closed to new replies.