vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Release] Quick Reply Expantion Pack (https://vborg.vbsupport.ru/showthread.php?t=86481)

Brad 03-03-2003 10:00 PM

[Release] Quick Reply Expantion Pack
 
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

Tony G 03-04-2003 04:43 AM

Nice work AL! I plan to add this one. No more hacking for that. ;)

thom 03-04-2003 11:55 AM

Quote:

Originally Posted by Anime-loo
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

I'm new on this and how do i install this i don't understand this
here is my showthread txt

Brad 03-04-2003 12:44 PM

Quote:

Originally Posted by Thom
I'm new on this and how do i install this i don't understand this
here is my showthread txt

http://www.vbulletintemplates.com/mo...?threadid=2030

Vb-Hispano 03-04-2003 01:26 PM

:D he is phenomenal, thanks

filburt1 03-04-2003 01:30 PM

Not so quick anymore but nice...

Brad 03-04-2003 01:31 PM

Quote:

Originally Posted by filburt1
Not so quick anymore but nice...

yea i said the same thing when i told my members it was getting pulled out in a few days, now they are begging me to keep it installed :rolleyes:

ChevyMan 03-04-2003 04:18 PM

Quote:

Originally Posted by Anime-loo
yea i said the same thing when i told my members it was getting pulled out in a few days, now they are begging me to keep it installed :rolleyes:

Is there a way to add a quotebox there as well?

Very nice I like.

Tony G 03-05-2003 03:22 AM

What do you mean? Like a quick quote like here?

KeithMcL 03-05-2003 05:36 PM

Will the "Email Notification" checkbox already be ticked if it is turned on in the members cp options?

Brad 03-05-2003 05:51 PM

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).

ChevyMan 03-05-2003 08:31 PM

Quote:

Originally Posted by Tony
What do you mean? Like a quick quote like here?

Yes just like the one here.

Thanks

Brad 03-05-2003 09:25 PM

Quote:

Originally Posted by ChevyMan
Yes just like the one here.

Thanks

Working on it.

Grunt 03-26-2003 03:28 PM

*installs* thank you!

Brad 03-28-2003 09:57 AM

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 '';
    }



SiXXGuNNZ 03-28-2003 08:55 PM

very nice indeed, but yeah, not so quick reply should be it's name :D

blakkboy 09-25-2003 04:00 AM

this is what happens when i added the attachment part.... can someone tell me where i went wrong

Red Blaze 09-26-2003 03:46 PM

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?

null 09-29-2003 10:28 PM

Nice modification!

Just installed it on my forums

http://phpnull.com

iyouth 09-29-2003 11:01 PM

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

Regards,
Patrick

Brad 09-30-2003 04:46 AM

Ill look into that soon. :)

foularou 09-30-2003 06:09 AM

Nice Work i'll install this now ;)

Asterik 10-22-2003 11:19 AM

Hmmm.... it seems i can't click on the smilies and they goto the text box =O i can just keep clickin but they won't go in there. Im runnin vB 2.3.2. help!

imported_HexOnxOnx 10-22-2003 05:59 PM

Wow, very nice! I already had some of these options added in my quick reply but I added some more from your version. Just look at any thread here: http://forums.stairsandflowers.com/

THanks for the great work!

-Shocker- 10-26-2003 12:27 AM

When i click on one of the smilies, it brings me back to the top. Do you know whats wrong?

imported_HexOnxOnx 11-01-2003 05:51 AM

Does anyone know how to add the "get more smilies" link in the smilies box? I only have 13 smilies showing up in the box for now.


Thanks!

Bison 11-07-2003 02:16 PM

Quote:

Originally Posted by Asterik
Hmmm.... it seems i can't click on the smilies and they goto the text box =O i can just keep clickin but they won't go in there. Im runnin vB 2.3.2. help!

I know ... this is happening to me too! I see over at vb.org, there are a lot of members who have the same problem, but no one has helped them with it. My guess is that the javascript is broken ... there may be another script that's blocking it from working.

Also, my attachment variable is calling the wrong attachment size that I entered from the control panel. I have it set at 2mb, but the variable displays 10mb's ... good grief!

imported_psyblast 11-18-2003 06:37 PM

when I did mods like this to my QRB a looooooooong time ago, I had troubles with my smilies to, you have to go into where the smilies are, get the javascript, and add that to the QRB

Skyline_GT 01-11-2004 04:34 AM

I need help, I don't know why after I upload the file, then when I try to download the attachment, it didn't download. it didn't download te whole attachment.

imported_beardbuster 02-15-2004 01:40 PM

"you have to go into where the smilies are, get the javascript, and add that to the QRB"

I cannot find wher eto edit the java scipts that calls up the "click for more" smilies which will create the java pop up... I run php3 and its calling for php.. I ran a search in my admin and cannot find it in any template...

THANKS in advance

blakkboy 02-15-2004 05:19 PM

this has been fixed


All times are GMT. The time now is 03:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01291 seconds
  • Memory Usage 1,789KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete