• 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
    • Doesn't underline and link to Wiki Articles and a couple of issues

    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: Doesn't underline and link to Wiki Articles and a couple of issues

    • Issue Tools
      • View Changes
    1. issueid=1605 May 28, 2010 9:18 AM
      jbade jbade is offline
      Junior Member
      Doesn't underline and link to Wiki Articles and a couple of issues

      My site doesn't underline and link to Wiki Articles that have the same text any more.
      It did work once..

      Also just in general it doesn't look right..
      Besides a bunch of CSS that probably needs changing to match the colors better..

      Do you have time to look at it?
      www.binderplanet.com

      I have people complaining about it.. saying it's hard to find stuff and navigate..
      Also complaining about the LINK issue above..

      If some of it is changes.. let me know..
      If there are recommendations on Naming things or organizing data different.. Please let me know that too..

      Also if you think we should try 3.0 RC3 or whatever it's at now.. that's fine too..
    Issue Details
    Issue Number 1605
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category BB-Code Parsing
    Status Fixed
    Priority 5 - Minor Bugs / Small Tweaks
    Affected Version 2.5.7
    Fixed Version 3.0.0
    Milestone VaultWiki 3.0.0
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)


    Page 1 of 2 12 Next LastLast


    1. May 28, 2010 11:17 AM
      pegasus pegasus is offline
      VaultWiki Team
      There was a bug in the 2.5 series involving the Island namespace (that occurred in some common, but random circumstances) that broke some things including autolinks.

      I recommend upgrading to 3.0 first, as I'm pretty sure that will fix your issue. We are only releasing security fixes for the 2.5 family now.

      I had a similar problem on my other site with users complaining that important content was hard to find. It's an ongoing battle, but you just have to figure out which content your users are looking for, and bring that closer to the front. The more graphically you can set up your pages the better, because it will give their eyes a break from blocks of text.

      As for the CSS not matching, I'd recommend waiting until you update to 3.0 before doing so, since there was a CSS rewrite.
      Reply Reply  
    2. May 29, 2010 3:06 PM
      bigtree bigtree is offline
      Junior Member
      I've upgraded from VW RC 1 to RC 3 and my auto links are NOW NOT WORKING from this point on. Older auto links are still, just not NEW links from this point on.
      Reply Reply  
    3. May 29, 2010 3:24 PM
      pegasus pegasus is offline
      VaultWiki Team
      Can you link to a specific page where this occurring, and give an example of what SHOULD be autolinking?
      Reply Reply  
    4. May 29, 2010 3:37 PM
      bigtree bigtree is offline
      Junior Member
      Sure,

      As an example:
      Here is an existing thread with the word "mastering" auto linking. If we create a new posts now, the word "mastering" no longer will auto link.
      http://recording.org/cms-comments-ch...tml#post348509
      Reply Reply  
    5. May 29, 2010 9:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      I will try an example that mentions both the main page and the fake page

      As the latter is at the end of a line, maybe it won't match?
      Reply Reply  
    6. May 29, 2010 9:56 PM
      pegasus pegasus is offline
      VaultWiki Team
      Make sure that the setting Settings > Options > VaultWiki: General Settings > Enable Auto Links to VaultWiki articles has "Forum Posts" selected. It's possible that existing autolinks are only working because the post was cached before that setting was added.

      If that is correct, and it's still not working, try editing vault/plugins/bbcode.php. Find:
      Code:
      $vbulletin->options['vault_autolinks']
      Replace with:
      Code:
      $parser->registry->options['vault_autolinks']
      Reply Reply  
    7. May 31, 2010 8:41 PM
      bigtree bigtree is offline
      Junior Member
      Hi,

      autolinks is selected for the forums and I did try your code suggestion but it made no difference. Autolink has stopped working.
      Reply Reply  
    8. May 31, 2010 8:43 PM
      bigtree bigtree is offline
      Junior Member
      Quote Originally Posted by pegasus
      Make sure that the setting Settings > Options > VaultWiki: General Settings > Enable Auto Links to VaultWiki articles has "Forum Posts" selected. It's possible that existing autolinks are only working because the post was cached before that setting was added.

      If that is correct, and it's still not working, try editing vault/plugins/bbcode.php. Find:
      Code:
      $vbulletin->options['vault_autolinks']
      Replace with:
      Code:
      $parser->registry->options['vault_autolinks']
      I see there are 3 instances of this. Should I replace all 3?
      Reply Reply  
    9. May 31, 2010 8:51 PM
      bigtree bigtree is offline
      Junior Member
      I tried all 3 as well, no change.
      Reply Reply  
    10. May 31, 2010 10:35 PM
      pegasus pegasus is offline
      VaultWiki Team
      Trying a duplicate of both main page and fake page in this new post.
      Reply Reply  
    11. May 31, 2010 11:42 PM
      pegasus pegasus is offline
      VaultWiki Team
      There were some bugs with auto-links that prevented them from parsing when they were near certain other BB-Codes and characters, but I haven't been able to duplicate your exact issue (in your example posts you don't use any other BB-Codes). If you could provide me with write access to your /vault directory and sub-directories, I should be able to confirm this issue and find an appropriate fix.
      Reply Reply  
    12. June 1, 2010 11:06 AM
      bigtree bigtree is offline
      Junior Member
      I've sent you a PM with my information
      Reply Reply  
    13. June 2, 2010 5:20 PM
      pegasus pegasus is offline
      VaultWiki Team
      According to your PM, the fix I wrote for the issues I found above also fixed the issue reported by the OP. For now, I'll mark this as Fixed for the next build.
      Reply Reply  
    14. June 7, 2010 9:17 AM
      jbade jbade is offline
      Junior Member
      Quote Originally Posted by pegasus
      According to your PM, the fix I wrote for the issues I found above also fixed the issue reported by the OP. For now, I'll mark this as Fixed for the next build.
      Are you saying I should try this fix?

      You originally asked for access to try stuff out...
      So the OP is still having the issue..
      Reply Reply  
    15. June 7, 2010 9:35 AM
      pegasus pegasus is offline
      VaultWiki Team
      The fix included in this issue is not a complete fix. A complete fix is included in 3.0.0, to be released in the next day or two. Another user had the same issue, so I was able to solve it without access.
      Reply Reply  
    Page 1 of 2 12 Next LastLast
    + 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 7:07 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.