PDA

View Full Version : Private Message Quick Reply


bcmedia
01-27-2006, 10:00 PM
Be nice cuz this is my first distributed hack here.

=============================
Credit for orginal idea by Erwin
https://vborg.vbsupport.ru/showthread.php?t=59999
=============================

What is this hack?

This hack will show your users a quick reply box on view private message page.

<b>If you have other hacks installed to enhance your private messages, or other hacks that are displayed on your private messages pages, I cannot guarantee that this hack will work for you.</b>

Details:

XML Product Import
1 Plugin
1 Template Edit

BUG FIXES Version 1.1

1. Added Smilies Into Reply Box Area
2. Upgraded instructions to reflect new 3.6.x template changes

BUG FIXES Version 1.0.1

1. Add Additional options checkboxed
2. Quoted Message In Message Box
3. Javascript Error ("require_click is undifined") fixed
4. "Re:" doesn't keep repreating anymore
5. Removed quotes around username
6. Fewer code to insert in "pm_showpm"


Installation Instructions:

1. Import the product.
2. Template Edits (1)

If you need to uninstall:

1. Uninstall in your product manger
2. Revert template "pm_showpm"

I've tested this on my live message boards and it seems to be bug free (meaning, no complaints), however if you experience bugs, please reply, and I'll do my best to fix them quickly.

=====================
UPDATE 04.03.07
=====================

-- Liz

Daniel
01-28-2006, 05:09 PM
What I've been waiting for! Thanks!

Zachariah
01-28-2006, 05:19 PM
I'll give it a go.
- Thank You for your time and energy.

Megareus Rex
01-28-2006, 05:21 PM
Excellent, but I just have a couple questions.

Could you possibly set it so users can choose whether to, by default, have it save a PM recepit or save a copy of the PM? Its annoying to have both of those things chosen automatically, and the way you did it, you can't choose to NOT have a receipt/saved message, so I'm stuck with having to manually delete them every time.

bcmedia
01-28-2006, 05:30 PM
Could you possibly set it so users can choose whether to, by default, have it save a PM recepit or save a copy of the PM? Its annoying to have both of those things chosen automatically, and the way you did it, you can't choose to NOT have a receipt/saved message, so I'm stuck with having to manually delete them every time.

ok so basically just add the checkboxes back in? That's probably a good idea. Thanks! I'll update the install instructions here in a sec.

but basically

find:
<div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" checked="checked" />Show your signature</label></div>


after that add:
<div><label for="cb_receipt"><input type="checkbox" name="receipt" value="1" id="cb_receipt" />Request a read receipt for this message</label></div>
<div><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="1" id="cb_savecopy" tabindex="1" checked="checked" />Save a copy of this message in your <a href="private.php?folderid=-1">Sent Items</a> folder.</label></div>


then find and delete the hidden fields

<input type="hidden" name="receipt" value="1" />
<input type="hidden" name="savecopy" value="1" />

Megareus Rex
01-28-2006, 05:48 PM
ok so basically just add the checkboxes back in? That's probably a good idea. Thanks! I'll update the install instructions here in a sec.

but basically

find:
<div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" checked="checked" />Show your signature</label></div>


after that add:
<div><label for="cb_receipt"><input type="checkbox" name="receipt" value="1" id="cb_receipt" />Request a read receipt for this message</label></div>
<div><label for="cb_savecopy"><input type="checkbox" name="savecopy" value="1" id="cb_savecopy" tabindex="1" checked="checked" />Save a copy of this message in your <a href="private.php?folderid=-1">Sent Items</a> folder.</label></div>


then find and delete the hidden fields

<input type="hidden" name="receipt" value="1" />
<input type="hidden" name="savecopy" value="1" />


It looks good, but now it says
"require_click" is undefined, in an IE error message.

Oh, and any chance you could add choosing whether Save a copy is checked by default as a user option? There's another hack I installed that let's users choose whether to save a copy, get a receipt, or delete the PM upon reply in Edit Options, and I'm thinking either this hack's own options, or if you're up for it, adding an alternative that let's this check their settings in the other hack (I dunno how much work that'd be, but the other hack seems pretty popular, so it might be a good idea).

Snake
01-28-2006, 05:53 PM
Thanks man. This is quite useful! :D

.Tim
01-28-2006, 06:31 PM
Yes! Glad this is available for 3.5. Nice job.

IrPr
01-28-2006, 06:52 PM
WOw NICE WORK

Thanks Liz :)
but
The following errors occurred when this message was submitted:

1. The following users were not found:
1. 'Username'

this will make quotation mark around username when im trying to reply to PMs using QR
im using vB3.5.3 and using some another Hack that placed in private_showpm_start hook location ( Reply to PM without Quote ... )
any suggestion?

.Tim
01-28-2006, 08:03 PM
One minor issue, if you and a person go back and forth several times responding with quick reply each time you'll end up with 'Re:' a bunch of times like:

'Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Message Title'

And that's no big deal but can be kind of annoying. Any way to fix that?

corn dog
01-28-2006, 08:06 PM
Finally!!
*clicks install*

azef
01-28-2006, 11:18 PM
Thank You

Outdoor
01-29-2006, 02:08 AM
thank you!!

4number8
01-29-2006, 03:23 AM
This is a great addition, it works great

BoYagoob
01-29-2006, 04:08 AM
What I've been waiting for! Thanks!

Me too .. :)

Installed.

Antivirus
01-29-2006, 05:48 AM
nj bcmedia :)

FleaBag
01-29-2006, 08:47 AM
Nice one!

VaaKo
01-29-2006, 11:08 AM
i've installed it, but it says "done but with errors" tho it's working fine!

VaaKo
01-29-2006, 11:12 AM
error is
"require_click" is undifined

Snake
01-29-2006, 11:15 AM
One minor issue, if you and a person go back and forth several times responding with quick reply each time you'll end up with 'Re:' a bunch of times like:

'Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Message Title'

And that's no big deal but can be kind of annoying. Any way to fix that?Yeah I'm having the same problem. How do I fix it?

bcmedia
01-29-2006, 12:07 PM
Thanks everyone!


The following errors occurred when this message was submitted:


1. The following users were not found:
1. 'Username'



this is probably due to the hack you installed, cuz I'm not having that problem. I'll see what I can do to get around this for you.


error is
Code:
"require_click" is undifined


I'm on it, and will release an updated zip when done.

IrPr
01-29-2006, 09:31 PM
this is probably due to the hack you installed, cuz I'm not having that problem. I'll see what I can do to get around this for you.

i found fix myselft

Replacing
$originalposter = fetch_quote_username($pm['fromusername']);
to
$originalposter = $pm['fromusername'];

corn dog
01-29-2006, 10:44 PM
Umm I need to know where the template
"pm_showpm"
I can't find alot of things,where is this template,thanks for helping (if you do)

swa
01-29-2006, 10:50 PM
thanks!

corn dog
01-29-2006, 10:54 PM
Umm I need to know where the template
"pm_showpm"
I can't find alot of things,where is this template,thanks for helping (if you do)

anyone,please help...

IrPr
01-29-2006, 10:59 PM
AdminCP -> Styles and Templates -> Style Manager -> choose Edit Templates from drop-down menu ( of ur own template ) -> Private Message Templates -> pm_showpm ;)

corn dog
01-29-2006, 11:02 PM
AdminCP -> Styles and Templates -> Style Manager -> choose Edit Templates from drop-down menu ( of ur own template ) -> Private Message Templates -> pm_showpm ;)

Thanks so much :)

IrPr
01-29-2006, 11:07 PM
I'm on it, and will release an updated zip when done.
i can't wait :D

corn dog
01-29-2006, 11:22 PM
It works,but for some reason I cant see the senders message.

