• 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 How-Tos
    • VaultWiki Questions
    • templates problems

    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.

    Page 1 of 2 12 Next LastLast
    Results 1 to 15 of 19

    Thread: templates problems

    • Thread Tools
      • Show Printable Version
    1. February 6, 2009 #1
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      192

      Question templates problems

      hello,

      I'm with trouble with some templates using vaultWiki

      1. headers



      2. forum display - in some styles
      with error


      without error [default style]


      How can I fix this?

      All the best
      joao barroca
      aka beduino
      Reply With Quote Reply With Quote

    2. February 6, 2009 #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,934
      Blog Entries
      18
      Rep Power
      659
      1. In vault/special_plugins_forumdisplay.php, find:
      PHP Code:
      $save['outer'] = $stylevar['outertablewidth']; 
      Replace with:
      PHP Code:
      $save['outer'] = $show['old_explorer'] ? $stylevar['outertablewidth'] : $stylevar['outerdivwidth'];
      $stylevar[$show['old_explorer'] ? 'outertablewidth' : 'outerdivwidth'] = '100%'; 
      Find:
      PHP Code:
      $stylevar['outertablewidth'] = $save['outer']; 
      Replace with:
      PHP Code:
      if ($show['old_explorer'])
      {
          
      $stylevar['outertablewidth'] = $save['outer'];
      }
      else
      {
          
      $stylevar['outerdivwidth'] = $save['outer'];
      } 
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. February 6, 2009 #3
      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,934
      Blog Entries
      18
      Rep Power
      659
      2. You need to look into the Display Order 0 / Display in Forum workaround described in the Namespace Tutorial.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. February 6, 2009 #4
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      192
      thanks pegasus
      I will read and try
      But ... the question of headers [first issue], any suggestion?
      * I try change the css but I don't fix the width of header section

      all the best
      joao barroca
      Reply With Quote Reply With Quote

    5. February 6, 2009 #5
      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,934
      Blog Entries
      18
      Rep Power
      659
      Did you try the file edits I posted?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. February 9, 2009 #6
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      192
      Hi Pegasus
      I've try edit but I can't find this pieces of codes in this php !
      *sorry, I probably need change my glasses ...

      You can tell me in which line I need edit???

      Really sorry the inconvenience
      all the best
      and tks in advance

      barroca
      Reply With Quote Reply With Quote

    7. February 9, 2009 #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,934
      Blog Entries
      18
      Rep Power
      659
      The lines mentioned only appear in the newest version 2.2.0.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. February 10, 2009 #8
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      192
      Hello Pegasus
      I make the upgrade of vaultWiki and change the code in php file .
      Unfortunately don't works
      See in


      What I can do now?
      Tks in advance

      joao barroca
      Last edited by beduino; February 10, 2009 at 4:57 PM.
      Reply With Quote Reply With Quote

    9. February 10, 2009 #9
      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,934
      Blog Entries
      18
      Rep Power
      659
      What are your settings for the "Sizes and Dimensions" section in your style?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    10. February 10, 2009 #10
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      192

      Arrow

      Hello

      my default style have this ...

      http://picasaweb.google.com.br/lh/ph...eat=directlink

      all the best
      joao
      Reply With Quote Reply With Quote

    11. February 12, 2009 #11
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      192
      I don't know if you see the image ... then size and dimension = 880
      tks
      Reply With Quote Reply With Quote

    12. February 12, 2009 #12
      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,934
      Blog Entries
      18
      Rep Power
      659
      I see it. I will be trying out these settings today.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    13. February 12, 2009 #13
      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,934
      Blog Entries
      18
      Rep Power
      659
      Oh, since I was unable to duplicate this now, I realized I didn't list all of the file edits earlier. I edited the post on the previous page now. The first edit has been changed.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    14. February 13, 2009 #14
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      192
      A good news ...
      this works! But ...


      Quote Originally Posted by pegasus View Post
      1. In vault/special_plugins_forumdisplay.php, find:
      PHP Code:
      $save['outer'] = $stylevar['outertablewidth']; 
      Replace with:
      PHP Code:
      $save['outer'] = $show['old_explorer'] ? $stylevar['outertablewidth'] : $stylevar['outerdivwidth'];
      $stylevar[$show['old_explorer'] ? 'outertablewidth' : 'outerdivwidth'] = '100%'; 
      Find:
      PHP Code:
      $stylevar['outertablewidth'] = $save['outer']; 
      Replace with:
      PHP Code:
      if ($show['old_explorer'])
      {
          
      $stylevar['outertablewidth'] = $save['outer'];
      }
      else
      {
          
      $stylevar['outerdivwidth'] = $save['outer'];
      } 
      2. this change crashes the public profile view [500 internal error !]

      Reply With Quote Reply With Quote

    15. February 13, 2009 #15
      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,934
      Blog Entries
      18
      Rep Power
      659
      This has nothing to do with this change. This file is never called on the profile. Since you are using vBulletin blog, it's likely you are using 2.0.1. In 2.0.1, Jelsoft fixed a bug that made it incompatible in earlier versions, however, we had already implemented a workaround that their fix in turn broke. This should not be causing a 500 error, but an error nevertheless.

      In vault/special_plugins_online.php, find:
      PHP Code:
      $vbulletin->products['vbblog'] 
      Replace with:
      PHP Code:
      $vbulletin->products['vbblog'] AND file_exists(DIR . '/includes/blog_plugin_online.php') 
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Page 1 of 2 12 Next LastLast

    Similar Threads

    1. Table Problems
      By popit in forum VaultWiki Questions
      Replies: 1
      Last Post: June 10, 2012, 11:26 PM
    2. CSS problems
      By masterchief in forum VaultWiki Questions
      Replies: 2
      Last Post: June 10, 2012, 8:51 AM
    3. Site Problems
      By Webbstre in forum General Discussion
      Replies: 5
      Last Post: May 7, 2010, 7:28 PM
    4. Log In Problems
      By pegasus in forum VaultWiki Questions
      Replies: 0
      Last Post: February 2, 2009, 10:19 AM
    5. Problems getting started
      By adwolf1 in forum VaultWiki Questions
      Replies: 2
      Last Post: August 31, 2008, 8:02 AM

    Tags for this Thread

    able, all, another, any, are, been, but, called, can, changed, com, did, display order, don, duplicate, example, first, for, forumdisplay, google, has, have, hello, here, http, into, know, like, line, look, need, newest, now, old, only, other, out, php, png, public, quote, same, see, should, showthread, sizes, some, style, template, that, the, their, this, today, too, try, trying, use, using, was, what, when, why, will, with, www, you, your

    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 4:39 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.