• 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
    • When Setting Parsing Options it reverts back to Standard BB-Code

    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: When Setting Parsing Options it reverts back to Standard BB-Code

    • Issue Tools
      • View Changes
    1. issueid=1513 May 2, 2010 1:54 PM
      Mokonzi Mokonzi is offline
      Senior Member
      When Setting Parsing Options it reverts back to Standard BB-Code
      When Setting Parsing Options it reverts back to Standard BB-Code

      When Setting Parsing Options to Wiki Codes it reverts back (when reloading the edit on the post) to the Standard BB-Code option even though it displays the wiki codes correctly.
    Issue Details
    Issue Number 1513
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Non-Wiki Threads / Posts
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 3.0.0 RC 2
    Fixed Version 3.0.0 RC 3
    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)




    1. May 2, 2010 2:33 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed for the next build. In AdminCP > Plugins & Products > Plugin Manager, edit the VaultWiki plugin at hook editpost_edit_complete. Find:
      Code:
      	special_vault_options($edit);
      Replace with:
      Code:
      	special_vault_options(isset($edit['vault_options']) ? $edit : $post);
      Reply Reply  
    2. May 2, 2010 2:48 PM
      Mokonzi Mokonzi is offline
      Senior Member
      Tried it, but it's not setting it still
      Reply Reply  
    3. May 2, 2010 3:13 PM
      pegasus pegasus is offline
      VaultWiki Team
      If you're in Firefox, you can't "Refresh". Firefox will override form fields with the last known value. You have to re-enter the address bar.
      Reply Reply  
    4. May 3, 2010 2:00 PM
      Mokonzi Mokonzi is offline
      Senior Member
      Still can't get Firefox to accept it. I am trying in other users posts... and my own. Not getting any success at all.
      Reply Reply  
    5. May 3, 2010 2:49 PM
      pegasus pegasus is offline
      VaultWiki Team
      Ah, I see the problem. Fixed (on your install). In the plugin, it was supposed to say $postinfo, not $post.

      Also, when hitting "Go Advanced" or saving a quick edit, it reverts back to Standard. To fix, open vault/special_plugins_editpost.php. Find:
      Code:
      	if (is_array($_POST['vault_options']))
      Add before:
      Code:
      	if (THIS_SCRIPT == 'editpost' AND ($vbulletin->GPC['ajax'] OR $vbulletin->GPC['quickeditnoajax'] OR $vbulletin->GPC['advanced']))
      	{
      		return;
      	}
      Reply Reply  
    6. May 3, 2010 2:51 PM
      Mokonzi Mokonzi is offline
      Senior Member
      Thanks pegasus, I appreciate the bespoke service
      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 10:25 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.