• 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
    • tabs messed up after upgrade

    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: tabs messed up after upgrade

    • Issue Tools
      • View Changes
    1. issueid=628 June 7, 2009 11:42 AM
      mickknutson mickknutson is offline
      Regular Member
      tabs messed up after upgrade

      http://www.blincmagazine.com/forum/wiki/BASE+Wiki:Index

      The tabs where working fine until the upgrade. Now they are stacked on top of each other.
      I have tried rebuilding the style and the Namespaces several times with no luck.

      There is also an issue with the numbering in my Book for Chapters now. As well as other minor issues like the [ edit ] tags in the pages.

      The links in the forum are also messed up now. When I am in the main wiki:
      http://www.blincmagazine.com/forum/wiki/BASE+Wiki:Index

      My forum home should always be:

      http://www.blincmagazine.com/forum/index.php

      But it has been changed to:

      http://www.blincmagazine.com/forum/wiki/index.php
    Issue Details
    Issue Number 628
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Domains / Cookies
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 2.3.1
    Fixed Version 2.3.1
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. June 7, 2009 12:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      Did you change your .htaccess rules when upgrading so that vbSEO runs on your wiki pages?
      Reply Reply  
    2. June 7, 2009 1:06 PM
      mickknutson mickknutson is offline
      Regular Member
      Quote Originally Posted by pegasus View Post
      Did you change your .htaccess rules when upgrading so that vbSEO runs on your wiki pages?
      I just made the changes as directed and here is my .htaccess:

      Code:
      ErrorDocument 404 http://www.blincmagazine.com/404.php
      
      # Comment the following line (add '#' at the beginning)
      # to disable mod_rewrite functions.
      # Please note: you still need to disable the hack in
      # the vBSEO control panel to stop url rewrites.
      RewriteEngine On
      
      # Some servers require the Rewritebase directive to be
      # enabled (remove '#' at the beginning to activate)
      # Please note: when enabled, you must include the path
      # to your root vB folder (i.e. RewriteBase /forums/)
      RewriteBase /forum/
      
      ##############################
      # Vault Wiki rewrite settings:
      RewriteRule ^wiki.php(.*)$ showwiki.php$1 [L,QSA]
      
      
      # Simple URLs....
      RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
      
      
      
      # Default Namespace...
      # If you are using Simple URLs, use this rule:
      RewriteRule ^wiki/wiki:(.*)$ wiki/$1 [L,R=301]
      
      # If you are NOT using Simple URLs, use this rule:
      RewriteRule ^showwiki.php?title=wiki:(.*)$ showwiki.php?title=$1 [L,R=301]
      
      
      
      # Simple URLs, revisited...
      RewriteRule ^wiki/(.*)?$ showwiki_proxy.php [L,QSA]
      
      
      
      ##############################
      
      RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
      
      RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
      RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
      
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
      RewriteRule ^(.+)$ vbseo.php [L,QSA]
      However, I still have both issues:

      1. Issue with tabs

      2. Issues with URL linking wiki <-->forum
      Reply Reply  
    3. June 7, 2009 2:39 PM
      pegasus pegasus is offline
      VaultWiki Team
      I can't imagine why this is even necessary. But then again, vbSEO is one of the worst products I have seen in terms of readability and understandability. In vault/special_plugins.php, find:
      Code:
      		if (!$vbulletin->products['crawlability_vbseo'])
      		{
      			$use_bburl = $vbulletin->options['bburl'];
      Replace with:
      Code:
      		if (!$vbulletin->products['crawlability_vbseo'] OR !VBSEO_BASEDEPTH OR !defined('VBSEO_PREPROCESSED'))
      		{
      			$use_bburl = $vbulletin->options['bburl'];
      Reply Reply  
    4. June 7, 2009 2:55 PM
      mickknutson mickknutson is offline
      Regular Member
      That worked!!!!!
      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 12:56 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.