• 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
    • Direct comment on discussion tab

    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: Direct comment on discussion tab

    • Issue Tools
      • View Changes
    1. issueid=1244 March 9, 2010 6:29 PM
      hollosch hollosch is offline
      Senior Member
      Direct comment on discussion tab

      Writing text in the comment-form an clicking "Comment" the system forwarded to the advanced editor and the written text is away and the system told me, the text i've written is to short.

      after posting in the advanced editor it's possible to post the comment...
    Issue Details
    Issue Number 1244
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Non-Wiki Threads / Posts
    Status Fixed
    Priority 1 - Security / Login / Data Loss
    Affected Version 3.0.0 Beta 6
    Fixed Version 3.0.0 Beta 6
    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. March 9, 2010 7:14 PM
      pegasus pegasus is offline
      VaultWiki Team
      Cannot duplicate here. Are you talking about the Quick Reply form or something else? I'm not having problems with Quick Reply.
      Reply Reply  
    2. March 9, 2010 7:18 PM
      hollosch hollosch is offline
      Senior Member
      Yes, the Quick Reply.
      Reply Reply  
    3. March 9, 2010 11:44 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the current ZIP. This only occurs when the WYSIWYG editor is currently active in the Quick Reply box, and the tab was switched to the comments tab via AJAX. In vault/special_functions.php, find:
      Code:
      		$show['discussion_tab'] = ($_REQUEST['do'] == 'comments' OR $vbulletin->options['vault_ajax_tabs']);
      Add after:
      Code:
      		$show['quickreply'] = (
      			$_REQUEST['do'] != 'comments' AND
      			$vbulletin->options['vault_ajax_tabs'] AND
      			$vbulletin->options['quickreply'] AND
      			!$threadinfo['isdeleted'] AND
      			!is_browser('netscape') AND
      			$vbulletin->userinfo['userid'] AND
      			(
      				(
      					$vbulletin->userinfo['userid'] == $threadinfo['postuserid'] AND
      					$forumperms & $vbulletin->bf_ugp_forumpermissions['canreplyown']
      				)
      				OR
      				(
      					$vbulletin->userinfo['userid'] != $threadinfo['postuserid'] AND
      					$forumperms & $vbulletin->bf_ugp_forumpermissions['canreplyothers']
      				)
      			) AND
      			(
      				$threadinfo['open'] OR
      				can_moderate($threadinfo['forumid'], 'canopenclose')
      			) AND
      			(
      				VAULT_36X_COMPAT OR
      				!function_exists('fetch_require_hvcheck') OR
      				!fetch_require_hvcheck('post')
      			)
      		);
      Reply Reply  
    4. March 10, 2010 7:15 AM
      hollosch hollosch is offline
      Senior Member
      Works perfect now !!
      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 1:07 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 © 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.