Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
  #1  
Old 08-20-2013, 08:38 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Quick reply questions.

I have two quick questions concerning quick reply.

Pretty much everyone I have talked to regarding my forum is complaining that when they click to reply to a post that it sends them to quick reply, instead of the full (advanced) posting form. I looked in ACP but didn't see a way to change this.

How do I make it so that when they click on reply, it sends them to the full form?

Again, with the quick reply, whenever someone uses it and they click submit, a window pop-ups saying "Are you sure you want to leave this page?" No matter what click on it posts the message, but everyone thinks it is going to log them out and it's very confusing.

How do I get rid of this pop-up message? It doesn't happen with the full posting form. Thanks.
Reply With Quote
  #2  
Old 08-20-2013, 10:02 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want to get rid of Quick Reply and have them use the full reply form, then just go to AdminCP > Settings > Options > Message Posting and Editing Options > Quick Reply > No
Reply With Quote
  #3  
Old 08-20-2013, 11:10 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, I don't want to get rid of it, just not make it the default like vB used to work long ago. I have it set to "click required" but it still goes straight to quick reply.
Reply With Quote
  #4  
Old 08-21-2013, 12:19 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then turn on yes, click required?
Reply With Quote
  #5  
Old 08-21-2013, 12:36 AM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery View Post
Then turn on yes, click required?
When it's set like that it defaults to the quick reply VS. the full reply.

I need it to go straight to full reply, when they click on reply.
Reply With Quote
  #6  
Old 08-21-2013, 12:46 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try posting in paid section see who can help with the coding
Reply With Quote
  #7  
Old 08-21-2013, 01:47 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, when you click on the big post reply buttons, you want it to just send you to the full reply?
Reply With Quote
  #8  
Old 08-21-2013, 04:02 AM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery View Post
So, when you click on the big post reply buttons, you want it to just send you to the full reply?
There are two reply buttons, one in postbit marked "Reply" and one at the bottom of the thread marked "Reply to thread". Clicking on either opens up Quick reply. At least one of those should directly open up full reply. I'm guessing the "Reply to thread" button should go directly to Full reply because when I turn off quick reply the post bit "Reply" button disappears.

Only then will the "Reply to thread" button work correctly. Ultimately I need to just turn off Quick reply since it's causing so many issues, especially with that pop-window that appears. Problem is I can't turn it off because then a hack for selective quoting also goes away. The only way I can think of to get around this would be to hard code some kind of "if" code for the quote button, but I've forgotten how do that, and if the quick reply worked correctly then I wouldn't need to anyway.

--------------- Added [DATE]1377064559[/DATE] at [TIME]1377064559[/TIME] ---------------

I think if I just turn off quick reply and put some kind of conditional around the quote button, then the quote button should still appear. Here is the code for the quote button (in red) can someone explain why it disappears when quick reply is turned off? It's supposed to appear next to the standard quote button.

Code:
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
					<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}&amp;noquote=1" rel="nofollow" title="{vb:rawphrase quick_reply_to_this_message}"><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>
				{vb:raw wog_quick_quote_button}
				<vb:if condition="$post['replylink']">
					<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow" title="{vb:rawphrase reply_with_quote}"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" />  <vb:if condition="$post['forwardlink']">{vb:rawphrase reply_to_private_message}<vb:else />{vb:rawphrase reply_with_quote}</vb:if></a> 
				<vb:if condition="$show['multiquote_post']"><span class="seperator">&nbsp;</span></vb:if>

In case anyone needs it, here is the code for the quote button:

Code:
<a id="wog_qquote" href="javascript:wog_qq({vb:raw post.postid}, '{vb:raw post.wog_qquote_username}')" class="quickquote" rel="nofollow"><img id="wog_qquoteimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase wog_qquote_qbutton}" /> {vb:rawphrase wog_qquote_qbutton}</a>
					<span class="seperator">&nbsp;</span>
Reply With Quote
  #9  
Old 08-21-2013, 03:14 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is an article in the vB4 section on how to turn the Post Reply button to go straight to the advanced Post Reply page instead of the Quick Reply. Right now, if you double-click Post Reply you will get to the advanced post reply.
Reply With Quote
  #10  
Old 08-21-2013, 03:39 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Right now, if you double-click Post Reply you will get to the advanced post reply.
Thank you so much Lynne! I've been using vB products since almost the very beginning and I did not know about the double-click feature. Thank you for mentioning it. I will search for the article you mentioned.

Is there any way to address the annoying popup that occurs when someone tries to post from the quick reply? It doesn't happen with the advanced post reply, just quick reply. I have never altered quick reply so it must be something with the vB code, and so far I haven't found any browser that is immune to it. If I could find a way to get rid of that popup, and change the way the reply button works (from the article mentioned) then I think everything would be perfect :up:

--------------- Added [DATE]1377110432[/DATE] at [TIME]1377110432[/TIME] ---------------

UPDATE: Found the article that Lynne mentioned and it has fixed the one problem (thanks again Lynne) :up:

If someone could just help us get rid of that quick reply pop-up message then everything would be fixed
Reply With Quote
Reply

Thread Tools
Display Modes

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 01:32 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04265 seconds
  • Memory Usage 2,252KB
  • Queries Executed 13 (?)
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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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