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

Reply
 
Thread Tools
Details »»

Version: 1.00, by Admin (Coder) Admin is offline
Developer Last Online: Nov 2024 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 01-28-2002 Last Update: Never Installs: 1206
 
No support by the author.

Here's an easy one, it barely took 4 minutes to do. :china:
This hack will add a quick replying box at the bottom of all threads, only if the user has permission to reply, so when you need to reply to something real quickly you don't need to click the Post Reply button and wait for the page to load.

Instructions are in the attached .txt file, and if you want a demo... just look below.

NOTE: For the vB 2.3.2 version please see this post.

Extras:
  • If you want users who have the Use Email Notification option ON, to automatically subscribe to threads they reply to with this hack, see this post.
  • If you want to add an option for each user to turn this feature on and off, please see this post.
  • If you want smilies in your quick reply box please see this post.

Show Your Support

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

Comments
  #362  
Old 05-05-2002, 12:27 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hopefully...

Contact me when done boofo...

Satan
Reply With Quote
  #363  
Old 05-07-2002, 08:32 PM
deano1 deano1 is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

help please someone
i did the hack
it dose work
but it's on the top of my forums
not the bottom
what i do wrong ???
Reply With Quote
  #364  
Old 05-07-2002, 09:31 PM
Learner29's Avatar
Learner29 Learner29 is offline
 
Join Date: Nov 2001
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

deano1, it is easy ... watch well.

As FireFly says:

In the "showthread" template add $replybox right after the following:

<!-- first unread and next/prev -->

Look for this statement well. You will find FOUR of it.

Put $replybox AFTER the last one, that is AFTER the fourth one.
Reply With Quote
  #365  
Old 05-08-2002, 03:02 AM
deano1 deano1 is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks learner29
i was just coming back to say i fixed it
if i would have read all posts first in this thread
instead of jumping to the end
i would have found it before complaining

thanks anyway
now i will add the smily box
Reply With Quote
  #366  
Old 05-08-2002, 05:38 PM
bonnmac bonnmac is offline
 
Join Date: Mar 2002
Location: United States
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another thanks is due. Works great on v2.2.5!
Reply With Quote
  #367  
Old 05-09-2002, 12:25 AM
deano1 deano1 is offline
 
Join Date: May 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FireFly
JTMON - Add this line:
Code:
	$clickysmilies = getclickysmilies();
to showthread.php right after this:
Code:
	$textareacols = gettextareawidth();
then use $clickysmilies in the showthread_quickreply template to add the box with the smilies in it, but you will also need to add these two lines:
Code:
<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>
to the template right after the <form> tag. That should work.

Wow this is even handier than I thought...
i am having a problem with the above stuff
adding smiley box
i got the first part
but i can't find where to put the second set of code
help please
this part

<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>
Reply With Quote
  #368  
Old 05-09-2002, 03:43 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to do a smilies drop down box instead of the standard box of smilies for the quick reply box?
Reply With Quote
  #369  
Old 05-09-2002, 11:27 AM
midad midad is offline
 
Join Date: Apr 2002
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Hack FF
Installed....
Reply With Quote
  #370  
Old 05-09-2002, 12:50 PM
Elentari's Avatar
Elentari Elentari is offline
 
Join Date: May 2002
Location: England
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just got this installed! My very first hack! Yey! Thanks so much Firefly!!
Reply With Quote
  #371  
Old 05-09-2002, 01:05 PM
Rapdis's Avatar
Rapdis Rapdis is offline
 
Join Date: Mar 2002
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm... quick reply is good but no bv codes.... no smilies....
Reply With Quote
  #372  
Old 05-11-2002, 08:15 PM
Webmasta XT's Avatar
Webmasta XT Webmasta XT is offline
 
Join Date: Mar 2002
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FireFly: When I click on [Get More] for the smilies box, the window opens but when I click on any smilies, they don't work, how come?? I mean it doesn't insert them in the box..
Reply With Quote
  #373  
Old 05-12-2002, 05:01 AM
DFX DFX is offline
 
Join Date: Feb 2002
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just exported some of my tables over from my old board to a new board. I didn't include the post table, and The QRB still only works sometimes. When it doesn't work it bypasses the "Thank you for posting" redirection screen and in IE's url bar it shows

forum.com/forum/showthread.php?which=Y2A&action=postreply&threadid =6549&title=&iconid=0&parseurl =yes&email=&disablesmilies=&closethread=&hiddenrep ly=&signature=yes&rating=0&mes sage=adsa&submit=Submit+Reply

I can't think of why it would go through sometimes and not others when the tables (according to repair.php) are all ok.

Any help?
Reply With Quote
  #374  
Old 05-12-2002, 03:52 PM
CJi CJi is offline
 
Join Date: Oct 2001
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick question: is it possible to make this quick reply box subscribe people to threads if they opt for that as the default, and not if they don't? (not selectable or anything, just using their profile default settings).
Reply With Quote
  #375  
Old 05-12-2002, 06:35 PM
Preasidium Preasidium is offline
 
Join Date: May 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have read this entire thread. All 25 pages. And i am completely lost on this install...

Firfly can you do me a huge favor and email me step by step instructions or something? I cant seem to find whats in the text file you supplied. I am very new to this still. I only have a few hacks installed. and they took me a while to figure out lol.

I am sorry im such a moron sometimes ^_^
Reply With Quote
  #376  
Old 05-12-2002, 11:00 PM
MartynJ MartynJ is offline
 
Join Date: May 2002
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would also like detailed instructions, I followed them as best as I could and still get weird parse errors, I can PM someone a copy of my edited Showthread PHP file?
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 01:25 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.08919 seconds
  • Memory Usage 2,361KB
  • Queries Executed 30 (?)
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
  • (3)bbcode_code
  • (1)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
  • (3)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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