vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Private Messages Enhancements - Disable automatic citation in Private Message Quick Reply (https://vborg.vbsupport.ru/showthread.php?t=202108)

MrNase 01-16-2009 10:00 PM

Disable automatic citation in Private Message Quick Reply
 
1 Attachment(s)
3.8 introduces Private Message Quick Reply.

Some users, including me, are not happy about that the original message is automatically quoted.

Unfortunately this one requires one small code modification, there is no hook that could be used to do this with a plugin. :(

Note: This is different from this plugin as my modification deals with the Quick Reply.


All you have to do is:
Open private.php and go to line 1634:

Find:
Code:

        $editorid = construct_edit_toolbar(
            $pm['message'],
            false,
            'privatemessage',
            $vbulletin->options['privallowsmilies'],
            true,
            false,
            'qr_pm'
        );



REPLACE
it with:
Code:

        $editorid = construct_edit_toolbar(
            '',
            false,
            'privatemessage',
            $vbulletin->options['privallowsmilies'],
            true,
            false,
            'qr_pm'
        );

Done! :)

NGUYENDUCTRUONG 01-17-2009 11:42 AM

thanks for share :D

Magnumutz 01-17-2009 05:20 PM

But i love the automatic quote :(

MrNase 01-17-2009 07:58 PM

You love it - others don't. :)

Black Tiger 01-18-2009 01:07 PM

And I am one of the persons that don't like quotes. They are used too often and too much anyway.
So I'm very greatfull for this mod, thank you for making this mod! * Clicked installed *.:)

avsunforum 01-18-2009 01:35 PM

Thanks

wfouly 03-20-2009 12:49 PM

well and good
many thanks ,,, best regards

newguy 05-09-2009 09:37 AM

Thanks MrNase!!! I would like to also get the "Quick Reply" box gone also, so members would have to click reply or forward.



https://vborg.vbsupport.ru/attachmen...2&d=1232198453

atgv 07-26-2009 07:32 PM

Thanks mate after upgrade to 3.8.3 i couldnt open new pm's. By using your code i solved big problem..

lostgirl815 02-14-2010 09:29 PM

Thanks! The quotes in quick reply were really annoying the hell out of me.


All times are GMT. The time now is 09:58 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.01697 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete