where is this option in dolphin 7

where is the marked option in Dolphin 7. this is a picture of dolphin6.1.6 incase you are wondering.

and that option is to disable people from choosing where to send the message ( to the  user's email address or to the user's profile mail box.)

please see the picture in a new tab for more clear picture.

regards.

mchauhan

Regards........ M.Chauhan U.K.
Quote · 13 Feb 2010

like this?... Laughing
the bad news is there's no option
and the good news is there are two files to edit

Quote · 13 Feb 2010

hi prolaznik

thanks for the quick response....thats exactly i am after.

yes... i wish to remove all three of them.... and make notify by email a defautl selection. so that the users dont have to tick in the box to notify the receipient.

regards..

mchauhan

Regards........ M.Chauhan U.K.
Quote · 13 Feb 2010

i would like to hear the good news please... lolz...

ya thats what i was looking for... could you please share which files are to edit. and if possible how to automatically place a tick in  notify by email box.

regards

like this?... Laughing
the bad news is there's no option
and the good news is there are two files to edit

Regards........ M.Chauhan U.K.
Quote · 13 Feb 2010

here's how to remove them  the rest you have to find out on your own :)

Step one:
/templates/base  mail_box_compose_message.html

around line 85-91 find this

<div class="messages_options">
<label><input type="checkbox" id="to_mail"/>__send_copy_to__</label>
<br />
<label><input type="checkbox" id="to_my_mail"/>__send_copy_my__</label>
<br />
<label><input type="checkbox" id="notify_mail"/>__notify__</label>
</div>

and change it to this


<div class="message_actions">
<div class="messages_options">
<label><input type="checkbox" id="notify_mail"/>__notify__</label>
</div>



Step two:
/templates/base    mail_box_replay_message.html

around line 57-63 find this


<div class="messages_options">
<label><input type="checkbox" id="to_mail"/>__send_copy_to__</label>
<br />
<label><input type="checkbox" id="to_my_mail"/>__send_copy_my__</label>
<br />
<label><input type="checkbox" id="notify_mail"/>__notify__</label>
</div>

and change it to this


<div class="messages_options">
<label><input type="checkbox" id="notify_mail"/>__notify__</label>
</div>

Quote · 13 Feb 2010

you are a star mate..

i will do this and try to find out the rest..

thanka lot for your help.

regards.

mchauhan

Regards........ M.Chauhan U.K.
Quote · 13 Feb 2010

here's the second part :)

how to make the "notify by email" option a defautl selection

find :

<label><input type="checkbox" id="notify_mail"/>__notify__</label>

change to:

<label><input type="checkbox" id="notify_mail" checked/>__notify__</label>

Quote · 13 Feb 2010

oh great..

it works like a charm.

cheers.

regards

mchauhan

Regards........ M.Chauhan U.K.
Quote · 13 Feb 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.