Change email address for Reports by users. how?

Can we change email address for Reports given by users about any video,picture etc? These reports should come to the admin panel. It would have been easy to manage it instead of checking emails. I am asking about changing the email cause mostly when a user report an email is send to admin@mysite.com but i want it to be report@mysite.com, so it would be easy to manage it.

Umar Haroon
Quote · 18 Jun 2015

No guru here i guess :p

Umar Haroon
Quote · 20 Jun 2015

Normally emails are sent out from the address you specify in the admin for all emails.  You want to change it for a specific email which means some code changes.  I think people are less interested lately in spending time creating solutions and posting them in the forum.  Perhaps if you post in the jobs section, http://boonex.com/jobs.

Geeks, making the world a better place
Quote · 20 Jun 2015

In inc/classes/BxDolFilesModule.php

Find the line (about line number 549) :

if ($this->sendFileInfo($GLOBALS['site']['email'], nl2br(process_pass_data($_POST['messageText'])), $sFileUrl, $_POST['mediaAction']))

Change $GLOBALS['site']['email'] to whatever email you wish.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 20 Jun 2015

If you are interested in a comprehensive reporting feature, check out the Reporting Tool module.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 20 Jun 2015

 Brilliant. So any 3rd party module can also be added to it?

If you are interested in a comprehensive reporting feature, check out the Reporting Tool module.

 

Umar Haroon
Quote · 20 Jun 2015

 Yes, most modules that have an actions block can be integrated.

 Brilliant. So any 3rd party module can also be added to it?

If you are interested in a comprehensive reporting feature, check out the Reporting Tool module.

 

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 21 Jun 2015

After changing the line shown as below, it is giving me blank white page on my whole website. Admin side is working fine

 if ($this->sendFileInfo(report@mywebsite.com, nl2br(process_pass_data($_POST['messageText'])), $sFileUrl, $_POST['mediaAction']))

In inc/classes/BxDolFilesModule.php

Find the line (about line number 549) :

if ($this->sendFileInfo($GLOBALS['site']['email'], nl2br(process_pass_data($_POST['messageText'])), $sFileUrl, $_POST['mediaAction']))

Change $GLOBALS['site']['email'] to whatever email you wish.

 

Umar Haroon
Quote · 9 Oct 2015

Think you might have to put this in:

 

if ($this->sendFileInfo($GLOBALS['site']['report@mywebsite.com'], nl2br(process_pass_data($_POST['messageText'])), $sFileUrl, $_POST['mediaAction']))

Quote · 9 Oct 2015
 
 
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.