• 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
    • Forum Integrations

    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: Forum Integrations

    • Issue Tools
      • View Changes
    1. issueid=4718 September 22, 2016 1:14 AM
      samh004 samh004 is offline
      New Member
      Forum Integrations

      I'm not sure if this is a bug or intended feature, but I have searched a few times and haven't come across an answer. I'm implementing a wiki on a forum, have bought Vault Wiki and we are just making sure it is integrated exactly right before we go live. As such, it is not visible on the site as yet.

      The ability to integrate wiki articles into forum threads is very useful and we anticipate doing that a lot, however taking it a step further and integrating them into the top of forums/sub-forums is something we are exploring. The issue we keep running into though, is that when we integrate a wiki into a sub-forum, it then appears in every thread in that forum as well. Is this intentional behaviour?

      What we would like is for the wiki article to appear solely in the sub-forum, and not be replicated in all the threads as well. I note that if I go into a thread and then choose a different wiki article to place in that thread, it doesn't break anything, but some of my sub-forums have over 500 threads that I don't need the wiki article appearing on.

      Thanks for any insight.
    Issue Details
    Issue Number 4718
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Headers / Wiki Blocks
    Status Working as Designed
    Priority 5 - Minor Bugs / Small Tweaks
    Affected Version 4.0.13
    Fixed Version (none)
    Milestone (none)
    Software DependencyvBulletin 4.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. September 22, 2016 9:00 AM
      pegasus pegasus is offline
      VaultWiki Team
      Yes, what you describe is the intended behavior (if there is no thread integration defined, the forum integration is inherited by the thread).

      You can override this behavior with a plugin:

      Hookname: vw_load_controller
      Product: vBulletin or your own product
      Code:
      if (strtolower($classname) == 'ui/integrate/forum')
      {
      	$extends[] = 'My/Integrate/Forum';
      }
      Create the file /vault/plugins/controller/my/integrate/forum/vw.php
      PHP Code:
      <?php

      class vw_My_Integrate_Forum_Controller_Plugin extends vw_My_Integrate_Forum_Controller_Proxy
      {
          public function 
      get_stack(&$can_edit)
          {
              
      $stack = parent::get_stack($can_edit);

              if (
      count($stack) == 2)
              {
                  
      array_pop($stack);
              }

              return 
      $stack;
          }
      } 
      Reply Reply
    2. This petition for a change to Confirmed was rejected
      September 27, 2016 4:35 AM
      samh004 samh004 is offline
      New Member
      Apologies for my late response.

      Thank you for getting back to me, things are working brilliantly! I hope to go live with the wiki very soon to give the rest of the userbase something to play with.
    + 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 7:22 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.