vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Disable Quick Reply and use Advanced Editor? (https://vborg.vbsupport.ru/showthread.php?t=243028)

TalkVirginia 05-21-2010 07:40 AM

Disable Quick Reply and use Advanced Editor?
 
My users really dislike the Quick Reply feature. Is there a way to disable it or have vBulletin go directly to the advanced editor when replying/replying with quote?

Thanks

Rafa-el 05-21-2010 12:49 PM

Go to AdminCP - Options - Message Posting and Edition Options.

And there Check NO in Quick Reply.

That's all.

TalkVirginia 05-21-2010 03:02 PM

Quote:

Originally Posted by Rafa-el (Post 2041365)
Go to AdminCP - Options - Message Posting and Edition Options.

And there Check NO in Quick Reply.

That's all.

Thanks! That worked nicely! :)

gopherhockey 07-08-2010 04:19 PM

There are so many that do not seem to like the new default quick reply that I'm surprised its kept this way.

Put it back the way it was. Quick reply is nice for the 1% that use it... I don't feel like I should have to disable it entirely to get the forums to act properly.

Wilfred1 07-10-2010 06:55 AM

Due to another vb developers stuff up to make life hard for the support people and the few vb users that are left, what I have done is added an Adv Reply button to the post footer:

In your postbit_legacy template look for:
Code:

<a id="qr_{vb:raw post.postid}" class='quickreply'  href="{vb:raw post.replylink}" rel="nofollow"><img  id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}"  alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase  reply}</a>
                    <span  class="seperator">&nbsp;</span>
                    </vb:if>

Straight after that add this:
Code:

<vb:if condition="$show['quickreply'] AND  !$show['threadedmode']">
                        <a class='quickreply'  href="newreply.php?{vb:raw session.sessionurl}p={vb:raw  post.postid}&amp;noquote=1" rel="nofollow"><img  id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}"  alt="Advanced reply" /> Adv {vb:rawphrase reply}</a>
                        <span  class="seperator">&nbsp;</span>
                    </vb:if>

I also added the word "Quick" just before the (vb:rawphrase reply) in the first block of code above to make it clear for the user what reply they are going to.

Hope this helps

itilm 03-27-2012 04:39 AM

Thxz Its Very Nice

Pandemikk 03-27-2012 04:42 AM

I can't believe people don't like the QR. Nice necropost btw^


All times are GMT. The time now is 07:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01456 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete