Way to disable BCC in private messages?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edytwinky
    Senior Member
    • Aug 2007
    • 349
    • 3.8.x

    Way to disable BCC in private messages?

    I noticed you could BCC members when you send private messages. Is there a way to disable this?
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    No default vBulletin settings to turn option off/on

    # find template: pm_newpm
    # delete bold and highlighted.
    Code:
    						<!--
    						vbmenu_register('bccpmrecips', true);
    						[B][COLOR="Red"]bccrecip_sugg[/COLOR][/B] = new vB_AJAX_NameSuggest('bccrecip_sugg', 'bccpmrecips_txt', 'bccpmrecips');
    						[B][COLOR="red"]bccrecip_sugg.allow_multiple[/COLOR][/B] = true;
    						<if condition="$show['bcclink']">
    						fetch_object('bccpmrecips').style.display = 'none';
    						fetch_object('bccspan2').style.display = 'none';
    						fetch_object('bccspan1').style.display = '';
    						function swapbcc(obj)
    						{
    							obj.style.display = 'none';
    							fetch_object('bccpmrecips').style.display = '';
    							fetch_object('bccspan2').style.display = '';
    							return false;
    						}
    						</if>
    						//-->

    Comment

    Related Topics

    Collapse

    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