akanevsky
01-29-2006, 11:31 PM
Hm... This shouldn't be a plugin. This should require only a template modification... :/

moonclamp
01-30-2006, 12:13 AM
Anyway of getting the "Quick Reply" button to actually quote the message?

Great hack and well needed so Installed ... but sadly not gonna use it until the "Re: re: re: re: re:" bug is fixed

UBRF
01-30-2006, 02:13 PM
Installed, but would like to be able to quote original message in the quick reply...

bcmedia
01-30-2006, 02:18 PM
Ok.. Version 1.01 is done.. and fixed/added the following:

1. Add Additional options checkboxed
2. Quoted Message In Message Box
3. Javascript Error ("require_click is undifined") fixed
4. "Re:" doesn't keep repreating anymore
5. Removed quotes around username
6. Fewer code to insert in "pm_showpm"

Just re-install the product (Be sure Allow Overwrite if you already installed this hack) and fix the 1 templates..

Let me know if there are any more bugs. Thanks!

-Liz

UBRF
01-30-2006, 02:20 PM
awesome :thumbsup:

moonclamp
01-30-2006, 03:21 PM
Ok.. Version 1.01 is done.. and fixed/added the following:

1. Add Additional options checkboxed
2. Quoted Message In Message Box
3. Javascript Error ("require_click is undifined") fixed
4. "Re:" doesn't keep repreating anymore
5. Removed quotes around username
6. Fewer code to insert in "pm_showpm"

Just re-install the product (Be sure Allow Overwrite if you already installed this hack) and fix the 1 templates..

Let me know if there are any more bugs. Thanks!

-Liz

Cool ... defnitely better, except the box dimensions now look wrong.

What is the point of the quick reply button being there because it doesn't seem to do anything? Surely it is better to only reveal the quoted message when the qr button is clicked.

moonclamp
01-30-2006, 03:23 PM
Oh ... Just noticed that the message isn't showing up at all now .... when you reply it shows the quoted message followed by a great big nothing.

Even if you delete the quote from the textarea you still get the quote showing up in the message ...

The Chief
01-30-2006, 03:39 PM
installed and works great!!

thanks!

/me clicks install

bada_bing
01-30-2006, 03:40 PM
Is there a way to make this so that only certain groups can use this? I would like to give my premium members, mods & admin this feature but not everyone else

bcmedia
01-30-2006, 03:45 PM
Oh ... Just noticed that the message isn't showing up at all now .... when you reply it shows the quoted message followed by a great big nothing.

Even if you delete the

anyone else having this problem? I just tested it again, and works fine.

bcmedia
01-30-2006, 03:46 PM
I was just looking into usergroup permissions.. I'll see what i can do

bada_bing
01-30-2006, 04:15 PM
I was just looking into usergroup permissions.. I'll see what i can do

cool thanks

MPDev
01-30-2006, 04:56 PM
Thanks. I, too, am seeing that the message box is not properly displayed and the background appears to be set to a dark color.

VaaKo
01-30-2006, 06:24 PM
thank you, installed and working fine!

Snake
01-30-2006, 07:13 PM
Ok.. Version 1.01 is done.. and fixed/added the following:

1. Add Additional options checkboxed
2. Quoted Message In Message Box
3. Javascript Error ("require_click is undifined") fixed
4. "Re:" doesn't keep repreating anymore
5. Removed quotes around username
6. Fewer code to insert in "pm_showpm"

Just re-install the product (Be sure Allow Overwrite if you already installed this hack) and fix the 1 templates..

Let me know if there are any more bugs. Thanks!

-Liz

Sweet. Thanks for the update!

.Tim
01-30-2006, 09:45 PM
Thanks. I, too, am seeing that the message box is not properly displayed and the background appears to be set to a dark color.

Same here.

alfaowner
01-30-2006, 09:56 PM
ditto the above

IrPr
01-31-2006, 08:56 AM
Ok.. Version 1.01 is done.. and fixed/added the following:

