vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Quick Reply Multiquote (https://vborg.vbsupport.ru/showthread.php?t=73694)

deathemperor 04-08-2005 09:28 AM

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 ^^

boeserwolf 04-08-2005 06:11 PM

@ 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

TwinsForMe 04-10-2005 02:08 AM

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

Thanks. :)

zetetic 04-10-2005 03:18 PM

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?

zetetic 04-10-2005 04:08 PM

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.

Xenon 04-11-2005 07:54 PM

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 ^^

boeserwolf 04-15-2005 12:13 PM

Da habe ich noch ne kleine Frage:

Arbeitet der Hack mit der vBulletin 3.07 auch zusammen?

lg

Markus

chriswible 04-15-2005 01:19 PM

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.

zetetic 04-16-2005 01:09 PM

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?

zetetic 05-05-2005 07:38 PM

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).


All times are GMT. The time now is 09:44 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.02666 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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