PDA

View Full Version : Miscellaneous Hacks - PM Quickreply


tnguy3n
06-05-2004, 10:00 PM
I think Erwin had released a Quickpmreply at vb.org. This one of mine is pretty much similar to that, but it doesn't require any code modification.

Tony G
06-05-2004, 11:28 PM
Neat modification. Thanks for releasing, tnguy3n. :)

sbp
06-07-2004, 03:40 PM
Nice mod, thanks tnguy3n. https://vborg.vbsupport.ru/external/2005/10/5.gif

tnguy3n
06-07-2004, 09:20 PM
glad you guys like it. i'm make my own vb skin so i kinda playing around alot with those templates. :D

Erwin
06-08-2004, 05:22 AM
It was me, not Xenon, actually. Very different people. ;)

You would need a code hack to automatically code the original message.

tnguy3n
06-09-2004, 09:40 AM
It was me, not Xenon, actually. Very different people. ;)

You would need a code hack to automatically code the original message.

my bad. lol... didn't check it carefully. :o

dndog
06-09-2004, 11:07 PM
What does Uni, Telex, Viqr, and all choices do?

tnguy3n
06-13-2004, 07:18 AM
What does Uni, Telex, Viqr, and all choices do?
Just updated the attachment... those options ain't supposed to be there.

chrisvonc
06-14-2004, 07:14 PM
Very nice but a few observations if I may :)

The template needed to be modified is the "pm_showpm" template and not "pm_show".

This mod produced an undesirable effect when applied to my fixed width forum by blowing the right margin of the PM area way out (see picture below). To fix this, rather than adding your code at the very bottom, I added it directly above the last </table>, and it corrected the margin error.

Thanks! I will be adding this to my production site! :)

tnguy3n
06-15-2004, 12:04 AM
Very nice but a few observations if I may :)

The template needed to be modified is the "pm_showpm" template and not "pm_show".

This mod produced an undesirable effect when applied to my fixed width forum by blowing the right margin of the PM area way out (see picture below). To fix this, rather than adding your code at the very bottom, I added it directly above the last </table>, and it corrected the margin error.

Thanks! I will be adding this to my production site! :)
thanks for pointing that error out, chrisvonc. I totally forgot all closing tags </td></tr></table> in that mod.
Updated the attachment. :)

chrisvonc
06-15-2004, 12:39 AM
Cool, I just installed the updated version on my production forum and it's right on. Thank you again!

M1th
06-15-2004, 10:39 PM
Why is it always me that finds bugs </dorky mode>

But anyway, when you send a reply through that, it wont bring it up in the "Sent PMS" page.

tnguy3n
06-15-2004, 10:53 PM
Why is it always me that finds bugs </dorky mode>


But anyway, when you send a reply through that, it wont bring it up in the "Sent PMS" page.
If you want to save a copy in Sent Pms folder, in that pmquickreply form, find:
<input type="hidden" name="receipt" value="0" />

BELOW ADD:
<input type="hidden" name="savecopy" value="1" id="cb_savecopy" />

M1th
06-15-2004, 11:19 PM
If you want to save a copy in Sent Pms folder, in that pmquickreply form, find:
<input type="hidden" name="receipt" value="0" />

BELOW ADD:
<input type="hidden" name="savecopy" value="1" id="cb_savecopy" />



Gotcha, thanks.

Admiral Spock
07-13-2004, 03:31 PM
Thanks for this excellent hack! :)

I am using this on my site, and I made some modifications to it..

Is there any way to have a "Quote message in reply" kind of thing like the quickreply in a regular thread has?

Thanks again! :)

sabret00the
07-17-2004, 07:36 AM
nice work :)

Moyses
07-18-2004, 07:06 PM
thanks for posting the modification :)

*click install*

Mark.B
07-22-2004, 02:35 PM
This works well, but does not request a read receipt, is there any way to add that?

imported_Abe
08-03-2004, 07:08 PM
How about adding a <br> before the code you add. This will make a normal space.

mholtum
09-08-2004, 10:47 PM
NICE! *clicks install*

imported_Zen
09-08-2004, 11:48 PM
Nice and easy mod, thanks

mholtum
09-10-2004, 06:06 PM
How can it be added to add a copy to the sent folder?

imported_Zen
09-10-2004, 06:29 PM
How can it be added to add a copy to the sent folder?

Was posted earlier:

Save PM in sent folder (http://www.vbulletintemplates.com/mods/showpost.php?p=51770&postcount=13)

mholtum
09-10-2004, 06:35 PM
sorry and thanks. I am not thinking straight I am on Pain killers shattered my elbow.

Blind Guardian
07-24-2005, 12:23 AM
Is there any way to have a "Quote message in reply" kind of thing like the quickreply in a regular thread has?

I second this.

I'm loving the quick reply, although I haven't released it publicly on the forums yet. What'd completely it is if you could get it to quote the message, as normal quick replying does.

I tried to look into it myself, but I ran into a problem when it came to getting a quick reply link that appeared for PMs and targetted that box. If you remove the $SHOWQUICKREPLY from the edit section of the postbit it'll show up, but clicking it just acts like the normal quote button.

Hopefully you're smarter than I am when it comes to PHP, though.

Either way, thanks for the nice hack.

stan111
09-19-2005, 12:39 PM
this little hack is so cool
thanks a lot