• 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
    • Broken Table Code

    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: Broken Table Code

    • Issue Tools
      • View Changes
    1. issueid=350 January 6, 2009 8:33 PM
      Elenna Elenna is offline
      Junior Member
      Broken Table Code

      I, too, use the table BBCode from vB Germany. Is there any word on how to disable VaultWiki's built-in table functionality, or just rename the code (to wtable or something)?
    Issue Details
    Issue Number 350
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category BB-Code Parsing
    Status Fixed
    Priority 5 - Minor Bugs / Small Tweaks
    Affected Version 2.1.3
    Fixed Version 2.2.0
    Milestone VaultWiki 2.2.0
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. January 6, 2009 11:00 PM
      pegasus pegasus is offline
      VaultWiki Team
      I don't see why VaultWiki's table functionality would override a mod at all. As long as the mod adds the table code to the tag list via hook bbcode_create (which it does), it should function as you would expect.

      If you are having problems with the editor button for the table code, this can be adjusted in the AdminCP -> CES VaultWiki -> Wiki Code Manager.
      Reply Reply  
    2. January 7, 2009 9:56 AM
      Elenna Elenna is offline
      Junior Member
      Well, the problem is that the mod I'm using also uses [ table ] for its tag, and uses | to separate cells. Since the mods use the same tag and the same delimiter character (but not usage), they conflict, and neither works when in a wiki forum.

      Here is an example of a table with the vB Germany table mod:
      [table=head]Date|Name|Amount
      12/02/2008|Joan|$45.00
      12/05/2008|Susan|$23.00
      12/16/2008|Jack|$16.50[/table]
      Reply Reply  
    3. January 7, 2009 12:42 PM
      pegasus pegasus is offline
      VaultWiki Team
      Ah, well here's the thing. The mod is functioning without conflict with the wiki's table tag. However, the wiki includes some bug fixes to vB's parser that the vB Germany tag does not expect. In normal vB, new lines are changed to <br /> tags before BB-Code is parsed. However, this causes an issue where intentional <br /> tags cannot be distinguished when wrapped in [code] tags or forums where HTML is enabled. As a result, the wiki parser doesn't convert new lines until all other parsing has completed.

      In the AdminCP's Plugin Manager, edit vB Germany's plugin for hook bbcode_create. Find:
      PHP Code:
      # workaround for div-bug 
      Add after:
      PHP Code:
      if (strtolower(get_class($parser)) == 'vb_wikicodeparser')
      {
         
      $code = nl2br($code);
      } 
      Reply Reply  
    4. This petition for a change to Confirmed was rejected
      January 7, 2009 10:17 PM
      Elenna Elenna is offline
      Junior Member
      Beautiful, thank you! That lets us use the vB Germany add-on in our wiki articles.
       
    5. October 20, 2009 2:19 PM
      mickknutson mickknutson is offline
      Regular Member
      The plugin is:
      Product : vBCode table

      and the edit goes into the:
      parse vBCode table
      Reply Reply  
    6. October 20, 2009 3:21 PM
      mickknutson mickknutson is offline
      Regular Member
      Going through this a bit more, I find that the sorttable.js does not seem to work in the Wiki:

      Not Working example:
      http://www.blincmagazine.com/forum/w...ity_Statistics

      Working example:

      http://www.blincmagazine.com/forum/s...html#post87559
      Reply Reply  
    7. October 21, 2009 2:40 AM
      pegasus pegasus is offline
      VaultWiki Team
      In the global_complete plugin, you need to add 'showwiki' to the THIS_SCRIPT list.
      Reply Reply  
    8. October 21, 2009 6:47 AM
      mickknutson mickknutson is offline
      Regular Member
      Quote Originally Posted by pegasus
      In the global_complete plugin, you need to add 'showwiki' to the THIS_SCRIPT list.
      Thanks
      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: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 © 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.