Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-21-2010, 08:40 AM
TalkVirginia's Avatar
TalkVirginia TalkVirginia is offline
 
Join Date: Oct 2008
Location: Virginia
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 05-21-2010, 01:49 PM
Rafa-el's Avatar
Rafa-el Rafa-el is offline
 
Join Date: Feb 2010
Location: Nicaragua
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

And there Check NO in Quick Reply.

That's all.
Reply With Quote
  #3  
Old 05-21-2010, 04:02 PM
TalkVirginia's Avatar
TalkVirginia TalkVirginia is offline
 
Join Date: Oct 2008
Location: Virginia
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rafa-el View Post
Go to AdminCP - Options - Message Posting and Edition Options.

And there Check NO in Quick Reply.

That's all.
Thanks! That worked nicely!
Reply With Quote
  #4  
Old 07-08-2010, 05:19 PM
gopherhockey's Avatar
gopherhockey gopherhockey is offline
 
Join Date: Jul 2002
Posts: 202
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 07-10-2010, 07:55 AM
Wilfred1 Wilfred1 is offline
 
Join Date: Jul 2009
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 03-27-2012, 05:39 AM
itilm's Avatar
itilm itilm is offline
 
Join Date: Aug 2011
Location: Karachi
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thxz Its Very Nice
Reply With Quote
  #7  
Old 03-27-2012, 05:42 AM
Pandemikk Pandemikk is offline
 
Join Date: Jul 2009
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:31 AM.


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.03853 seconds
  • Memory Usage 2,215KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete