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
  #492  
Old 07-07-2002, 08:10 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There must be something else wrong then. I have MS Office XP installed and have never had a problem with this hack. It runs great here. There is no way that MS Office XP can be messing with it.

Quote:
Originally posted by Highlander
yes i get also an runtime error...but i noticed that ecerybody get it who installs MS office xp ..relly it sounds unbeliveable..but i aksed about 50 members and testes it..instllling ms office...deinstalled it and it works without runtime !..
Reply With Quote
  #493  
Old 07-08-2002, 09:35 PM
Cygnus Cygnus is offline
 
Join Date: Nov 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweet Hack! Installed beautifully the first try!

Cygnus
Reply With Quote
  #494  
Old 07-14-2002, 07:01 PM
Heineken77 Heineken77 is offline
 
Join Date: Jul 2002
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you Firefly! Works like a charm
Reply With Quote
  #495  
Old 07-15-2002, 06:20 PM
I?E's Avatar
I?E I?E is offline
 
Join Date: Mar 2002
Location: LA, CA
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where abouts is this line "$textareacols = gettextareawidth();"

Towards the Top, Middle, bottm... ect.

This is the only thing holding me back from finishing the install.. finding the darn code! :surprised:
Reply With Quote
  #496  
Old 07-15-2002, 07:02 PM
PeterNRG PeterNRG is offline
 
Join Date: Mar 2002
Location: Belgium
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

About 266 post ago I asked what people should think about having the RATING function tied into the QuickReply box.

It surprized me actually that nobody replied to this, cause I think it's an indispensable thing to have if you want to be sure of people using the rate feature.

I mean, just have a look yourself at most boards who have the QuickReply installed: they all have empty Rating table cells.

I know people are lazy when it comes to rating posts, that's why we have to make this feature as easy accesible as possible, by implementing it next to the QuickReply SUBMIT button

Did I make any sense?
Reply With Quote
  #497  
Old 07-15-2002, 08:59 PM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is really a very long thread and I dont know either if someone else posted this modification before or if anybody can find it in hundreds of other posts, but I'll post it anyway:

This modification will configure notification mail settings of the quick box according to the default settings of the poster. That is, if the poster has enabled email notification in his user cp settings, his quick reply will be configured accordingly too. On the other hand, if his default setting of the poster is to get no notification, he will not be subscribed to the thread when he used the quick reply box..

This thread is very active so I dont have subscription here, therefore if you are replying this message, I will not be able to read.. :knockedout:
Reply With Quote
  #498  
Old 07-15-2002, 09:02 PM
Martin CX Martin CX is offline
 
Join Date: Nov 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, Logician. I'll use your modification in the morning.
Reply With Quote
  #499  
Old 07-16-2002, 12:03 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would this also work?

PHP Code:
if ($bbuserinfo['emailnotification']) {
        
$emailbox 'yes';
    } else {
        
$emailbox '';
    } 
And

PHP Code:
<input type="hidden" name="email" value="$emailbox"
Quote:
Originally posted by Logician
This modification will configure notification mail settings of the quick box according to the default settings of the poster. That is, if the poster has enabled email notification in his user cp settings, his quick reply will be configured accordingly too. On the other hand, if his default setting of the poster is to get no notification, he will not be subscribed to the thread when he used the quick reply box..

Reply With Quote
  #500  
Old 07-16-2002, 11:05 PM
GamerNext GamerNext is offline
 
Join Date: Jul 2002
Location: Ohio
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My quick reply box seems to be appearing at the top of the thread rather than the bottom...
Reply With Quote
  #501  
Old 07-16-2002, 11:12 PM
GamerNext GamerNext is offline
 
Join Date: Jul 2002
Location: Ohio
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nevermind, I just switched where it goes.
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:32 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.06167 seconds
  • Memory Usage 2,315KB
  • 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_php
  • (2)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