1. Add Additional options checkboxed
2. Quoted Message In Message Box
3. Javascript Error ("require_click is undifined") fixed
4. "Re:" doesn't keep repreating anymore
5. Removed quotes around username
6. Fewer code to insert in "pm_showpm"

Just re-install the product (Be sure Allow Overwrite if you already installed this hack) and fix the 1 templates..

Let me know if there are any more bugs. Thanks!

-Liz

CHAX ! Keep on Working mate ;)

BoYagoob
01-31-2006, 06:46 PM
3. Javascript Error ("require_click is undifined") fixed

Still cannot work with me !

bada_bing
01-31-2006, 07:17 PM
Let me know when the usergroup option is available and I will install

thanks

Gripemaster
01-31-2006, 08:18 PM
*Clicks Install* Thank you!

EDIT... I had to uninstall it from my forum because recipients were not getting typed messages... the quote would show up but not what was type in reply. When the bug is fixed I will happily re-install... but I have not clicked the uninstall button here, because I really want this feature for my forum. :)

The Chief
02-01-2006, 12:03 AM
It doesn't seem to work for me, when I use it with my members, what they recieve is nothing...

they dont recieve nothing for some reason...

Gripemaster
02-01-2006, 01:13 AM
It doesn't seem to work for me, when I use it with my members, what they recieve is nothing...

they dont recieve nothing for some reason...

Good to know it wasn't just me LOL

The Chief
02-01-2006, 01:33 AM
Good to know it wasn't just me LOL

yeah, its weird because when my other member sends me a reply with that same quick reply box it works, i can see his text, but when I use it, it doesnt...

Gripemaster
02-01-2006, 02:11 AM
yeah, its weird because when my other member sends me a reply with that same quick reply box it works, i can see his text, but when I use it, it doesnt...

I had a couple members immediately inform me it wasn't working. Did it to me too. One member was using Firefox, and me and 2 others were using IE. The PM got there, with no message.

speedway
02-01-2006, 04:13 AM
Installed it last night and am experiencing the same as everyone else:

1. no reply sent, just what was in the original PM
2. Send it back to me instead of the recipient!

I would like to see the whole reply used, as per Erwins original hack, if possible...

Cheers

bcmedia
02-01-2006, 12:18 PM
I'm STUMPED! it's working on my forums.. HONEST! I just used it, and had the user PM me back.

anyone who cant get it to work, please PM me with a username and pass of your forum so I can look at your board.. maybe it's something else that's causing the problem that I don't have on my board.

I'll keep digging.

neutek
02-01-2006, 01:55 PM
works fine 4 me on 3.5.2

thnx

Gripemaster
02-01-2006, 04:02 PM
bcmedia...Thank you VERY MUCH for your time and assistance in getting this working on my forum. I appreciate it and my members do too. *Install* is still clicked! :banana:

Sooner95
02-01-2006, 04:25 PM
man, how did I miss this?? hehe may thx, been waiting for this one!

bcmedia
02-01-2006, 05:04 PM
I worked on Gripemaster 's board and he was having the "blank message" problem. So I changed the template it uses to the regular send a pm template instead of quick reply. this worked.. So I'm guessing it's some other hack that I don't have installed.

So, if you are one of these users, use
second zip file which I just uploaded... pm_quick_reply_101_alt.zip (this will use the template pm_newpm instead of pm_quickreply)

hope this helps.

bcmedia
02-01-2006, 05:05 PM
not a problem. :)

bcmedia...Thank you VERY MUCH for your time and assistance in getting this working on my forum. I appreciate it and my members do too. *Install* is still clicked! :banana:

Snake
02-01-2006, 05:39 PM
Nice!

The Chief
02-01-2006, 06:27 PM
I worked on Gripemaster 's board and he was having the "blank message" problem. So I changed the template it uses to the regular send a pm template instead of quick reply. this worked.. So I'm guessing it's some other hack that I don't have installed.

