_EMAIL_CONF_SENT

Hi

I don't remember from wat mod this is coming from

they be redirect to http://www.mydomain.com/m/avatar/&join_text=_EMAIL_CONF_SENT

I go to admin >> advanced settings : and look for language key_EMAIL_CONF_SENT

and click Edit than

String text for English language: <b>Mail has been successfully sent.</b><br />You will receive it within a minute.

change to this TESTING NEW TEXT

but still say Access denied

f1y7if.png

any idea from whoo is this mod so I can download and finish the installation

Thank's a lot

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 29 Jan 2011

modules do not send you to avatar after join, the actual join code sends you there after join. Avatar runs the system thumbnail images so you need it, but if you have a "confirmation" setup, then the user is not Active and therefore cannot use the system so why get auto redirected there??

inc/classes/BxDoljoinProceseccor

comment these lines and try by replacing:

if ('EXIT' == BxDolService::call('avatar', 'join', array ($iMemID, $sStatusText))) {
exit;
}

with:

/*

if ('EXIT' == BxDolService::call('avatar', 'join', array ($iMemID, $sStatusText))) {
exit;
}

*/

I have video tutorials to help you mrpowless.com
Quote · 29 Jan 2011

my code is set to be

if ('EXIT' == BxDolService::call('avatar', 'join', array ($iMemID, $sStatusText))) {

if ($sStatus == 'Active')

 

exit;

 

}

 

I thing now I remember from who is this mod and is from AntonLV

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 29 Jan 2011

Hi mrpowless

Thank's 2 you I got fix

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 30 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.