• 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
    • Wikified forum link issues

    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: Wikified forum link issues

    • Issue Tools
      • View Changes
    1. issueid=505 April 16, 2009 1:40 AM
      iMav iMav is offline
      New Member
      Wikified forum link issues

      I have issues where search results links to wiki or island configured forums show up like this:

      Code:
      http://geekhack.org/.php?=&highlight=M10+killing+wrists
      Various other links to threads/comments in wikified forums drop the "showwiki" portion of "showwiki.php". Is this a known issue?
    Issue Details
    Issue Number 505
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Forum Display
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 2.2.2
    Fixed Version 2.2.3
    Milestone VaultWiki 2.3.0
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)


    Page 2 of 3 FirstFirst Previous 123 Next LastLast


    1. April 22, 2009 12:17 PM
      pegasus pegasus is offline
      VaultWiki Team
      There's a little more to this than this, but this should make it at least functional. In vault/special_plugins.php, find:
      PHP Code:
      $vault->set_userinfo($vbulletin->userinfo); 
      Above, add:
      PHP Code:
      else if ($foruminfo['vault_type'] == 2 AND $_REQUEST['do'] == 'create')
      {
          
      $_REQUEST['do'] = $_GET['do'] = $_POST['do'] = 'edit';
      } 
      Reply Reply  
    2. April 23, 2009 9:24 AM
      iMav iMav is offline
      New Member
      That resolved the immediate issue. However, check out this issue:

      link
      Reply Reply  
    3. April 23, 2009 2:26 PM
      pegasus pegasus is offline
      VaultWiki Team
      See this report: http://www.crackedeggstudios.com/pro...hp?issueid=521
      Reply Reply  
    4. April 23, 2009 7:01 PM
      iMav iMav is offline
      New Member
      Perfect.
      Reply Reply  
    5. April 27, 2009 8:13 PM
      iMav iMav is offline
      New Member
      Just noticed another potential issue. With island forums, when an article has multiple authors (someone other than the original author modifies/edits the article), it them becomes locked and no one can edit the article.

      (only appears to occur with islands, not normal wiki articles)
      Reply Reply  
    6. April 27, 2009 10:45 PM
      pegasus pegasus is offline
      VaultWiki Team
      Locked how? Please make sure that an edit for the article is not in the moderation queue.
      Reply Reply  
    7. April 27, 2009 11:25 PM
      iMav iMav is offline
      New Member
      Quote Originally Posted by pegasus
      Locked how? Please make sure that an edit for the article is not in the moderation queue.
      No moderation is setup (and nothing is in the moderation queue). It only happens with islands. The "edit" tab disappears once a secondary author makes a change. I'll verify the consistency of the behavior and report back. (and give access to show the behavior if you'd like)
      Reply Reply  
    8. April 28, 2009 12:34 PM
      iMav iMav is offline
      New Member
      Confirmed. No protections in place. No moderation configured. Permissions appear as they should be. Once an island wiki has a second author, the edit tab disappears.
      Reply Reply  
    9. April 28, 2009 4:25 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed for the next build. If it was the first new edit to the article and a first revision was not created for some reason, or if the edit is moderated then approved, or if the edit is rolled back, the open/closed/sticky status of the article is not preserved. This applies to all articles, not just islands.
      Reply Reply  
    10. April 28, 2009 7:56 PM
      iMav iMav is offline
      New Member
      Any quick and dirty way to rectify the behavior right now?
      Reply Reply  
    11. April 29, 2009 12:57 PM
      pegasus pegasus is offline
      VaultWiki Team
      Create a new plugin.

      Hook location: vault_updatepost_thread
      PHP Code:
      if (!isset($this->info['open'])) { $threadman->set('open', 1); }
      if (!isset(
      $this->info['sticky'])) { $threadman->set('sticky', 1); } 
      Reply Reply  
    12. April 29, 2009 4:20 PM
      iMav iMav is offline
      New Member
      Any way to manually "fix" the articles? (these forums started out as "normal" forums a while back and changed to islands once vaultWiki was implemented)
      Reply Reply  
    13. April 29, 2009 6:44 PM
      pegasus pegasus is offline
      VaultWiki Team
      Double click the thread icon in forum display to re-open the article via AJAX. They are simply closed threads. Or select them all and use the inlinemod "Open Articles" action. Or switch to the discussion tab and use the Thread Tools menu.
      Reply Reply  
    14. April 30, 2009 10:49 AM
      iMav iMav is offline
      New Member
      Any plan to make vaultwiki more theme/style friendly? Specifically referring to the vaulticon and vaulticon-new images. It would be great to have them point to icons within the current theme (instead of statically to the icons in the /vault directory).

      (or maybe I'm just missing something and this is already easily doable)
      Reply Reply  
    15. April 30, 2009 1:05 PM
      pegasus pegasus is offline
      VaultWiki Team
      There were no plans to do this. But I assume you are thinking of making your own icons for each style. It would be possible for us to add a $stylevar for this, so I'll work on that.
      Reply Reply  
    Page 2 of 3 FirstFirst Previous 123 Next LastLast
    + 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 4:14 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.