vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How To Make Post Reply Becomes Quick Reply ? Please Guys (https://vborg.vbsupport.ru/showthread.php?t=246599)

chefy 07-27-2012 01:40 AM

Obviously, I'm using vB 3.8

Any ideas?

Simon Lloyd 07-27-2012 06:01 AM

Ok so i checked it and it's because that variable isn't available in showthread, this is what you need:
Replace
HTML Code:

<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
With:
HTML Code:

<td class="smallfont"><a href="#qrform"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>

chefy 07-27-2012 01:10 PM

It works!

But you're missing one little but very important thing. If you use the regular quick reply button, you're moved down to the quick reply box and the focus is inside that box so you know that you should start typing.

After applying your instructions, the reply button indeed sends you to the quick reply box but the focus isn't on the box so newbie members could get confused.

Any workaround for this?

Simon Lloyd 07-27-2012 01:57 PM

Not a quick fix without messing around with JS n stuff!, i'll take a look tonight when i get home.

BirdOPrey5 07-27-2012 02:29 PM

Not tested but try adding this onclick event to the <a href...> tag:

Code:

onclick="document.getElementById('vB_Editor_QR_textarea').focus();"

chefy 07-27-2012 03:40 PM

Unfortunately that isn't working, BirdOPrey5 :(

Simon Lloyd 07-27-2012 03:55 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2351879)
Not tested but try adding this onclick event to the <a href...> tag:

Code:

onclick="document.getElementById('vB_Editor_QR_textarea').focus();"

I thought that, but i believe the script is only available in the postbit template.

chefy 07-28-2012 01:34 AM

Quote:

Originally Posted by Simon Lloyd (Post 2351875)
Not a quick fix without messing around with JS n stuff!, i'll take a look tonight when i get home.

Thank you, hope to get some help from you if possible :up:

Simon Lloyd 07-28-2012 06:08 AM

To be honest i think thats as good as you are going to get, i don't think you can set focus outside of the element, i tried numerous ways, so without having seperate JS for those two buttons you'll have to stick with just being sent to the form :|

BirdOPrey5 07-28-2012 09:38 AM

We were on the right track but the trouble was the code I posted only worked in Chrome... It needed a little editing to work in Firefox and IE-

HTML Code:

<td class="smallfont"><a href="javascript:void(0);" onclick="location.hash = '#qrform'; document.getElementById('vB_Editor_QR_textarea').focus();"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
That code works great in IE9, FF, and Chrome, and I would think all other browsers.

Should just have an option for people who are visiting without javascript enabled.


All times are GMT. The time now is 07:48 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.01113 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete