HOW TO REMOVE 'Send copy to personal email '

Hi How do you remove 'Send copy to personal email' on message system??? I only want my members to communicate on my site and not to email. Thanks Si
Quote · 13 Aug 2010

anyone?

Quote · 14 Aug 2010

i have done it before.. i will have to check... will post you an answer tommorow.

Regards........ M.Chauhan U.K.
Quote · 14 Aug 2010

 

Hi How do you remove 'Send copy to personal email' on message system??? I only want my members to communicate on my site and not to email. Thanks Si

forum search u'll  find it

Quote · 14 Aug 2010

See solution below. This will replace all of those options.

 

In templates/base/mail_box_compose_message.html

 

Find :


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

Replace with :


<div class="messages_options">
<input type="hidden" id="to_mail"/>
<input type="hidden" id="to_my_mail"/>
<input type="hidden" id="notify_mail"/>
</div>

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 14 Aug 2010

 Thanks but it doesnt work?

 

See solution below. This will replace all of those options.

 

In templates/base/mail_box_compose_message.html

 

Find :


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

Replace with :


<div class="messages_options">
<input type="hidden" id="to_mail"/>
<input type="hidden" id="to_my_mail"/>
<input type="hidden" id="notify_mail"/>
</div>

 

 

Quote · 15 Aug 2010

Yes, it does. Go to your admin and clean cache. That might be the problem.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 15 Aug 2010

Thanks mate, it works :)

Quote · 31 Aug 2010

To completely remove the functionlity, you will also need to find an replace the checkboxes with hidden fields as detailed in modzzz post in the template file mail_box_replay_message.html, otherwise these buttons will still show when the user goes to reply to a message.

Quote · 11 Jan 2011

Also edit mail_box_replay_message.html to remove them from replies.

Quote · 11 Jan 2011

cool this is really need. I just had a spammer sending mails to personal emails. Please BoonEx make this an option in the dolphin admin to select.

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 27 Feb 2011

I had done this once already, but I guess an upgrade brought it back.

On 7.1.4 is the same method to remove?

P,

Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 22 Nov 2013

 

I had done this once already, but I guess an upgrade brought it back.

On 7.1.4 is the same method to remove?

P,

 

Yes. :o)

Quote · 22 Nov 2013

I am going to leave the last box, to notify by email.

Is there a way to tick this checked instead of blank by default?

Thanks!

Peer

Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 22 Nov 2013

 

I am going to leave the last box, to notify by email.

Is there a way to tick this checked instead of blank by default?

Thanks!

Peer


Yes. Same file. templates/base/mail_box_compose_message.html

Look for this.

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

Change to this.

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

https://www.deanbassett.com
Quote · 22 Nov 2013

This all works now as expected... sure enough, I found my original "backup file" that was overwritten by an upgrade. :)

I have a process in place now to check before upgrading the Dolphin code.

P.

Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 23 Nov 2013

 

This all works now as expected... sure enough, I found my original "backup file" that was overwritten by an upgrade. :)

I have a process in place now to check before upgrading the Dolphin code.

P.

My working procedure on this is to get the upgrade that will be applied.  Then I look through the upgrade to see which files have been changed; then I look in my site files to see if I have modified that file; for example, if you use .bak for when you change a file, then you know that you will need to apply your changes to the new upgrade file; as if you added a third party module that need to change the file in question.  I use a file comparison/merge programme to automatically add my changes from the current file to the upgrade file and I always mark code changes so that I know that I am applying a change I made.

Geeks, making the world a better place
Quote · 23 Nov 2013

GG- Thanks- I am doing that now... ;)

Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 25 Nov 2013
 
 
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.