• 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 4.x Series
    • Bug
    • Disable automatic links to wiki pages

    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: Disable automatic links to wiki pages

    • Issue Tools
      • View Changes
    1. issueid=6269 November 7, 2021 3:51 PM
      wolven wolven is offline
      New Member
      Disable automatic links to wiki pages
      This option doesn't do anything - links still there

      Hi all,

      The profile option for disabling automatic links doesn't work for ordinary users.
      At least I find no other possibility to give users the option to choose activly NOT to have links to WIKI-pages.

      Cheers
      Knut
    Issue Details
    Issue Number 6269
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category User Profiles
    Status Fixed
    Priority 5 - Minor Bugs / Small Tweaks
    Affected Version 4.1.1
    Fixed Version 4.1.3
    Milestone (none)
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. November 8, 2021 9:43 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the next build. In src/addons/vw/vw/_core/instance/parser/renderer/xf2.php, find:
      Code:
      					if (isset($vw_options['autolinks']) AND !$vw_options['autolinks'])
      					{
      						$do_autolinks = true;
      Replace with:
      Code:
      					if (isset($vw_options['autolinks']))
      					{
      						if (!$vw_options['autolinks'])
      						{
      							$do_autolinks = true;
      						}
      The bug had appeared in 4.1.0 RC 1 (the preference had been added in 4.0.0 Beta 7). This occurred because the default value admin setting, which was added in 4.1.0 RC 1, was used when the user had the preference selected, instead of the intended behavior, which is to use the default value when the user has never configured their preferences.
      Reply Reply  
    2. November 8, 2021 11:27 AM
      wolven wolven is offline
      New Member
      Thanks Ted.

      Question: Is this error already corrected in 4.1.2 and higher or still to be done?
      Reply Reply  
    3. November 8, 2021 12:51 PM
      pegasus pegasus is offline
      VaultWiki Team
      No, this issue would still exist in any version that was released before my post. This error will be fixed by a future build of the most recent version that was released.
      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 3:24 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.