Mail notification

Does anyone know where and how you can modify the code to do the following

 

remove the options for sending copy of email to receivers external email and senders external email and auto check box (as default) to notify user email has been sent to them when replying to email - attachment (untitled5)

 

and also auto check box (as default) to notify user email has been sent to them when writing from their profile - attachment (untitled 4)

 

bascially what I am after is that all users are notified they have been sent an email and have to come to the site to read that email

 

Cheers

Untitled-4 copy.jpg · 23.1K · 142 views
Untitled-5 copy.jpg · 23.1K · 139 views
Quote · 14 Jan 2011

attachment untitled 4 was wrong - refer this one

Untitled-4 copy.jpg · 15.7K · 132 views
Quote · 14 Jan 2011

 

attachment untitled 4 was wrong - refer this one

There have some posts about deleting notifications checkbox from mailbox . Just make a search here!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 14 Jan 2011

I have searched and searched and I was unable to locate what I was looking for

Quote · 14 Jan 2011

 

I have searched and searched and I was unable to locate what I was looking for

Ok follow these steps :

1. Open the - templates\base\mail_box_compose_message.html

2. Find and remove these code lines :

<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>

 

3. Clean all caches

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 14 Jan 2011

Thanks for that but I want to keep the notify mail option and have it checked by default if thats possible

Quote · 14 Jan 2011

 

Thanks for that but I want to keep the notify mail option and have it checked by default if thats possible

So what problem add this code instead of original I've posted:

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

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 14 Jan 2011

Cheers ShahaE works fine  Smile

Quote · 14 Jan 2011

 

Cheers ShahaE works fine  Smile

You are welcome

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 14 Jan 2011
 
 
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.