Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick Reply Multiquote Details »»
Quick Reply Multiquote
Version: 1.00, by Xenon Xenon is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 01-02-2005 Last Update: Never Installs: 39
 
No support by the author.

This Modification allows users to highlight text in user's posts and after clicking the QR-icon it will get entered into the qr-form surrounded by quote tags When no text is highlighted, the QR icon will work as it did before.

You can see a demo version on vb.org already

Thx to EvilS1 for the IE-JS code

Notice: the .js Files are cached by most browsers, so if you installed the hack, and don't notice a change, do a hard refresh to download the newest version from the server.

Notice: The hack is designed to work with normal text boxes, right now the wysiwyg editor is not supported.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 04-08-2005, 09:28 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found a bug

when username has ' (like it'sme ) it display error even you didn't click.

Someone fix it please, I'm too lazy ^^
Reply With Quote
  #73  
Old 04-08-2005, 06:11 PM
boeserwolf boeserwolf is offline
 
Join Date: Jan 2004
Location: Styria / Austria
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ Xenon

Ich finde den hack sehr nützlich speziell weil er für meine Seite sehr viel bringen würde.

Würdest du vielleicht, so du Zeit hast, ein deutsches Sprachpaket rausbringen und hier posten, wenn du nicht möchtest, das jemand anderes deine Hacks übersetzt?

lg

Markus
Reply With Quote
  #74  
Old 04-10-2005, 02:08 AM
TwinsForMe TwinsForMe is offline
 
Join Date: Oct 2004
Location: Canada
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[high]* TwinsForMe clicks install.
[/high]

Thanks.
Reply With Quote
  #75  
Old 04-10-2005, 03:18 PM
zetetic's Avatar
zetetic zetetic is offline
 
Join Date: Apr 2004
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to modify this so that "Quote message in reply" is not automatically checked when used without selecting any text?

Also, noonespecial mentioned that the vb setting "Require Click for Quick Reply" must be off for this to work, and that seems to be true. Is there any way around that?
Reply With Quote
  #76  
Old 04-10-2005, 04:08 PM
zetetic's Avatar
zetetic zetetic is offline
 
Join Date: Apr 2004
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tmhall
Is it possible to modify this so that "Quote message in reply" is not automatically checked when used without selecting any text?
I fixed this by changing:

Code:
else if (document.vbform.qr_message.value == "")
	{
		document.vbform.qr_quickreply.checked = 'checked';
		return qr(postid);
	}
To:

Code:
else if (document.vbform.qr_message.value == "")
	{
		document.vbform.qr_quickreply.checked = '';
		return qr(postid);
	}
That seems to work fine.
Reply With Quote
  #77  
Old 04-11-2005, 07:54 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deathemperor
I found a bug

when username has ' (like it'sme ) it display error even you didn't click.

Someone fix it please, I'm too lazy ^^
yep, you're right.

hmm, will have to look how to fix it without great rewritings ^^
Reply With Quote
  #78  
Old 04-15-2005, 12:13 PM
boeserwolf boeserwolf is offline
 
Join Date: Jan 2004
Location: Styria / Austria
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Da habe ich noch ne kleine Frage:

Arbeitet der Hack mit der vBulletin 3.07 auch zusammen?

lg

Markus
Reply With Quote
  #79  
Old 04-15-2005, 01:19 PM
chriswible chriswible is offline
 
Join Date: Sep 2003
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xenon
yep, you're right.

hmm, will have to look how to fix it without great rewritings ^^
I had the same problem with my hack. Luckily, there was a user with apostrophes in his name, so I fixed it before I released it. addcslashes did the trick for me.
Reply With Quote
  #80  
Old 04-16-2005, 01:09 PM
zetetic's Avatar
zetetic zetetic is offline
 
Join Date: Apr 2004
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chriswible
I had the same problem with my hack. Luckily, there was a user with apostrophes in his name, so I fixed it before I released it. addcslashes did the trick for me.
I just found this problem. There's no error, but when the guy with an apostrophe in his name clicks the quick reply button it opens the full editor. How exactly did you fix that?
Reply With Quote
  #81  
Old 05-05-2005, 07:38 PM
zetetic's Avatar
zetetic zetetic is offline
 
Join Date: Apr 2004
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump.

Hey Xenon,

Any chance of fixing this for people with apostrophes in their username and/or WYSIWYG editor? (I've also had users say it doesn't work in Safari or Maxthon, but that's less important).
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 05:03 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.04979 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete