• 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 without borders not working in CMS Articles.

    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 without borders not working in CMS Articles.

    • Issue Tools
      • View Changes
    1. issueid=1408 April 10, 2010 5:13 PM
      bigtree bigtree is offline
      Junior Member
      tables without borders not working in CMS Articles.
      tables without borders not working.

      I tried the patch, you suggested. Its coming down to it being a possible bug/conflict with VW.

      You are using the same version as us, same vbseo so maybe you can dup this here.

      Test:
      Create New Article>insert table (no borders) >save. Look at saved article now to see if the table is broken, only showing the raw [tr] code?
      Repeat this but this time create a table (with borders or grid)>save. Article tables are correct now.

      My issue is the tables with no borders is not working. Is it a VW conflict or bug?
    Issue Details
    Issue Number 1408
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Text Editor (WYSIWYG, etc)
    Status Fixed
    Priority 6 - Dev-Related Tasks
    Affected Version 3.0.0 RC 1
    Fixed Version 3.0.0 RC 2
    Milestone VaultWiki 3.0.0
    Software DependencyAny
    Users able to reproduce bug 2
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)


    Page 1 of 2 12 Next LastLast


    1. April 10, 2010 6:05 PM
      Mokonzi Mokonzi is offline
      Senior Member
      Which table code are you using in the CMS? The VW, the German TableCode version, or the default CMS table option used by vB? I'm sure I've seen a user having issues with tables in the CMS since 4.0.3...
      Reply Reply  
    2. April 10, 2010 9:14 PM
      bigtree bigtree is offline
      Junior Member
      Quote Originally Posted by Mokonzi
      Which table code are you using in the CMS? The VW, the German TableCode version, or the default CMS table option used by vB? I'm sure I've seen a user having issues with tables in the CMS since 4.0.3...
      hello Mokonzi,

      same one we are looking at here I believe. I have no idea really. How do we tell, and how do I fix my problem?
      Reply Reply  
    3. April 10, 2010 9:16 PM
      bigtree bigtree is offline
      Junior Member
      hello again, I'm assuming its the stock vb editor with the VW added to it?
      Reply Reply  
    4. April 11, 2010 3:16 AM
      Mokonzi Mokonzi is offline
      Senior Member
      I'll have a look to see if I can duplicate it.
      Reply Reply  
    5. April 11, 2010 3:26 AM
      Mokonzi Mokonzi is offline
      Senior Member
      I have this issue on my install, but not certain it's VWs fault...
      Reply Reply  
    6. April 11, 2010 3:32 AM
      bigtree bigtree is offline
      Junior Member
      YES!
      Reply Reply  
    7. April 11, 2010 1:19 PM
      bigtree bigtree is offline
      Junior Member
      accordingly to vb4 support, the stock vb 4.0.3 is not producing this error. They cannot duplicate this. If my memory serves me well, I noticed this after VW was installed on version 4.0.2
      Reply Reply  
    8. April 11, 2010 1:50 PM
      Mokonzi Mokonzi is offline
      Senior Member
      All I can assume is that it's a conflict between the table bbcodes. I don't even know how the stock one works... but if it uses the [table] setup (Which I assume it does), then you'll need to adjust like you would do for the other [table] codes that are out there. Though, I'd always understood that these would stand side by side, I've just never needed the CMS table as I think VWs works far better.
      Reply Reply  
    9. April 11, 2010 2:18 PM
      bigtree bigtree is offline
      Junior Member
      How do we do this? I have many articles effected now and cannot continue to input new articles needing borderless tables until this is patched. Can you please help me?
      Reply Reply  
    10. April 11, 2010 3:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      I have never even been able to use the CMS's table editor since vB 4 came out. It just loads continuously for me, so unfortunately I haven't been able to even test this.

      EDIT: Got this to occur on a fresh test board. This isn't a real fix, and should only be used temporarily if you're planning to disable VaultWiki's table code completely when the next build is released. Otherwise, you should be using the VW format in the CMS and not the WYSIWYG tools in the CMS editor.

      Unfortunately, this is due to an oversight in the way custom BB-Codes are handled in vBulletin (2 different methods that frequently conflict). Essentially, you can't add an editor image for your BB-Code unless you create a record in the database - but this means you need to use a different hook than vBulletin intended if the BB-Code also has a PHP handler.

      In includes/class_bbcode.php, find (2 places):
      Code:
      				$this->tag_list["$has_option"]["$customtag[bbcodetag]"] = array(
      Add before:
      Code:
      				if ($customtag['bbcodetag'] == 'table') continue;
      Reply Reply  
    11. April 11, 2010 5:16 PM
      Mokonzi Mokonzi is offline
      Senior Member
      Thanks pegasus, though I'll be sticking with your superior version. I got the continued loading, which was due to the CMS needing HTML rights for the user you are editing.

      i.e. if you edit another users post, it won't let you add HTML in, whereas if you edit a user who can use HTML, it will let you use it. Or at least that's what I found with my tests earlier.
      Reply Reply  
    12. April 11, 2010 7:53 PM
      bigtree bigtree is offline
      Junior Member
      Should I still go ahead and add this?

      Also, how do I deactivate the stock vb4 editor? And/or what do you recommend I do that is the best for my clients and myself long term?
      Reply Reply  
    13. April 11, 2010 8:06 PM
      pegasus pegasus is offline
      VaultWiki Team
      If you're not going to use VaultWiki's TABLE BB-Code, you can go ahead and add it. But long term if you plan on continuing to use VaultWiki, I'd recommend using the TABLE BB-Code included in VaultWiki since it offers much more flexibility than the stock TABLE code, and can be used in non-CMS areas.

      Settings > Options > Message Posting Interface Options > Enable Clickable Message Formatting Controls
      Reply Reply  
    14. April 11, 2010 8:19 PM
      bigtree bigtree is offline
      Junior Member
      I think I'm missing something because I don't see your table editor at all. I did remove the stock editor in the admin>cpanel>settings>Message Posting Interface Options> remove Editor and when I did, your editor was removed with it.
      Very confusing?
      Reply Reply  
    15. April 11, 2010 8:27 PM
      pegasus pegasus is offline
      VaultWiki Team
      I guess I didn't quite understand what you wanted to do. You can't remove just the vB editor and leave VaultWiki's buttons. VaultWiki doesn't have its own editor, it just adds buttons to vB's editor. This is the way any vBulletin modification that adds BB-Code would work.

      VaultWiki doesn't have a popup with options for its TABLE code, at least not at the current time.
      Reply Reply  
    Page 1 of 2 12 Next LastLast
    + 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 4:32 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.