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
  #822  
Old 02-18-2003, 01:54 AM
jaliam jaliam is offline
 
Join Date: Jan 2003
Location: California
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am running version 2.3.0 of the vBulletin board and I can't find the codes anywhere in my showthread.php. Does this mean I cannot use this hack on my board? Thanks!
Reply With Quote
  #823  
Old 02-18-2003, 03:15 AM
pifemaster pifemaster is offline
 
Join Date: Feb 2003
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hdfhdbcfbcfv
Reply With Quote
  #824  
Old 02-18-2003, 03:45 PM
dnd dnd is offline
 
Join Date: Jan 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Cold Steel
I have the store hack and the pickpocket hack installed.

Users who shouldn't be able to post, still can, via this hack. Is there anyway to edit showthread.php around it?

I got it so that those "in prison" couldn't even view the thread, but all I want to do is change it so they can't see the quick reply box.
any update for that?
Reply With Quote
  #825  
Old 02-21-2003, 04:28 PM
chitown chitown is offline
 
Join Date: Aug 2002
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

edit the showthread reply box
find :
<smallfont><a href="javascript:checklength(document.vbform);">[check message length]</a></smallfont></td></tr>

after that place:
<!-- private text hack [ g-force2k2 ] -->
</tr>
<td bgcolor="{secondaltcolor}" valign="top" nowrap><normalfont><b>Private Text Options:</b></normalfont></td></tr>
<tr>
<td bgcolor="{secondaltcolor}"><smallfont><input type="checkbox" name="dopriv" value="no"><b>Add a private text message to the post?</b><br><input type="text" class="bginput" name="privuser" size="20" maxlength="50" value=""> <b>Username to send private text to?</b><br><textarea name="privmsg" rows="7" cols="100" wrap="virtual" tabindex="1"></textarea></td>
<!-- private text hack [ g-force2k2 ] -->
</tr>
Reply With Quote
  #826  
Old 02-22-2003, 12:59 AM
chitown chitown is offline
 
Join Date: Aug 2002
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am having a problem with the attachments, the option to add attachments is there, when i add the attachments it posts the thread but with no attachments.
Reply With Quote
  #827  
Old 02-22-2003, 01:54 PM
Rufus69's Avatar
Rufus69 Rufus69 is offline
 
Join Date: Oct 2002
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you are getting the QRB on top instead of bottom then listen up
it seems that there are 2 places where the code is place, you must put it on the second
Reply With Quote
  #828  
Old 02-22-2003, 11:39 PM
Vlad Vlad is offline
 
Join Date: Nov 2001
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is in regards to adding smilies to the qrbox...

Now, the things that it says earlier in the thread, found here https://vborg.vbsupport.ru/showthrea...685#post216685, that are asked for, don't even exist on my template! No idea how, lol, but in my showthread box I do not have the code listed he said should be there:

$textareacols = gettextareawidth();

So I couldn't put this code after it:

$clickysmilies = getclickysmilies();


Also, he goes on about "showthread_quickreply" I don't even have that template...

Now, the thing is, if I don't have this stuff then how the heck do I have the quick reply, lol. I just want to add my smilies, everything else is there except that!

Here is a screenshot of my qrbox...
Reply With Quote
  #829  
Old 02-23-2003, 01:47 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The template you want to edit is showthread_replybox not showthread_quickreply.
Reply With Quote
  #830  
Old 02-23-2003, 01:59 AM
Vlad Vlad is offline
 
Join Date: Nov 2001
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Boofo
The template you want to edit is showthread_replybox not showthread_quickreply.
I am aware of that, I am talking about what was mentioned earlier in the thread in regards to adding smilies...

Also, that code isn't listed in showthread_replybox anyway
Reply With Quote
  #831  
Old 02-23-2003, 02:59 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?postid=279326#post279326" target="_blank">https://vborg.vbsupport.ru/showt...326#post279326</a>

Also, you have to add $clickysmilies where you want the smilies to appear.
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 02:48 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.06835 seconds
  • Memory Usage 2,314KB
  • 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_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