• 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
    • Wiki quick reply and Heading BBcode

    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: Wiki quick reply and Heading BBcode

    • Issue Tools
      • View Changes
    1. issueid=2265 March 29, 2011 4:48 PM
      Alan_SP Alan_SP is offline
      Regular Member
      Wiki quick reply and Heading BBcode

      I saw this and I'm not really sure if it is bug, or it is intentionally programed this way:

      If you edit section (you know, you already created article with numerous heading tags and now you just want to edit one section), by clicking on edit button above this section you start quick editor. In this editor you see this button, but you can't use it. To use it, you need to go to advanced editor.

      I think we should be able to use it in quick editor, after all it is there, but you can't.

      It would be easier just to add sections or subsections in quick editor, but we need to go to full advanced editor.
    Issue Details
    Issue Number 2265
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Text Editor (WYSIWYG, etc)
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 3.0.11
    Fixed Version 3.0.12
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. March 29, 2011 5:11 PM
      pegasus pegasus is offline
      VaultWiki Team
      It's working for me. What does your browser's Javascript console have to say when you click the button?
      Reply Reply  
    2. March 29, 2011 5:25 PM
      Alan_SP Alan_SP is offline
      Regular Member
      Nothing. It happens nothing at all, like I didn't clicked anything. I'm using Opera, I'm going to test it with FireFox. In advanced it works fine.
      Reply Reply  
    3. March 29, 2011 5:33 PM
      Alan_SP Alan_SP is offline
      Regular Member
      Here's updated info:

      First of all, it's the same with FireFox. If I click on other buttons, they work (BBcode is created). Only heading button doesn't work.

      In FireFox I noticed this button: , I don't see it in Opera. It switches modes, but I don't know what mode into what... Ok, I see, it switches between parsed and unparsed mode. But it doesn't affect heading button.
      Reply Reply  
    4. March 30, 2011 1:12 AM
      pegasus pegasus is offline
      VaultWiki Team
      I'll need a way to check this on your forum and see what's happening. Can you PM me a test user?
      Reply Reply  
    5. March 30, 2011 4:34 PM
      pegasus pegasus is offline
      VaultWiki Team
      This occurs when VaultWiki: Article Display Options > How Should Comments Be Displayed? is set to "Its own tab". Fixed for the next build.

      In vault/tab/article.php, find:
      Code:
      		$templater = vB_Template::create('vault_article_quickedit');
      Replace with:
      Code:
      		if (!$show['discussion_below'] OR !$show['quickreply'])
      		{	
      			$vBeditJs = array(
      				'normalmode'         => 'false'
      			);
      
      			$templater = vB_Template::create('editor_clientscript');
      				$templater->register('vBeditJs', $vBeditJs);
      			$vBeditTemplate['clientscript'] = $templater->render();
      		}
      
      		$templater = vB_Template::create('vault_article_quickedit');
      			$templater->register('vBeditTemplate', $vBeditTemplate);
      Reply Reply  
    6. March 30, 2011 5:40 PM
      Alan_SP Alan_SP is offline
      Regular Member
      Thanks, that solved the problem.
      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 9:19 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.