Enable Avatar after join ....

Hi, i have a small problem : after a new member fill the field of the join form, they are redirect to the avatar page but they can not select any avatars !!

They receveid the message "access denied " ... but i will give them the access !!

I try to enable the add avatar option to the non-member level - but nothing

I checked the option on the moderation setting : automatic activation after joing in - but nothing

Only when they confirm the validation code receveid by mail they can select the avatar..

How i can resolve this?

Thank you

...
Quote · 4 Feb 2010

In Admin Panel>Moderation Settings, do you have all 3 post moderations checked? If the last one Automatic profile confirmation without Confirmation Email: is not checked, they will not be able to do anything until they click that email confirmation.

Are you wanting to "approve" your members before activation? If not, put a check mark in all 3 of them.

Chris

Nothing to see here
Quote · 4 Feb 2010

Hi Chris... so for have it i have to select also the last option on the moderation setting...

Is my idea or was better to set it to work with the automatic activation after joing in checked ? Because for what i understand if i enable the automatic profile confirmation without confirmation email i can get a lot of "spammer" ( i hope is the correct expression.. sorry if not...) ?

Did you konw if is possible to modify and how?

Thank you...

...
Quote · 4 Feb 2010

I found the solution... Make a copy of your original file before to try it...

Open the file modules>boonex>avatar>classes>bxavamodule.php

Found the function :

function actionSetSiteAvatar ($sImg) {

inside that change this line :

if (!$this->isAllowedAdd()) {

echo _t('_bx_ava_msg_access_denied');

exit;

}

to :

/** if (!$this->isAllowedAdd()) {

echo _t('_bx_ava_msg_access_denied');

exit;

} */

That's all..

In this way, also if you don't check the option " Automatic profile confirmation without Confirmation Email " at the moderation setting, the new user CAN select one avatar !!

...
Quote · 5 Feb 2010
 
 
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.