• 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
    • Content menus don't work

    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 2 of 2 FirstFirst Previous 12
    Results 16 to 24 of 24

    Thread: Content menus don't work

    • Thread Tools
      • Show Printable Version
    1. July 19, 2017 #16
      stained
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      stained is offline
      Junior Member
      Join Date
      October 21, 2012
      Posts
      33
      Rep Power
      168
      They checked again and there are definitely no problems with those variables. The server isn't causing the issue. I have the upper/lower case mismatch even when I disable all plugins. I'm stumped... You mentioned looking into the possibility of working around such a misconfiguration from the Javascript side and I was wondering whether that has proven feasible.
      Reply With Quote Reply With Quote

    2. August 4, 2017 #17
      stained
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      stained is offline
      Junior Member
      Join Date
      October 21, 2012
      Posts
      33
      Rep Power
      168
      I guess not then.
      Reply With Quote Reply With Quote

    3. August 4, 2017 #18
      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,959
      Blog Entries
      18
      Rep Power
      688
      I've done some tests on my own using a hostname with different capitalization "vaultWIki" vs "vaultwiki", and the new code appears to jump to the appropriate heading. This change puts VaultWiki's jump code in compliance with: https://tools.ietf.org/html/rfc4343#section-3
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. August 7, 2017 #19
      stained
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      stained is offline
      Junior Member
      Join Date
      October 21, 2012
      Posts
      33
      Rep Power
      168
      That's great news. Many thanks. It would be fantastic if I could get my menus to work again.
      Reply With Quote Reply With Quote

    5. August 7, 2017 #20
      stained
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      stained is offline
      Junior Member
      Join Date
      October 21, 2012
      Posts
      33
      Rep Power
      168
      Edit: so after reading your post again do you mean that upper/lower case etc can be catered for already by Vaultwiki? So you still see my server as the culprit? I don't know what else to do to be honest as I'm on shared hosting and do not have access to the config files to see for myself whether they really are the problem. I kinda have to believe them when the techs say that everything is corect at their end.
      Reply With Quote Reply With Quote

    6. August 7, 2017 #21
      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,959
      Blog Entries
      18
      Rep Power
      688
      Yes, my meaning is that VaultWiki will now correctly jump between sections even if the upper/lower case doesn't match between the domain of the current page and the domain of the jump link. This means that wherever the misconfiguration is, whether it's your server, or another vBulletin add-on, VaultWiki won't care anymore.

      You can find out for sure if it's a server misconfiguration by creating a test PHP file outside your vBulletin directory and then visiting it.
      Code:
      <?php
      
      echo '$_SERVER[HTTP_HOST] = ' . $_SERVER['HTTP_HOST'] . '<br>';
      echo '$_SERVER[SERVER_NAME] = ' . $_SERVER['SERVER_NAME'];
      
      exit;
      It should show the hostname and servername as PHP receives it from the server, because in this test, there is no other code in between.

      If both variables appear to be correct, then the difference lies somewhere in vBulletin's settings or one of your vBulletin add-on settings.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. August 7, 2017 #22
      stained
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      stained is offline
      Junior Member
      Join Date
      October 21, 2012
      Posts
      33
      Rep Power
      168
      That's great. Thanks. The server responded with the correct lower case version of the domain so it's looking like a plugin.

      When you say " VaultWiki will now correctly jump between sections even if the upper/lower case doesn't match between the domain of the current page and the domain of the jump link" do you mean that a newer version of VW than I currently have is capable of this? I have 4.0.18.
      Reply With Quote Reply With Quote

    8. August 7, 2017 #23
      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,959
      Blog Entries
      18
      Rep Power
      688
      4.0.19 does this.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    9. August 8, 2017 #24
      stained
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      stained is offline
      Junior Member
      Join Date
      October 21, 2012
      Posts
      33
      Rep Power
      168
      Just wanted to confirm that 4.0.19 has done the trick on my site. Content menus are working perfectly now. Many thanks!
      Reply With Quote Reply With Quote

    Page 2 of 2 FirstFirst Previous 12

    Similar Threads

    1. Cart does not work
      By Alfa1 in forum Pre-Sales Questions
      Replies: 7
      Last Post: November 12, 2014, 9:58 AM
    2. help Content
      By vbluis in forum General Discussion
      Replies: 3
      Last Post: January 24, 2013, 7:15 PM
    3. Banner menus disappeared
      By OKCTalk in forum VaultWiki Questions
      Replies: 1
      Last Post: May 29, 2012, 4:04 PM
    4. Content too short when approving content
      By mickknutson in forum VaultWiki Questions
      Replies: 1
      Last Post: September 8, 2009, 12:57 PM
    5. will 3.6 work at all?
      By adwolf1 in forum Pre-Sales Questions
      Replies: 3
      Last Post: August 28, 2008, 10:38 PM

    Tags for this Thread

    content, menu, menus, page

    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 1:15 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.