So, if you are one of these users, use
second zip file which I just uploaded... pm_quick_reply_101_alt.zip (this will use the template pm_newpm instead of pm_quickreply)

hope this helps.

thanks so much, im in the process of testing it out :)

The Chief
02-01-2006, 09:00 PM
thanks so much, im in the process of testing it out :)

I'm glad to say that your new extension fixed it, thanks!!

myetalk.com

speedway
02-01-2006, 10:00 PM
Thanks

That fix seems to have worked. My users are now happy :)

Cheers

moonclamp
02-01-2006, 10:10 PM
I worked on Gripemaster 's board and he was having the "blank message" problem. So I changed the template it uses to the regular send a pm template instead of quick reply. this worked.. So I'm guessing it's some other hack that I don't have installed.

So, if you are one of these users, use
second zip file which I just uploaded... pm_quick_reply_101_alt.zip (this will use the template pm_newpm instead of pm_quickreply)

hope this helps.

That worked for me ... not sure what it was that was causing the error though. :)

A couple more questions/requests

Why does the quick reply button appear though? ... it doesn't do anything. Surely it would be better to use this to quote the message but not clicking it doesn't quote ... or something like that.
Anyway of having this like the showthread quickreply ... so that the message doesn't actually appear in the box
Anyway of reducing the amount of bbcode options to make it look more like the showthread quickreply?
Otherwise, thank you :)

Morning Glory
02-03-2006, 03:45 AM
Works great.

Thank you

Chris Blount
02-03-2006, 02:48 PM
Thanks for creating this product. Very much appreciated.

I did run into the blank reply issue in the first version.

I installed the alternate version and found a couple of issues in there.

The smilie box does not appear on the right side of the reply field.

Also, in your instructions where it says to add:

<if condition="$is_quick_reply">
$vbphrase[post_quickreply_private_message]
<else />
$vbphrase[post_new_private_message]
</if>

Your instruction state to place the code in the pm-showpm template where in fact is should be in the pm-newpm template.

Great work and thanks!

alfaowner
02-04-2006, 11:15 AM
version 1.0.1 works lovely on my v3.5.3 with zero errors and my board is heavily styled and hacked about. Fantastic work, this is a real great simple efficient hack. :)

Now hows that for positive!

StarBuG
02-11-2006, 11:32 AM
version 1.0.1 works lovely on my v3.5.3 with zero errors and my board is heavily styled and hacked about. Fantastic work, this is a real great simple efficient hack. :)

Now hows that for positive!

Same problem here

Empty replies when quote is active

ALT version works

andrefedalto
02-17-2006, 10:55 AM
installed the normal version and no answers when quotating because my board has lots of hacks and a heavy skin.

Installed ALT version and now it works like a charm :D :)

* andrefedalto clicks install :D

alfaowner
02-18-2006, 11:25 PM
I would like it that when you click the quick reply button, it takes you down to the box as the normal quickreply does. Is this easy to do?

.Tim
02-19-2006, 04:38 AM
Whenever I use the alt version I'm missing the 'message' field. Everything else looks fine.

fossen
02-22-2006, 02:57 PM
Whenever I use the alt version I'm missing the 'message' field. Everything else looks fine.

I tried both the normal and "alt" versions, and with both installs I got the blank reply that showed only what was quoted.

Taylor123
02-24-2006, 08:25 AM
so far i haven't had any problems, goodj ob

Russ_T
02-25-2006, 07:41 AM
Yeh this is great, thanks.

I too had to use the alt version otherwise the message text never showed.

It would be nice if the edit box used the full window width and if smilies were included :) But thank you all the same, much appreciated.

Keyser S?ze
02-27-2006, 08:46 PM
i just wanted to point out a bug here, in the alt download, the second template edit for pm_newpm, accually says pm_showpm, thats confusing so u should reallly change it to the right thing

is there a way to make this thing so it is like the postbit quick reply?

