template messages for admin

Hi, I'm trying to customize some email who are sent to Admin (notification of registration ad so on...)

But where I can find them and edit them?

In Settings> Email templates I find only messages sent to users.

 

Thanks

 

Quote · 13 Jun 2009

Maybe you can find them in the language strings?

Quote · 13 Jun 2009

No, these ones are not in Language Settings. It's the email sent by contact form.

 

And the same is for the email "UserX shared a photo with you", when you share a photo with someone else...

Quote · 2 Jul 2009

I believe these are in the cron jobs.  Never went looking for them I must admit.  Maybe we can get Boonex Admin to hop in on this ?

Quote · 2 Jul 2009

Messages for admin:

 

inc/classes/BxDolProfilesController.php

 

// sent to admin
 function sendNewUserNotify

 
=====================

 

User X shared a photo with you:

 

inc/classes/BxDolSharedMedia.php

 

/*
 Send file info
 * @param int $iFile - file ID
 * @param string $sEmail - email(s)
 * @param string $sMessage - message
 * @param string $sUrl - link to file
*/

 

function sendFileInfo

Quote · 2 Jul 2009

 

Messages for admin:

 

inc/classes/BxDolProfilesController.php

 

// sent to admin
 function sendNewUserNotify

 
=====================

 

User X shared a photo with you:

 

inc/classes/BxDolSharedMedia.php

 

/*
 Send file info
 * @param int $iFile - file ID
 * @param string $sEmail - email(s)
 * @param string $sMessage - message
 * @param string $sUrl - link to file
*/

 

function sendFileInfo

 Thanks OKWeb, I knew a brain like your's would have the anwer.

Quote · 3 Jul 2009

Thank you very much!

 

Since you're a dolphin brain, maybe you ideas about this other issue of mine?

That's my main problem actually...

Quote · 3 Jul 2009
 
 
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.