Due to human (non-bot) spam the first contribution of a user has to be reviewed and activated manually, all further contributions do not require this.
As long as a user does not have at least one reviewed and activated contribution, the user is unable to edit his profile, set a avatar, title picture or a signature.
If you want to add or remove skillpoint by code you can use [ICODE]User.useXp(value)[/ICODE] If value is negative that give skillpoint. 1 XP = 1 skillpoint. You can give half a skillpoint with value = 0.5;
If you want to add or remove skillpoint by code you can use [ICODE]User.useXp(value)[/ICODE] If value is negative that give skillpoint. 1 XP = 1 skillpoint. You can give half a skillpoint with value = 0.5;
Ah ok the Xp value is used for SkillPoints. Great to know. Thank you.