• 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
    • List view

    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: List view

    • Issue Tools
      • View Changes
    1. issueid=2470 September 24, 2011 10:03 AM
      fj123 fj123 is offline
      Regular Member
      List view

      For some reason I have lost my List View with my recent upgrade to VB 4.07. None of my permissions have changed but the link to it is now gone. Where did it go or what did I mess up?
    Issue Details
    Issue Number 2470
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Forum Display
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 3.0.14
    Fixed Version 3.0.15
    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 26, 2011 10:35 AM
      fj123 fj123 is offline
      Regular Member
      Anyone please? Since the upgrade, the List View no longer appears with the rest of my wiki links.
      Reply Reply  
    2. September 26, 2011 1:38 PM
      pegasus pegasus is offline
      VaultWiki Team
      Try running the VaultWiki upgrade script, even if you are on the latest version. This will rebuild permissions and other things.
      Reply Reply  
    3. September 26, 2011 7:06 PM
      fj123 fj123 is offline
      Regular Member
      I did do that already, right after I upgraded VB.... should I do it again?
      Reply Reply  
    4. September 28, 2011 12:37 PM
      fj123 fj123 is offline
      Regular Member
      Ok, I re-ran the script again, and I still do not have a List View. I have even tried it with the default style and the List view is just not there.
      Reply Reply  
    5. September 28, 2011 2:40 PM
      pegasus pegasus is offline
      VaultWiki Team
      Since that didn't work, I will need admin access on your test board to look into this further. Please PM me.
      Reply Reply  
    6. September 28, 2011 5:10 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed for the next release, whatever that may be. This occurs when the main page for the top-level forum in a namespace is the same page that replaces the wiki home page.

      In vault/plugins/navbar.php, find:
      Code:
      		if ($links['wiki_url'] == $links['forum_link'])
      		{
      			$links['main_page'] = false;
      		}
      Replace with:
      Code:
      		if ($links['wiki_url'] == $links['forum_link'])
      		{
      			$links['main_page'] = false;
      			$links['wiki_list'] = ($vault->permissions->fetch_permissions($topinfo['forumid']) & $vbulletin->bf_ugp_vault_permissions['canwikilist']);
      		}
      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 9:02 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.