• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki Discussion
    • Ideas & Suggestions
    • a desperate suggestion for TABLE's

    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.

    Results 1 to 7 of 7

    Thread: a desperate suggestion for TABLE's

    • Thread Tools
      • Show Printable Version
    1. June 27, 2011 #1
      mickknutson
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mickknutson is offline
      Regular Member
      Join Date
      April 29, 2009
      Posts
      91
      Rep Power
      216

      Lightbulb a desperate suggestion for TABLE's

      I have been trying to keep the vb.org sort -tables plugin working for wayyyyyy too long and now with vb 4.1.4, it is busted again.

      Here is the page in question:
      http://www.blincmagazine.com/forum/w...ity_Statistics

      Is there any way you can assist with a way to make sortable data tables that are easy to create as many of the writers are not TECH savy?
      Reply With Quote Reply With Quote

    2. June 27, 2011 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Sorry I feel your pain but I no longer do outside code jobs. You can try to switch to VW tables as they support sorting, but I imagine it will take a very long time to convert manually. You should find out what the plans are to update your mod to vB 4.1.4.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. June 27, 2011 #3
      mickknutson
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mickknutson is offline
      Regular Member
      Join Date
      April 29, 2009
      Posts
      91
      Rep Power
      216
      What are VW tables?
      Reply With Quote Reply With Quote

    4. June 27, 2011 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      VW tables are the TABLE code that was bundled with VaultWiki. I believe you would just have to disable your other mod for it to take effect.
      Code:
      [TABLE] border="1"
      |- style="background: yellow"
      | style="color: red" | text
      | text
      |-
      [/table]
      Where |- denotes a new row, and | starts a new cell. Both must be at the start of a line or they are treated literally.

      texttext
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. June 29, 2011 #5
      mickknutson
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mickknutson is offline
      Regular Member
      Join Date
      April 29, 2009
      Posts
      91
      Rep Power
      216

      Question

      So I am trying to use http://tablesorter.com/docs/ to sort my tables, but when I add the example code

      This is in my headers:

      Code:
      <script type="text/javascript">
      $(function() {		
         $("#sortable").tablesorter();
      });	
      </script>


      I added this in the wiki page:
      Code:
      <table id="sortable" class="tablesorter">
      <thead>
      <tr>
          <th>Number Of Fatalities</th>
          <th>Year</th>
          <th>Month Of Incident(S)</th>
      </tr>

      But when the table renders, I get this:

      Code:
      <table id="sortable" class="tablesorter">[B]<div class="vw-div"> </div>[/B]<thead><div class="vw-div"> </div><tr><div class="vw-div"> </div>
      Why are these DIV's added and is there a way to omit these to attempt to get this table sorter working?
      Reply With Quote Reply With Quote

    6. June 29, 2011 #6
      mickknutson
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mickknutson is offline
      Regular Member
      Join Date
      April 29, 2009
      Posts
      91
      Rep Power
      216
      Here is a test page:
      http://www.blincmagazine.com/forum/wiki/test
      Reply With Quote Reply With Quote

    7. June 29, 2011 #7
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      I'm guessing you have both HTML enabled and MediaWiki syntax enabled. In this case, see: https://www.vaultwiki.org/issues/2388/
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. Table Problems
      By popit in forum VaultWiki Questions
      Replies: 1
      Last Post: June 10, 2012, 11:26 PM
    2. Suggestion: upgrade service
      By Hilary in forum Ideas & Suggestions
      Replies: 2
      Last Post: March 10, 2010, 4:01 PM
    3. CES.com suggestion - more examples of WIKI styles.
      By InformationNirvana in forum Ideas & Suggestions
      Replies: 11
      Last Post: January 21, 2010, 6:55 PM
    4. Book chapter text suggestion
      By vimto in forum VaultWiki Questions
      Replies: 1
      Last Post: August 8, 2009, 2:26 AM
    5. VaultWiki[table] tag and BBCode [table]
      By SAS in forum Pre-Sales Questions
      Replies: 2
      Last Post: August 3, 2009, 2:35 PM

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 7:17 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 © 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.