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
  #1112  
Old 08-26-2003, 07:33 PM
Cal Poly Forum Cal Poly Forum is offline
 
Join Date: Jul 2003
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I mean in newreply.php.


It isn't there. If any finds it, please direct me. Middle of the hack.



EDIT: I just realized that I have done that hack, where it deletes the "thanks for posting- redirecting" , therefore the
PHP Code:
eval("standardredirect("".gettemplate("redirect_postthanks")."","$goto");"); 
is deleted.

How would these work then?
Reply With Quote
  #1113  
Old 08-26-2003, 07:56 PM
Cal Poly Forum Cal Poly Forum is offline
 
Join Date: Jul 2003
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've uploaded the old files just so that I can do this hack.
In the end, the reply box did not show up either.
Reply With Quote
  #1114  
Old 08-26-2003, 08:29 PM
Megadeuce Megadeuce is offline
 
Join Date: Jul 2003
Location: League City, Texas USA
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
I installed the hack but I noticed that it only works for forums with the default style. All forums with the custom styles don't have the quick reply box.
Reply With Quote
  #1115  
Old 08-26-2003, 10:11 PM
99SIVTEC 99SIVTEC is offline
 
Join Date: Nov 2001
Posts: 281
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you need to make sure you add the $replybox variable to all of your custom styles as well.
Reply With Quote
  #1116  
Old 08-26-2003, 11:34 PM
memobug memobug is offline
 
Join Date: Jun 2002
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 07:13 AM MaDCaT75 said this in Post #1107
Nope I did it right..... I had 4 admins check the code even.... it just didnt show up... besides the other version of this hack was much easier to install
I understand your frustration, but I still think if you are interested in debugging this, you should go about it systematically, rather than throw up your hands and say it doesn't work. Of course you could always use another hack if that is preferable.

If you do want to figure out what's wrong...

First step would be to plug a text placeholder into the showthreads template, as recommended earlier, and make sure you can see it where you want the replybox to appear.

Next step, if that works okay is to see if it can pull in that $replybox template. If not there is a template problem, or maybe your version of vB is overwriting the $replybox somehow.

I think they had a three or four guys checking the Hubble mirror specs before it went up, too. They were probably rocket scientists transferred over from Space Shuttle O-ring duty.

Regards,

Matt
Reply With Quote
  #1117  
Old 08-27-2003, 06:45 PM
Dodger21 Dodger21 is offline
 
Join Date: Aug 2003
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
08-22-03 at 07:50 AM JeffyJoe said this in Post #1099
Here ya go.


This is for VBulletin version 2.3.2 only
(I have not tested it with 2.3.0)


I tried this, it worked fine, but the freakin quickreply box is surrounded by a very neon green box. Its very difficult to look at.
Reply With Quote
  #1118  
Old 08-27-2003, 07:42 PM
EVO VIII Chris EVO VIII Chris is offline
 
Join Date: Aug 2003
Location: Portland, OR
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That means you forgot to remove the spaces in front of all the variables in the code. Make sure you do it as it mentions in the install directions. I gaurantee that will fix it.
Reply With Quote
  #1119  
Old 08-28-2003, 12:55 AM
Dodger21 Dodger21 is offline
 
Join Date: Aug 2003
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Which variables? I followed exactly like the instructions and its still green. Arg!
Reply With Quote
  #1120  
Old 08-28-2003, 01:34 AM
MaDCaT75 MaDCaT75 is offline
 
Join Date: Jul 2003
Location: Southern California
Posts: 718
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 01:34 AM memobug said this in Post #1115
I understand your frustration, but I still think if you are interested in debugging this, you should go about it systematically, rather than throw up your hands and say it doesn't work. Of course you could always use another hack if that is preferable.

If you do want to figure out what's wrong...

First step would be to plug a text placeholder into the showthreads template, as recommended earlier, and make sure you can see it where you want the replybox to appear.

Next step, if that works okay is to see if it can pull in that $replybox template. If not there is a template problem, or maybe your version of vB is overwriting the $replybox somehow.

I think they had a three or four guys checking the Hubble mirror specs before it went up, too. They were probably rocket scientists transferred over from Space Shuttle O-ring duty.

Regards,

Matt
What does it matter anyways? I got the origional version of this hack installed on my forum instead of Chen's.... I dont see the difference why I would have to go thru all that trouble.
Reply With Quote
  #1121  
Old 08-28-2003, 06:58 PM
Cal Poly Forum Cal Poly Forum is offline
 
Join Date: Jul 2003
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you guys post your username if you have successfully installed the hack on version 2.3.2, using JeffyJoe's code ( https://vborg.vbsupport.ru/showthrea...&pagenumber=74 )?


I want to know who completed the mod and who didn't.
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 12:59 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.05168 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
  • (1)bbcode_php
  • (3)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
  • (4)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