• 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 Modifications
    • vBulletin 4.x Addons
    • [Miscellaneous Hacks] Quote Fix for VaultWiki Tables

    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.

    2. Notes About Third-Party Modifications

      The product modifications posted in this forum were created by end-users like yourself, who have shared them for the benefit of their peers. However, these modifications have not been reviewed by VaultWiki staff, are not endorsed by the VaultWiki Team or Cracked Egg Studios LLC, and our staff does not provide support services for such modifications. Unless otherwise stated in a third-party agreement, please use third-party modifications at your own risk.

    Results 1 to 6 of 6

    Thread: Quote Fix for VaultWiki Tables

    • Thread Tools
      • Show Printable Version
    1. Quote Fix for VaultWiki Tables Details »

      Quote Fix for VaultWiki Tables

      MOD Information

      • Add a Comment
      • Jump to Comments
      • The Developer
      • About Developer
      • Visit Web Site
      Version: 1.0, by
      Mokonzi
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      (Senior Member) Mokonzi is offline
      Developer Last Online: Nov 2017 Show Printable Version Email this Page

      Category: [Miscellaneous Hacks] Version: 3.0.x Rating: 
      Released: March 13, 2010 Last Update: Never Installs: 1
      Supported Template Edits
      Re-useable Code Translations  

      The Quote layout used in the default vBulletin creates problems when it interacts with other floated elements, for example, tables floated to the left or right, within VaultWiki. This occurs due to the way vBulletin uses a <div> tag, and the way that every browser incorrectly displays the floated elements.

      To remedy this situation there are several options (vBulletin may fix this evenutally). Here I'll detail two ways using a simple CSS addition, for which the suggestion came originally from pegasus.

      First open/edit the template CSS Templates > bbcode.css from the Style Manager in the AdminCP,

      If you want to adjust the width of the Quote box so that it has less chance of interacting with the floated tables (for example infoboxes), place the following code at the bottom of the template:

      Code:
      /* Quote Fix */
      .bbcode_quote {
      	max-width: 60%;
      	width: 60%;
      }
      Set the size to whatever percentage you want to use.

      The second option is to 'clear' the quote <div> tag and force it to display before or after any other floated elements, which is done by adding this code to bottom of the template:

      Code:
      /* Quote Fix */
      .bbcode_quote {
      	clear: both;
      }
      Once done (using either technique), save the template, and examine the results in an appropriate wiki article.

      SCREENSHOT

      QuoteStyle..jpg

      Supporters / CoAuthors

      • pegasus

      Show Your Support

      • This modification may not be copied, reproduced or published elsewhere without author's permission.

    2. April 2, 2010 #2
      hollosch
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      hollosch is offline
      Senior Member
      Join Date
      September 19, 2008
      Location
      Geislingen, Germany
      Posts
      241
      Rep Power
      237
      Can you add a screenshot ?
      Reply With Quote Reply With Quote

    3. April 3, 2010 #3
      Mokonzi
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Mokonzi is offline
      Senior Member
      Join Date
      January 19, 2009
      Location
      South West Scotland
      Posts
      158
      Rep Power
      224
      Added a screenshot in, not the clearest, but shows the quote set at 60% width.
      Reply With Quote Reply With Quote

    4. April 12, 2010 #4
      hollosch
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      hollosch is offline
      Senior Member
      Join Date
      September 19, 2008
      Location
      Geislingen, Germany
      Posts
      241
      Rep Power
      237
      Ah, ok. Thanks.
      Reply With Quote Reply With Quote

    5. August 1, 2010 #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
      215
      Can you post a screen shot of what the issue looks like?
      Reply With Quote Reply With Quote

    6. August 9, 2010 #6
      Mokonzi
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Mokonzi is offline
      Senior Member
      Join Date
      January 19, 2009
      Location
      South West Scotland
      Posts
      158
      Rep Power
      224
      Basically when an object is floated and it interacts with the quote, the text is compressed properly to the right width, but the background div style extends underneath the floated object.

      I don't have any screenshots on hand to illustrate the problem.
      Reply With Quote Reply With Quote

    Similar Threads

    1. Is it possible to quote / reply to comments?
      By Alfa1 in forum VaultWiki Questions
      Replies: 0
      Last Post: December 23, 2015, 8:41 PM
    2. Creating Tables
      By bazaarocommunity in forum VaultWiki Questions
      Replies: 4
      Last Post: September 22, 2015, 8:13 AM
    3. [BB Code Enhancements] Width Fix for Quote BBCode
      By Mokonzi in forum vBulletin 3.x Addons
      Replies: 1
      Last Post: May 13, 2010, 5:23 AM
    4. Importing tables?
      By Applequest in forum Pre-Sales Questions
      Replies: 1
      Last Post: January 30, 2010, 5:13 AM
    5. How do I create Tables?
      By John in forum VaultWiki Questions
      Replies: 2
      Last Post: August 9, 2009, 4:30 PM

    Tags for this Thread

    able, adding, admincp, after, any, are, article, bbcode, before, box, browser, but, css, due, edit, example, fix, force, has, here, layout, left, manager, object, open, options, other, pegasus, place, problems, properly, quote, quote fix, right, screen, second, shot, shows, style, suggestion, table, template, templates, that, two, under, vaultwiki, vbulletin, way, wiki, with, within, you

    View Tag Cloud

    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 8:44 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 © 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.