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

Reply
 
Thread Tools
[Release] Quick Reply Expantion Pack Details »»
[Release] Quick Reply Expantion Pack
Version: 1.00, by Brad Brad is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-03-2003 Last Update: Never Installs: 0
 
No support by the author.

By: Anime-loo
Description:

This modification will add alot of new fetures to your current quick reply box. They include:
  • clickable smilies
  • The options colum from newreply/newthread.php (show sig, email notifacation etc)
  • Attach file
  • Subject text area
  • Logged in user with logout link.
  • Preview post

If you have a request for more fetures please reply with them.

Note: This modification was made with fireflys quick reply hack in mind. It will work with all hackless versions and the zip includes a hackless version with all options already installed.

Note 2:

If you want to use my reply box, see standalone.txt in the zip; If you want to install the add-on's to your current quick reply box, see the add-on folder and its .txts

Download: Frist attachment in this post
Screenshot: Second attachment in this post

I personally dont like the layout (to big) so i wont be running it on my board long, however if you wish to see it in action, and are regged at my board, you can check it out at Kousetsu

version 1.2 released!

Minor release for one bug fix: details and upgrade instrutions

Show Your Support

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

Comments
  #12  
Old 03-05-2003, 05:51 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KeithMcL
Will the "Email Notification" checkbox already be ticked if it is turned on in the members cp options?
Yep

(this reply is longer then 10 chars).
Reply With Quote
  #13  
Old 03-05-2003, 08:31 PM
ChevyMan ChevyMan is offline
 
Join Date: Feb 2003
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tony
What do you mean? Like a quick quote like here?
Yes just like the one here.

Thanks
Reply With Quote
  #14  
Old 03-05-2003, 09:25 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChevyMan
Yes just like the one here.

Thanks
Working on it.
Reply With Quote
  #15  
Old 03-26-2003, 03:28 PM
Grunt Grunt is offline
 
Join Date: Aug 2002
Location: TN
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*installs* thank you!
Reply With Quote
  #16  
Old 03-28-2003, 09:57 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

v1.2 released:

v1.2 fixes a bug in the standalone verions of this modification. $textareacols is now called correctly.

If you are using my version with all options added (found in standalone.txt) you need to upgrade.

Upgrade instructions:

In the phpinclude template replace this:

PHP Code:
if (strpos($_SERVER['PHP_SELF'], 'showthread.php') != false)
{
$smilies getclickysmilies();
$maxattachsize getmaxattachsize ();
if (
$bbuserinfo['emailnotification']) {
        
$emailoptionchecked 'checked';
    } else {
        
$emailoptionchecked '';
    }

With this:

PHP Code:
if (strpos($_SERVER['PHP_SELF'], 'showthread.php') != false)
{
$smilies getclickysmilies();
$maxattachsize getmaxattachsize ();
$textareacols gettextareawidth();
if (
$bbuserinfo['emailnotification']) {
        
$emailoptionchecked 'checked';
    } else {
        
$emailoptionchecked '';
    }

Reply With Quote
  #17  
Old 03-28-2003, 08:55 PM
SiXXGuNNZ's Avatar
SiXXGuNNZ SiXXGuNNZ is offline
 
Join Date: Oct 2001
Location: WA, USA
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice indeed, but yeah, not so quick reply should be it's name
Reply With Quote
  #18  
Old 09-25-2003, 04:00 AM
blakkboy's Avatar
blakkboy blakkboy is offline
 
Join Date: Aug 2003
Location: Baltimore
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is what happens when i added the attachment part.... can someone tell me where i went wrong
Reply With Quote
  #19  
Old 09-26-2003, 03:46 PM
Red Blaze's Avatar
Red Blaze Red Blaze is offline
 
Join Date: Jan 2003
Location: Texas
Posts: 493
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blakkboy
this is what happens when i added the attachment part.... can someone tell me where i went wrong
You probably put the code in the wrong <tr><td> tag.

On to my question. Can you add a close/open switch and a sticky switch for the admins and mods? Or would that be too much trouble?
Reply With Quote
  #20  
Old 09-29-2003, 10:28 PM
null null is offline
 
Join Date: Sep 2003
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice modification!

Just installed it on my forums

http://phpnull.com
Reply With Quote
  #21  
Old 09-29-2003, 11:01 PM
iyouth iyouth is offline
 
Join Date: Apr 2003
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps you can add a "Go Advanced" button such as on this QuickReply I'm typing in right now... ?

Regards,
Patrick
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 03:28 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.06000 seconds
  • Memory Usage 2,308KB
  • 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
  • (4)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
  • (3)pagenav_pagelink
  • (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