Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Private Message Quick Reply Details »»
Private Message Quick Reply
Version: 1.00, by bcmedia bcmedia is offline
Developer Last Online: Dec 2018 Show Printable Version Email this Page

Version: 3.5.x Rating:
Released: 01-27-2006 Last Update: 04-02-2007 Installs: 129
Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-28-2006, 05:09 PM
Daniel's Avatar
Daniel Daniel is offline
 
Join Date: Jul 2005
Location: USA
Posts: 707
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What I've been waiting for! Thanks!
Reply With Quote
  #3  
Old 01-28-2006, 05:19 PM
Zachariah's Avatar
Zachariah Zachariah is offline
 
Join Date: Feb 2002
Location: Canoga Park, CA
Posts: 2,125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll give it a go.
- Thank You for your time and energy.
Reply With Quote
  #4  
Old 01-28-2006, 05:21 PM
Megareus Rex's Avatar
Megareus Rex Megareus Rex is offline
 
Join Date: Feb 2004
Location: Pennsylvania, USA
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 01-28-2006, 05:30 PM
bcmedia bcmedia is offline
 
Join Date: Sep 2002
Location: NY
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Megareus Rex
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:
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>
after that add:
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>
then find and delete the hidden fields

Code:
<input type="hidden" name="receipt" value="1" />
<input type="hidden" name="savecopy" value="1" />
Reply With Quote
  #6  
Old 01-28-2006, 05:48 PM
Megareus Rex's Avatar
Megareus Rex Megareus Rex is offline
 
Join Date: Feb 2004
Location: Pennsylvania, USA
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bcmedia
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:
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>
after that add:
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>
then find and delete the hidden fields

Code:
<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).
Reply With Quote
  #7  
Old 01-28-2006, 05:53 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks man. This is quite useful!
Reply With Quote
  #8  
Old 01-28-2006, 06:31 PM
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Location: Oklahoma City
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes! Glad this is available for 3.5. Nice job.
Reply With Quote
  #9  
Old 01-28-2006, 06:52 PM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WOw NICE WORK

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

Quote:
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?
Reply With Quote
  #10  
Old 01-28-2006, 08:03 PM
.Tim's Avatar
.Tim .Tim is offline
 
Join Date: Jan 2005
Location: Oklahoma City
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:28 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.05508 seconds
  • Memory Usage 2,303KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete