PDA

View Full Version : [Release] Quick Reply Expantion Pack


Brad
03-03-2003, 10:00 PM
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 (www.kousetsu.net/forums)

version 1.2 released!

Minor release for one bug fix: details and upgrade instrutions (http://www.vbulletintemplates.com/mods/showthread.php?postid=30104)

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
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 (www.kousetsu.net/forums)

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
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/mods/showthread.php?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
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
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
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
What do you mean? Like a quick quote like here?

Yes just like the one here.

Thanks

Brad
03-05-2003, 09:25 PM
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:

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

With this:

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