The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Private Message Quick Reply Details »» | |||||||||||||||||||||||||
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 Supporters / CoAuthors Show Your Support
|
Comments |
#2
|
||||
|
||||
What I've been waiting for! Thanks!
|
#3
|
||||
|
||||
I'll give it a go.
- Thank You for your time and energy. |
#4
|
||||
|
||||
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. |
#5
|
|||
|
|||
Quote:
but basically find: Code:
<div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" checked="checked" />Show your signature</label></div> Code:
<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> Code:
<input type="hidden" name="receipt" value="1" /> <input type="hidden" name="savecopy" value="1" /> |
#6
|
||||
|
||||
Quote:
"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). |
#7
|
||||
|
||||
Thanks man. This is quite useful!
|
#8
|
||||
|
||||
Yes! Glad this is available for 3.5. Nice job.
|
#9
|
|||
|
|||
WOw NICE WORK
Thanks Liz but The following errors occurred when this message was submitted: Quote:
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? |
#10
|
||||
|
||||
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? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|