• 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
    • No styles listed

    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: No styles listed

    • Issue Tools
      • View Changes
    1. issueid=2889 November 20, 2012 4:23 AM
      stained stained is offline
      Junior Member
      No styles listed

      Hi,

      https://www.vaultwiki.org/books/Wiki-Style-Manager

      I don't see any styles listed there in my admincp. The only thing I have is the 'rebuild styles link'. I'm on vB 4.1.11 pl3 and using vBinspired 'Black Stealth'.

      I have clicked the 'rebuild styles' link to no effect.
    Issue Details
    Issue Number 2889
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Admin Panel
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 3.0.19
    Fixed Version 3.0.19
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. November 20, 2012 8:46 PM
      pegasus pegasus is offline
      VaultWiki Team
      You are using vBulletin < 4.1.12 so this might be related to support for the Master Mobile Style that was added in later versions. I will look into this.
      Reply Reply  
    2. November 21, 2012 5:37 PM
      stained stained is offline
      Junior Member
      Thanks
      Reply Reply  
    3. November 23, 2012 4:18 PM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/admin/template.php, find:
      Code:
      		if ($style['type'] == 'standard' AND $mastertype != -1)
      		{
      			return;
      		}
      		else if ($style['type'] == 'mobile' AND $mastertype != -2)
      		{
      			return;
      		}
      Replace with:
      Code:
      		if ($style['type'] == 'standard' AND $style['parentid'] != -1)
      		{
      			return;
      		}
      		else if ($style['type'] == 'mobile' AND $style['parentid'] != -2)
      		{
      			return;
      		}
      Reply Reply  
    4. November 24, 2012 6:44 AM
      stained stained is offline
      Junior Member
      Thanks very much
      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:49 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.