why do u need it to be exactly like the page u would get if u clicked the reply button? thats like i dunno, thats lame, this hack is just like erwins

hbalagh1
03-20-2006, 09:16 PM
Yeh this is great, thanks.

I too had to use the alt version otherwise the message text never showed.

It would be nice if the edit box used the full window width and if smilies were included :) But thank you all the same, much appreciated.

i too had to use it

.Tim
03-20-2006, 09:32 PM
I'm still not able to use either 101 version and that's with all PM related hacks uninstalled. So I'm still stuck with the original version with the repeating 'RE:' problem.

nicedreams
03-22-2006, 06:17 PM
what about the smilies box? Can that be added?

Jim

sandalwood
04-01-2006, 01:24 AM
this is a great idea and i really want it, but it looks like people are having many problems.

can someone please clean this up and just have it work? because this should be really darn simple... just adding a reply box. it should have been the standard. i hope this mod can be fixed up i'll be looking forward to a stable version.

Oblivion Knight
04-01-2006, 07:14 AM
is there a way to make this thing so it is like the postbit quick reply?

why do u need it to be exactly like the page u would get if u clicked the reply button?You know, I'm thinking the same thing..

I may try and come up with something if I can find the time.

alfaowner
04-01-2006, 08:00 PM
Works fine for me v.3.5.4

DiscussNASCAR
04-04-2006, 03:04 AM
I too had to use the alt version. The install.txt in the alt zip instructs you to edit ph_showpm for both template edits instead of pm_showpm and pm_newpm

very nice though

Mark.B
04-25-2006, 10:13 PM
Quite importantly, this doesn't work with the WYSIWYG.

It *seems* to, but when sending the message, the recipient just gets the quote, not the actual message.

Dulcet
05-19-2006, 02:15 PM
Thanks for pointing that out, Mark. B

I was just wondering why it works for some of my users but not others.

Mark.B
05-19-2006, 03:50 PM
Thanks for pointing that out, Mark. B

I was just wondering why it works for some of my users but not others.
In the absence of a fix for this issue, I have set things up using a conditional, so that WYSIWIG users don't see the quick reply box.

Not ideal, but as most of my members are non-WYSIWIG users and like this feature, it seemed the sensible way out as it works perfectly for them.

Xajel
05-20-2006, 10:22 AM
Installed Successfully :D

Boofo
05-20-2006, 12:50 PM
You know, I'm thinking the same thing..

I may try and come up with something if I can find the time.

Anything ever come of this, sir? ;)

JohnBee
05-21-2006, 12:49 AM
Installed and looking good.

Is there a way to adjust the QR form size? its a little smaller than the toolbar and so I would like to adjust it.

TheBlackPoet
05-24-2006, 03:05 AM
I dont know what happened, but i lost my ability to quick reply to a pm while installing hacks... i didnt notice it until many hacks later..

ANYWAY.... you kick ass!!! this was EXACTLY what i needed....
A brother 'preciate ya dawg~~

FleaBag
05-28-2006, 02:36 PM
I always had the issue of having to click band and re-send the PM due to 'no PM specified'. Uninstalling this one, to give this one (https://vborg.vbsupport.ru/showthread.php?threadid=116912) a go.

hotma1l
07-02-2006, 08:36 AM
Need the smilies too .. TY

Blind Guardian
07-08-2006, 09:39 AM
I was really hoping that this'd work, but I've run into a pretty sturdy brick wall.

For some reason, the message box doesn't display AT ALL for me. With the first version it just makes a little box for itself above the reciept/copy options. With the second version, I can get the recipient, title and post icons to show up but the message box is missing.

http://ben.horridthinking.com/gamewinners/pmquickreplybroken.gif

Any help would be appreciated. I tried doing this myself back in 3.0, but I didn't have any luck.

bashy
08-15-2006, 03:36 PM
Hi...any chance of this for 3.6.0 please?

bcmedia
08-16-2006, 12:39 PM
Yep. I'll release something soon for 3.6.0.

Those of you who cannot get this to work, please make sure your forum is using 3.5.3. any versions older than this probably will not work. i noticed a lot of the people saying it didnt work are using older versions.

bashy
08-16-2006, 01:47 PM
Thanks alot...will look forward to it :)

