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 |
anyone? |
i have done it before.. i will have to check... will post you an answer tommorow. Regards........ M.Chauhan U.K. |
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 |
See solution below. This will replace all of those options.
In templates/base/mail_box_compose_message.html
Find :
Replace with :
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Thanks but it doesnt work?
See solution below. This will replace all of those options.
In templates/base/mail_box_compose_message.html
Find :
Replace with :
|
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 |
Thanks mate, it works :) |
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. |
Also edit mail_box_replay_message.html to remove them from replies. |
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 :-) |
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 |
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) |
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 |
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
https://www.deanbassett.com |
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 |
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 |
GG- Thanks- I am doing that now... ;) Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |