• 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
    • Article content block overflow

    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: Article content block overflow

    • Issue Tools
      • View Changes
    1. issueid=249 September 10, 2008 7:07 AM
      miyuki miyuki is offline
      New Member
      Article content block overflow

      Hi,

      I installed CMS VaultWiki a couple of day ago and I still have a problem with the Article content block overflowing. As a picture is the best demonstration, just have a look at this picture.

      Do you have a fix to make the content block correctly boxed ?

      Thanks,

      Miyuki
    Issue Details
    Issue Number 249
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Styling / CSS
    Status No Response
    Priority 3 - Loss of Functionality
    Affected Version 2.0.4
    Fixed Version (none)
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. September 10, 2008 10:32 AM
      pegasus pegasus is offline
      VaultWiki Team
      I don't really know what is causing this without a link to the article since it is not happening anywhere else. Also please specify which browser(s) this happens in.
      Reply Reply  
    2. September 10, 2008 10:49 AM
      miyuki miyuki is offline
      New Member
      There is a link to this test article here

      I got the same result with Firefox 3 and IE7.
      Reply Reply  
    3. September 10, 2008 11:18 AM
      pegasus pegasus is offline
      VaultWiki Team
      I have a feeling this is related to your $stylevar['outertablewidth'] being 1024px rather than a percentage or auto. However, this seems to have no effect on the other posts in your forum so I could be wrong.
      Reply Reply  
    4. September 10, 2008 11:26 AM
      miyuki miyuki is offline
      New Member
      Ok, I checked this and you're right. When I put an "auto" value for $stylevar['outertablewidth'], the overflow disappears, but then, the template display is broken

      Is there a way to modify the size of this block in order to accomodate a $stylevar['outertablewidth']=1024 ?
      Reply Reply  
    5. September 10, 2008 11:39 AM
      pegasus pegasus is offline
      VaultWiki Team
      Try this. Open vault/special_class_postbit.php.

      Find:
      PHP Code:
      global $spacer_open, $spacer_close; 
      Replace with:
      PHP Code:
      global $spacer_close; 
      Find:
      PHP Code:
      exec_switch_bg(); 
      Add before:
      PHP Code:
      if (empty($spacer_open))
      {
          
      $stylesave = $stylevar['outertablewidth'];
          
      $stylevar['outertablewidth'] = 'auto';

          eval(
      '$spacer_open = "' . fetch_template('spacer_open') . '";');

          
      $stylevar['outertablewidth'] = $stylesave;
      } 
      If these occur more than once, you only want to be modifying function special_postbit_complete().
      Reply Reply  
    6. September 10, 2008 11:51 AM
      miyuki miyuki is offline
      New Member
      Unfortunately, this does not seem to fix my overflow. I'll try to contact my Template creator if he has any idea.
      I'm still open to any suggestion.
      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 11:19 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.