Mark.B
08-31-2006, 09:58 AM
Firstly, this works for 3.6.

Secondly, to add smilies to it:

Edit the plugin, find:
$editorid = construct_edit_toolbar($pm['message'], 0, 'privatemessage',0, 1, 0);
Change to:
$editorid = construct_edit_toolbar($pm['message'], 0, 'privatemessage',1, 1, 0);

Basically change the 0,1,0 at the end to 1,1,0. Done! :D

Chris Blount
08-31-2006, 10:13 AM
Firstly, this works for 3.6.



I beg to differ. When I had this plugin enabled, members complained about the hack sending blank PM's. It's random, but it happens.

Mark.B
08-31-2006, 10:28 AM
I beg to differ. When I had this plugin enabled, members complained about the hack sending blank PM's. It's random, but it happens.
Hmm. How strange.

Mine seems to work ok.

However, the blank PM thing is what happens if you try to use it with the WYSIWIG...that's an issue that was present in 3.5 for me.

I had to wrap it into a conditional in the showpm template so it didn't show to WYSIWIG users, as it happens in the last hour I tried again to work out why this is a problem but I can't.

It doesn't populate the quote and it ignores any text you type in, if you have the WYSIWIG enabled.

I am sure there is a simple fix for this but I am unable to sort it myself.

But it definitely works for normal editor users in 3.6, from memory I didn't make any changes to it.

Skedoozy
09-22-2006, 07:51 AM
I have it working for 3.6 too. I had to change to the alt version and make sure I made the first change to pm_showpm and the second change to pm_newpm, but it worked. Also used Mark B's change to get the smilie in and that worked as well.

Also the code you delete in pm_showpm

<form action="private.php" method="post">

is actually

<form action="private.php?do=managepm&amp;dowhat=delete&amp;pmid=$pm[pmid]" method="post">

I've attached a version that will work with 3.6.*. I made it 1.0.2. The original author can re-edit and publish as he likes. :)

PoetJA-1975
10-06-2006, 05:31 AM
very nice - clicks install!
thanx for sharing

Jacquii.

Ophelia
11-16-2006, 02:18 PM
I'm trying to get this installed in 3.6.2, but the line "<form action="private.php" method="post">" doesn't appear in my pm_showpm template. I haven't edited it before, it's default template.

voclain
11-18-2006, 03:38 AM
Does this version work with 3.6.3????

Kirk

voclain
11-30-2006, 05:10 PM
I installed this last night...and tested it...it worked...but now...I'm getting some of my users saying it's not working....????

In the instructions it says to:

In the template: pm_showpm
=============================
FIND & DELETE:
=============================

<form action="private.php" method="post">


But of course that does not exist in VB3.6.4....so...instead I deleted:

<form action="private.php?do=managepm&amp;dowhat=delete&amp;pmid=$pm[pmid]" method="post">

I'm wondering if that was correct????

And...

Could the reason some are not getting it to work...could it be that it's because where the insturctions say to:

=============================
FIND:
=============================

$postbit
<br />

=============================
BELOW THIS, ADD:
=============================

<!-- START PM QUICK REPLY -->
$quickpmreply
<form action="private.php" method="post">
<!-- END PM QUICK REPLY -->


Should that instead be:

<!-- START PM QUICK REPLY -->
$quickpmreply
<form action="private.php?do=managepm&amp;dowhat=delete&amp;pmid=$pm[pmid]" method="post">
<!-- END PM QUICK REPLY -->

I sure do wish this would work....I NEED IT BAD!!!

Kirk

