• 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
    • Tables as Template Parameters

    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: Tables as Template Parameters

    • Issue Tools
      • View Changes
    1. issueid=1913 August 13, 2010 8:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      Tables as Template Parameters

      When using a table as a template parameter, the table rows and cells break the template because it thinks another template parameter is being defined.

      Also, an unnamed parameter that includes a BB-Code with an option, or that requires an equals sign inside (i.e. most tables), will break the parser because it thinks the parameter name is after the equals sign. (Using named parameters - or naming the parameter 1, 2, 3, etc - will bypass this issue).

      Fixed (where practical) for the next build. In vault/class/bbcode/obfuscate.php, find:
      Code:
      							if ($taginfo['bbcodetag'] == 'autolink')
      							{
      								continue;
      							}
      
      							$pregskip[$taginfo['bbcodetag']] = preg_quote($taginfo['bbcodetag']);
      Replace with:
      Code:
      							if ($tag == 'autolink')
      							{
      								continue;
      							}
      
      							$pregskip["$tag"] = preg_quote($tag);
    Issue Details
    Issue Number 1913
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Templates
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 3.0.2
    Fixed Version 3.0.3
    Milestone VaultWiki 3.0.5
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    + 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 3:34 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.