• 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
    • Header Creation

    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: Header Creation

    • Issue Tools
      • View Changes
    1. issueid=61 July 6, 2008 6:58 AM
      vimto vimto is offline
      Regular Member
      Header Creation
      When creating a new header the website is creating new threads in the header forum but not showing them on the forum they were created in.

      I've uploaded RC2 this morning and installed the product etc which went smoothly apart from one slight problem with the headers.

      Whenever I am creating a new header and saving it, it displays the saved header as empty but creates a post in the header forum.

      I've tried re-creating it several times but each time it will allow me to save but not actually save any of the contents, and when i try to recreate it, it creates a new post and doesn't edit the old one
    Issue Details
    Issue Number 61
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Headers
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 2.0.0 RC2
    Fixed Version 2.0.0 RC3
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 1
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users pegasus
    Tags (none)




    1. July 6, 2008 1:54 PM
      pegasus pegasus is offline
      VaultWiki Team
      This occurs when attempting to create a new article in the top level forum of any namespace. Since the namespace ID is the same as the new article's forum ID, the existing code assumed it had all the information it needed and didn't fetch the namespace title, corrupting the cached version of the article.

      Fixed for RC3.

      vimto's installation was fixed by making the following change. Until RC3, other uses can correct this by editing vault/special_plugins_data.php. Find:
      PHP Code:
      if (empty($vault->namespaces[$foruminfo['forumid']]))
      {
          
      $parent = $vault->fetch_namespaceid($foruminfo['forumid']);
      } 
      Add after:
      PHP Code:
      else
      {
          
      $parent = $foruminfo['forumid'];
      } 
      Reply Reply  
    2. July 9, 2008 12:18 PM
      vimto vimto is offline
      Regular Member
      Thanks, this now works fine
      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 5:58 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 © 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.