futuredood
02-14-2007, 07:19 PM
anyone get this working for 3.6.4? it seems like theres mixed reactions on it.

stabmyback
02-27-2007, 09:12 PM
About the hack that is causing blank messages...

I installed a shoutbox (https://vborg.vbsupport.ru/showthread.php?t=93097) last night, and this morning one member complained of blank messages. It's most likely either that hack, or the User Shouting (https://vborg.vbsupport.ru/showthread.php?t=106049) hack. I've had this quick reply for abou a month and didn't encounter any problems. =]

bcmedia
04-03-2007, 06:19 PM
The new file attached contains fixes needed for it to work correctly in 3.6.x. I have it working on 3.6.3 but imagine it will work fine for all 3.6 versions.

MThornback
06-13-2007, 03:37 PM
Doesn't work with 3.6.7PL1...

Everything shows up except the Message Box :(

scottct1
06-17-2007, 12:13 AM
Same problem here, I get the subject, the smiles etc, but no box to type in my message.

Anyone know how to fix this?

Fenriz
06-30-2007, 06:19 AM
Same problem, get the subject, but no box to type in 3.6.7PL1..

Fenriz
06-30-2007, 06:19 AM
Is there any alternative?

Subah
07-07-2007, 10:14 PM
i see it in vbulletin.org PM`s system but still not found right one for 3.6.7 pl1 ?

kambiz
08-26-2007, 04:24 PM
I've installed it on 3.6.7PL1 and 3.6.8 and it's working perfect!

djilou
09-03-2007, 10:54 AM
work great on 3.6.8 but I don't see any smilie into reply box area??

Chadi
09-03-2007, 11:44 PM
This is not working for me on 3.6.8 and I tried both versions entirely. It shows no text box area at all, like others mentioned.

rayphua
09-04-2007, 01:15 AM
Yup, can't see box as well in 3.6.7 Pl 1

djilou
09-04-2007, 02:41 PM
work great on 3.6.8 but I don't see any smilie into reply box area??

Fixed!

on product-pmquickreply_1.1.xml change
$editorid = construct_edit_toolbar($pm['message'], 0, 'privatemessage',0, 1, 0);

to

$editorid = construct_edit_toolbar($pm['message'], 0, 'privatemessage', iif($vbulletin->options['privallowsmilies'], 1, 0));

Chadi
09-04-2007, 11:59 PM
What about the text box? :)

rayphua
09-05-2007, 04:02 AM
Yup, text box still does not show.

bada_bing
01-11-2008, 04:07 PM
Does anyone know if this version for vb 3.5.x uses usergroup permission? I only want to give my premium members this feature?

ArchangelX
01-19-2008, 11:13 AM
Does anyone know if this version for vb 3.5.x uses usergroup permission? I only want to give my premium members this feature?

Nopes, it doesn't, but I gave it to them through a conditional...here ya go:

1st Edit:
<if condition="is_member_of($bbuserinfo, 20, 21, 22)"><else /><form action="private.php" method="post"></if>

2nd Edit:
<if condition="is_member_of($bbuserinfo, 20, 21, 22)">
$quickpmreply
<form action="private.php" method="post"></if>

Just change your premium usergroups, and give it a go. Tested, and it worked fine for me. :)

bada_bing
01-21-2008, 12:06 PM
Nopes, it doesn't, but I gave it to them through a conditional...here ya go:

1st Edit:
<if condition="is_member_of($bbuserinfo, 20, 21, 22)"><else /><form action="private.php" method="post"></if>

2nd Edit:
<if condition="is_member_of($bbuserinfo, 20, 21, 22)">
$quickpmreply
<form action="private.php" method="post"></if>

Just change your premium usergroups, and give it a go. Tested, and it worked fine for me. :)
Can you please explain where I add this code?

bc3tech
06-19-2008, 01:11 PM
This is not working for me on 3.6.8 and I tried both versions entirely. It shows no text box area at all, like others mentioned.
ditto in 3.6.10pl1