vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Quote II -Quote posts instantly in your Quick Reply box (https://vborg.vbsupport.ru/showthread.php?t=54939)

fiendnutz 07-11-2003 01:46 PM

I was wondering if there's a way to make the quickquote hack also work for the /me hack. For some reason it wont work.

EvilLS1 07-11-2003 11:09 PM

Quote:

Yesterday at 03:46 PM fiendnutz said this in Post #51
I was wondering if there's a way to make the quickquote hack also work for the /me hack. For some reason it wont work.
If you can give me a link to that hack and also describe the problem (what exactly isn't working) when you install both hacks I'll take a look and see if we can make them work together.

Oblivion Knight 07-12-2003 12:22 AM

Quote:

Yesterday at 03:46 PM fiendnutz said this in Post #51
I was wondering if there's a way to make the quickquote hack also work for the /me hack. For some reason it wont work.
This isn't the best way of doing things by any means, but it's how I have it set up and just thought I'd share. Follow the attached instructions.

Oblivion Knight 07-16-2003 10:19 AM

How stupid of me.. *slaps self*
If you have installed my "image instead of checkbox" addon, download the new file and replace the quickquote template with the new content.. Just fixed a small java bug.. ;)

Set 08-02-2003 04:49 PM

Hi,
Does this add - on work also with the simple MODIFICATION to the template?

Tnx ;)

EvilLS1 08-02-2003 07:21 PM

Quote:

Today at 06:49 PM Set said this in Post #55
Hi,
Does this add - on work also with the simple MODIFICATION to the template?

Tnx ;)

It should if you make one minor change to the quick reply form.

In the showthread template find:
Code:

<form enctype="multipart/form-data" action="newreply.php" name="quickreply" method="post" onSubmit="return validate(this)">
Replace it with:
Code:

<form enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
Then install Quick Quote II and it should work.

Set 08-03-2003 09:21 AM

OK!
Thanks a lot EvilL! :)

I installed it ;)

Larry@IOG 08-05-2003 09:04 PM

I uninstalled the muilti quote and installed this but when I click a box I am getting a error on the page

Larry

EvilLS1 08-05-2003 09:15 PM

Larry,
Check your quick reply box template (showthread_replybox if you're using Firefly's hack) and make sure the name of your quick reply form is "vbform".

It should look like this:

Code:

<form enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
Then scroll down a little and make sure your textarea name is "message".. It should look like this:

Code:

<textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1"></textarea>
Thats about the only thing that could cause a javascript error.

Larry@IOG 08-05-2003 10:59 PM

I have a 12 in place of this 7

rows="7"


All times are GMT. The time now is 08:28 PM.

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.01808 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
  • (4)bbcode_code_printable
  • (3)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