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
  #1372  
Old 03-20-2004, 05:50 PM
AlexisPPP AlexisPPP is offline
 
Join Date: Mar 2004
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just testing to see how this works
Reply With Quote
  #1373  
Old 03-20-2004, 08:51 PM
AlexisPPP AlexisPPP is offline
 
Join Date: Mar 2004
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

interesting
Reply With Quote
  #1374  
Old 03-22-2004, 01:17 AM
Boss-Hog Boss-Hog is offline
 
Join Date: Aug 2002
Location: Cincinnati, OH
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry if this has been posted already but I don't have the patience to read through 35 pages. I am running version 2.3.4 and have implemented this hack, along with the smilie addon. The feature works fine but when members use the quick reply box, it does not increment their post count by one. I have double checked to make sure I have the code exactly as it should be, and it appears that I do. How can I make the user's post count add one when he or she uses the quick reply box, much like the reply button will (and still successfully does) do? Thanks!
Reply With Quote
  #1375  
Old 04-07-2004, 12:56 PM
mikester mikester is offline
 
Join Date: Apr 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tHe Rk
Did you put:

$clickysmilies = getclickysmilies();

in twice on showthread.php?

" $textareacols = gettextareawidth(); "shows up twice in the script (for newer vB versions anyway). You have to add "$clickysmilies = getclickysmilies(); " after both of the times its in the script. Hope that helps, it worked for me on 2.3.4
OK, been trying to get this going on the board I help admin and with no luck. I have tried the smilies hack posted here, but without success. I am under the impression I am running 2.3.4 from this line at the top of the cp:

Code:
Control Panel (Version 2.3.4)
But when I looked for $textareacols in showthread.php, I only found it once:

Code:
amd:/home/mlc/portal/smilies # cat showthread.php | grep textareacols
        $textareacols = gettextareawidth();
amd:/home/mlc/portal/smilies #
This board was upgraded from an older version of vB, so maybe it is in limbo and neither hack will work?

I got the quick reply box going using the hack for 2.3.2, and that went smoothly. When I make the change to showthread.php outlined in the smilies hack I just get a blank page when I try to view threads. Any ideas?.

Thanks in advance,

Mike
Reply With Quote
  #1376  
Old 04-08-2004, 09:52 PM
Rickk's Avatar
Rickk Rickk is offline
 
Join Date: Sep 2002
Location: Seattle
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I might be posting this again, but I browsed like every other page searching quickly for it (out of 91 pages, thats a lot of looking!) But I couldn't find it...

Anyway...
Is there a way to add the posticons to the QuickReply? Perhaps in a little scrollable frame (I wish)? Maybe a drop down menu?

Thanks in advance!!

(Edit, was this really my first post? Wow. I've been here forever but never posted...)
Reply With Quote
  #1377  
Old 04-19-2004, 12:02 AM
PDIDDY PDIDDY is offline
 
Join Date: Apr 2004
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hOW DO i MAKE THIS QUICK REPLY BOX APPEAR AT THE BOTTOM OF EACH THREAD AND NOT ON TOP?
Reply With Quote
  #1378  
Old 04-19-2004, 12:27 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

USE VB3!

lol, the template edits have changed, there should be a post detaling this somewhere.
Reply With Quote
  #1379  
Old 04-26-2004, 01:58 PM
John Diver John Diver is offline
 
Join Date: Nov 2003
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could someone please tell me what I have to do so the smilie box is optional, or so you can expand it just when needed using javascript?
I done a search in the topic but cant find the answer and went through a load of pages, but theres far too many to go through.

Hope someone can help

Thanks
John
Reply With Quote
  #1380  
Old 05-06-2004, 02:26 AM
ry@n ry@n is offline
 
Join Date: Jan 2003
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

guess no one has asked about this in 2.3.5 have they?

can't seem to get it to work.
Reply With Quote
  #1381  
Old 05-06-2004, 10:59 AM
Randomlove Randomlove is offline
 
Join Date: Sep 2002
Location: X
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it does work with me on 2.3.5
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 08:23 PM.


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.10955 seconds
  • Memory Usage 2,305KB
  • 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
  • (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
  • (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