• 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 3.x Series
    • Bug
    • Vault Wiki Prevents Reply to posts

    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: Vault Wiki Prevents Reply to posts

    • Issue Tools
      • View Changes
    1. issueid=818 September 7, 2009 6:08 PM
      tommythejoat tommythejoat is offline
      Regular Member
      Vault Wiki Prevents Reply to posts
      Experimenting with Island namespace disable posts on entire boar

      At roughly 2:30 this afternoon, I enabled an Island namespace. when I looked at the namespace it had an Island prefix and I used the Vault Wiki Namespace Manager to rename it "Journal" which matched the name of its forum.

      When I then revisited a post I had made in the island, I was denied access. After checking all permissions, I changed the name back to Island and everything seemed to be OK.

      About an hour later users were no longer able to reply to any messages on the board not in a wiki. They were redirected to a vBulletin messaging form.

      I first tried disabling the Island when I was called about the problem, but that did no good. Currently I have Vault Wiki and all addons to it disabled via the Plugins and Products interface in ACP.

      I am stuck now. I have not yet closed the wiki forums, but they are no longer functioning as wikis, of course.

      The messaging form contained the text:

      "Discussions are disabled in this Namespace."
    Issue Details
    Issue Number 818
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Non-Wiki Threads / Posts
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 2.5.2
    Fixed Version 2.5.3
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. September 7, 2009 8:16 PM
      pegasus pegasus is offline
      VaultWiki Team
      This only happens if you have clicked "Save" when editing the Island namespace.

      Fixed for the next build. In special_plugins.php, find:
      Code:
      	if ($vault->namespacecache[$threadinfo['namespaceid']]['options'] & $vault->misc['namespaceoptions']['discuss'] AND THIS_SCRIPT == 'newreply')
      Replace with:
      Code:
      	if ($threadinfo['namespaceid'] AND $vault->namespacecache[$threadinfo['namespaceid']]['options'] & $vault->misc['namespaceoptions']['discuss'] AND THIS_SCRIPT == 'newreply')
      To fix the save action, which disables discussion in islands - in admincp/vaultwiki_namespace.php, find:
      Code:
      	construct_hidden_code('options[discuss]', $namespace['namespaceid'] == SPECIAL_SPACE ? 1 : 0);
      Replace with:
      Code:
      	construct_hidden_code('options[discuss]', $namespace['namespaceid'] == SPECIAL_SPACE ? 0 : 1);
      Reply Reply  
    2. September 7, 2009 10:01 PM
      tommythejoat tommythejoat is offline
      Regular Member
      I have not yet installed 2.5.2. Will I need to reapply this fix when I install the upgrade?
      Reply Reply  
    3. September 8, 2009 1:24 AM
      pegasus pegasus is offline
      VaultWiki Team
      Yes. This is fixed in 2.5.3.
      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 6:18 PM.
    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 © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.