1

Topic: Things what dont work

How more i test the script how much more i found missing things like a paypal sandbox is not possible to test the upgrade is working or not without the possibility to test this on the sandbox.

the second is the emails dont work well i dont get notification when a user sign in the user get the wrong email when i set admin need aprove the account the user get the email activate now your account
when i aktivate the account the user dont get a email


a funktion how make me confused is group rigths user can upgrade account when i aktivate this the menue for admins upgrade display aslo for the admin this bring me back to the first test the paypal  the link ubgrade should be unvisible until his paytime is over

and what happands when the payed time is over the user go down do not free members ? when yes he loose the rights for the payed member group he loose than also his pictures or videos because free member can not have 10 pictures or any videos? or he get his pictures back when he upgrade again his account?

one more thing is the translation in adminpanel for the search i try and try but when i translate man and woman to other languages i get a sql error and the search dont work more so what i need to translate for the search men and woman

by example

Man
Woman

Man
Vrouw

Women
Mulher

Hombre
Mujer

2

Re: Things what dont work

How more i test the script how much more i found missing things like a paypal sandbox is not possible to test the upgrade is working or not without the possibility to test this on the sandbox.

Sandbox was never meant to be used. If you use it, you're expected to be familiar with PHP and MySQL and it's assumed that you know what you're doing.

the second is the emails dont work well i dont get notification when a user sign in the user get the wrong email when i set admin need aprove the account the user get the email activate now your account

Make sure you enabled email notifications in the settings. You cannot get the wrong email. Most likely you have changed some settings.

when i aktivate the account the user dont get a email

Users won't get a welcome email if you activate them manually. You can send it yourself though by clicking on the "message" icon in the user list.

a funktion how make me confused is group rigths user can upgrade account when i aktivate this the menue for admins upgrade display aslo for the admin this bring me back to the first test the paypal  the link ubgrade should be unvisible until his paytime is over

Each member group has a permission to allow/disallow upgrades. If you disable upgrades for your admin group, you won't see the "upgrade" link and will not be able to perform that action.

and what happands when the payed time is over the user go down do not free members ?

User is automatically switched to the regular group and thus inherits all its limits and permissions.

or he get his pictures back when he upgrade again his account?

Lets say your paid member has 15 pictures and your regular members' limit is 10. Once paid member is expired and reverted to regular, he will not be able to upload any pictures until he removes the exceeding ones down to 10 or less.

one more thing is the translation in adminpanel for the search i try and try but when i translate man and woman to other languages i get a sql error and the search dont work more so what i need to translate for the search men and woman

Where do you translate these? If you enable multiple languages, a new link will appear when editing profile fields called "translate". You should leave English translation as it is, and translate your other language ones.

Support Staff