• 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
    • Readability Widget not showing on 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: Readability Widget not showing on pages?

    • Issue Tools
      • View Changes
    1. issueid=6311 September 11, 2022 7:10 AM
      mazzly mazzly is offline
      Junior Member
      Readability Widget not showing on pages?

      This might just be me not knowing how to use the widgets..

      I have setup the "readability" widget to show in "Wiki: Sidebar"

      When I visit a page, it doesn't show up anywhere... Am I doing something wrong?
      - "Enable this block?" is checked...

      Other widgets (not Wiki:-ones) show up fine in pages...

      Related: same thing with "Wiki: similar content" which doesn't show up...
    Issue Details
    Issue Number 6311
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Widgets / Sideblocks
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 4.1.5
    Fixed Version 4.1.6
    Milestone (none)
    Software DependencyXenForo 2.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. September 11, 2022 10:33 AM
      pegasus pegasus is offline
      VaultWiki Team
      There are 2 things which may be causing an issue here:
      - Widgets can be controlled for each area. If your area settings don't have "Widgets shown in this area" set to "Any block", then you need to apply your new widget to the area manually.
      - Wiki widgets can be tuned using Widget permissions. In AdminCP > Appearance > Widgets, you should see a button near the top "Widget permissions for Wiki". Here you can specify which groups are allowed to see the widget. However, my reading of the code is that all user groups are automatically granted access to a widget when you create one, so there shouldn't be any issue here.
      Reply Reply  
    2. September 11, 2022 11:16 AM
      mazzly mazzly is offline
      Junior Member
      - Any block is selected for all areas
      - Widget permissions for all user groups are set to "Yes"

      Still no such widget showing..
      Reply Reply  
    3. September 13, 2022 2:03 PM
      pegasus pegasus is offline
      VaultWiki Team
      Double check the settings for that widget and make sure that "Enable this block?" is selected.
      If you have the widget also included as part of a "Wiki: Random widget", then the widget may not be displayed on its own.
      Make sure "Display condition" and "Custom wiki context" are both blank.
      Reply Reply  
    4. September 14, 2022 8:43 AM
      mazzly mazzly is offline
      Junior Member
      Verified all above, no random widget in use..
      Reply Reply  
    5. September 15, 2022 10:04 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the next release. For widgets like these that rely on a page context for information, it was always using the parent content even if the current content was available. On my site this showed as Similar Content / Readability Information always showing the same data within an area, no matter what page it was. So I think for you, if the parent content (usually, the area) did not have enough information to generate the widget, then the widget would not render for any page inside that parent.

      In src/addons/vw/vw/Handler/Widget/Generic.php, find:
      Code:
      if (!empty($this->contextParams[$contextKey]))
      Replace with:
      Code:
      if (!$item AND !empty($this->contextParams[$contextKey]))
      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:02 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.