• 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
    • Special pages

    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: Special pages

    • Issue Tools
      • View Changes
    1. issueid=737 July 29, 2009 4:03 PM
      tscargo tscargo is offline
      Junior Member
      Special pages

      Unfortunately Special:Wikicodelist does not work on my forum, maybe you can help me with that I am sorry for all the questions ....

      I get a redirect to: /showthread.php?t=error
    Issue Details
    Issue Number 737
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Special Pages
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 2.5.0
    Fixed Version 2.5.0
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. July 29, 2009 4:41 PM
      pegasus pegasus is offline
      VaultWiki Team
      Ah, use the new vault/special_plugins.php released yesterday.
      Reply Reply  
    2. This petition for a change to Confirmed was accepted
      July 29, 2009 6:29 PM
      tscargo tscargo is offline
      Junior Member
      I downloaded the complete package and copied the file over the current one, but I do not see any difference ... or where do I need to get that new file if it is not in the premium package at the moment. None of the special pages work (like what links here etc)
       
    3. July 29, 2009 7:10 PM
      tscargo tscargo is offline
      Junior Member
      But I think you made the same mistake as I: your answer was regarding a different question: the issue about the multiple categories. My problem with the Special pages is still not fixed.
      Reply Reply  
    4. July 29, 2009 7:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      This is so strange since I explicitly remember making this change in the package, but here goes. In vault/special_plugins.php, find:
      Code:
      			else
      			{
      				$threadinfo['forumid'] = $vault->namespacecache["$hook_namespace"]['forumid'];
      			}
      Replace with:
      Code:
      			else if ($hook_namespace != SPECIAL_SPACE)
      			{
      				$threadinfo['forumid'] = $vault->namespacecache["$hook_namespace"]['forumid'];
      			}
      Find:
      Code:
      			else
      			{
      				$check['forumid'] = $vault->namespacecache["$hook_namespace"]['forumid'];
      			}
      Replace with:
      Code:
      			else if ($hook_namespace != SPECIAL_SPACE)
      			{
      				$check['forumid'] = $vault->namespacecache["$hook_namespace"]['forumid'];
      			}
      Reply Reply  
    5. July 29, 2009 9:45 PM
      tscargo tscargo is offline
      Junior Member
      Yes, this fixed it. Thanks !
      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 12:08 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.