• 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 Lite
    • Bug
    • Other Plugins and VB img settings not working with vaultwiki

    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: Other Plugins and VB img settings not working with vaultwiki

    • Issue Tools
      • View Changes
    1. issueid=2589 January 22, 2012 7:28 AM
      Power_user_EX Power_user_EX is offline
      New Member
      Other Plugins and VB img settings not working with vaultwiki

      Hi.. need a bit help..

      Along with vaultwiki , we are using an image resize plugin found here : http://www.vbulletin.org/forum/showthread.php?t=237650

      Problem is this that image plugin fails to work on posts showed as wiki... and img is displayed with its original size

      But for normal posts the image plugin works just fine.

      please help
    Issue Details
    Issue Number 2589
    Issue Type Bug
    Project VaultWiki 3.x Lite
    Category Unknown
    Status Not a Bug
    Priority Unknown
    Affected Version Unknown
    Fixed Version (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. January 23, 2012 1:18 AM
      pegasus pegasus is offline
      VaultWiki Team
      The best solution is for the resize mod to update and use hook location bbcode_img_match in order to do all of its replacements. This would work for any mod that uses the BB-Code parser, without having to handle each content type separately.

      Until then, however, as far as I can tell the only way to make this work in the Lite version would be to put a plugin at hook bbcode_parse_start:
      Code:
      if (isset($this->recursion) AND $parsedhasimages)
      {
      $parsedtext = '';
      }
      And a plugin at bbcode_parse_complete that does the necessary text replacement.

      In the full version, you could just use the hook vault_postbit_complete to perform your text replacement rather than hack the parser in this way.
      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 6:49 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 © 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.