Roundcube Community Forum

 

How to disable the SEND option from the skin using? (Using LARRY)

Started by vishnuduttp, July 04, 2017, 04:20:10 AM

Previous topic - Next topic

vishnuduttp

Is there any way to disable the buttons in the compose window for eg. SEND? I have searched through the Skin files in the RC folder including the skins/larry/template/mail.html! .Using RC-1.2.5.  :-[ :-[ :-[
Thanks in advance!

vishnuduttp

Got it! There is an  Option in the configuration file! Just enter the options you neeed to disable using the format as follows.

// List of disabled UI elements/actions
$config['disabled_actions'] = array();


Just needed to include the options to disable as
$config['disabled_actions'] = array('mail.send','mail.reply-all');

SKaero


vishnuduttp

Just require a Mail environment where the users are only allowed to view, the forwarded mails from there own mails in the Intranet type of network, from an external location!
;) ;) ;) ;) ;)