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 Reply Box (https://vborg.vbsupport.ru/showthread.php?t=34597)

NSeXcellent 06-01-2002 11:15 PM

Quote:

Originally posted by Allstar DC
NSeXcellent: that coding was in answer to hellsatans question about how to add the smiles to the replybox.

thats how i have done it and it does work.

if it isn't working then you must have done something wrong

Yes that is what I was attempting to do... I installed the quick reply box, then that addition there, but i get no smilies for the quick reply box

AviationForum 06-01-2002 11:43 PM

Arrgh!

I installed everything exactly as it was supposed to be, but when I try and reply using the Quick Reply Box I get a "no thread was specified" error message. :mad:

AviationForum 06-02-2002 04:32 PM

HELLLLLLLLLLLP!

Martin CX 06-02-2002 09:51 PM

Well... if you installed everything exactly as you were supposed to, you should be flying... but the error message sounds like something you'd get if this; " <input type="hidden" name="threadid" value="$threadid">" was omitted from the "showthread_replybox" template.

:ermm:

rebirth 06-03-2002 01:44 AM

can someone do a hack that adds the signature and automaticly parse urls checkboxes to the quick reply?

desi 06-03-2002 12:37 PM

how do i make this hack work in vbulletin 2.2.5 ...
i just bought the license and most of the hacks at aren't for 2.2.5 and also the older versions aren't available for download ....

could someone pls explain me what to do now

cheers

chr@nox 06-03-2002 12:47 PM

very nice hack m8...i had an old one of this which did work on 2.2.5 but it gave a runtime error :p
thanks alot!!

and cihangir...the one at 230 is the one u need to have :)

James Cridland 06-03-2002 04:38 PM

For an even quicker reply, position the cursor in the message box so your user can just start typing without selecting the box in the first place.

To do this, I tried adding this at the end of the template:

<SCRIPT LANGUAGE="JavaScript"><!--
document.vbform.message.focus();
//--></SCRIPT>


...but it doesn't do the job sometimes. Wonder where I'm going wrong?

Second, one of my users says (not unreasonably) "why does it appear on every page of a thread... why not just the last one"... I'll go hunting for a reason.

Martin CX 06-03-2002 05:27 PM

Quote:

Originally posted by desi
how do i make this hack work in vbulletin 2.2.5 ...
i just bought the license and most of the hacks at aren't for 2.2.5 and also the older versions aren't available for download ....

could someone pls explain me what to do now

cheers

The hack works fine in 2.2.5. The code changes between the latest versions are often not very big, and thus most hacks work for 2.2.5 or 2.2.6 even though they were made for 2.2.1, for example.

Martin CX 06-03-2002 05:34 PM

Quote:

Originally posted by rebirth
can someone do a hack that adds the signature and automaticly parse urls checkboxes to the quick reply?
Basically, you need to include "<input type="checkbox" name="parseurl" value="yes" $parseurlchecked>" and "<input type="checkbox" name="signature" value="yes" $signaturechecked>" to the layout (and some text labels for the check boxes, obviously :)) and add it to the "showthread_replybox"-template where you want them. Afterwards remove "<input type="hidden" name="parseurl" value="yes">" and
"<input type="hidden" name="signature" value="yes">" from the template.

It isn't very hard. Have fun! :rambo:


All times are GMT. The time now is 08:59 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.01544 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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