• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 4.x Series
    • Bug
    • Adding/removing pages in categories js issue

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: Adding/removing pages in categories js issue

    • Issue Tools
      • View Changes
    1. issueid=4019 September 30, 2014 4:29 PM
      delicateglow delicateglow is offline
      Junior Member
      Adding/removing pages in categories js issue

      Two issues relating to adding/removing pages in categories. Both of which happen when editing the article page.

      1. If you select a category to be added then remove it, you cannot search for another category to add the page in during the same session. The category finder will not show up any new categories.
      2. If you save a page with a category, go back to the page and edit it, you cannot remove the article from that category.
    Issue Details
    Issue Number 4019
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Unknown
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.0.0 RC 3
    Fixed Version 4.0.0 RC 4
    Milestone VaultWiki 4.0 Gold
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. September 30, 2014 6:02 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the next release.

      In vault/resources/js/categorize.js, find:
      Code:
      vw_Categorizer.selected[key] = this;
      Add before:
      Code:
      		this.setData("itemkey", key);
      		this.one("a.vw-search-deselect").on("click", vw_Category_Events.prototype.onclick_deselect, vw_Categorizer);
      Find:
      Code:
      		sorter[sorter.length] = i;
      		this.selected[i].remove();
      Replace with:
      Code:
      		if (this.selected[i])
      		{
      			sorter[sorter.length] = i;
      			this.selected[i].remove();
      		}
      Reply Reply  
    2. October 1, 2014 3:30 PM
      delicateglow delicateglow is offline
      Junior Member
      I can't find any of that in categorize.js
      Reply Reply  
    3. October 1, 2014 3:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      Your javascript files are probably compressed. You would have to download the package with the uncompressed JS option in order to find it.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 3:53 AM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.