bestprogrammerintheworld
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Slider - Image Slider - Slideshow for WordPress] One image?Ok. I’ve purchased the mutlisite version 5 sites now. Now I want the issue fixed with the first image ??
I can’t really figure out which hook I should use for this? wp_insert_user() only seem to use pre_{field} for user-fields and not for the “pre-insert-user”-functionality? Probably I’m missing something here…
Ok, thanks! I guess I will manage now, but I will let you know if I dont. Thanks once again! ??
Forgive me for leaving this out: It’s about the front-end registration-part!
Awesome! Thanks a lot! ??
Hi. It almost worked ?? I don’t get any error now, but the registration process gets back to the front-end-registration-page:
The forms submits, shows no errors (great!), but then goes back to the form again (and it does not create any user in the db and no email is sent).Hi Gabriel!
I know it’s not correct to duplicate emails, but I’m actually forced to because the same customer comes back to the registration form, adds an another name but the same email-adress and he she/she must be to do that.
The exact message is:
Sorry, that email address is already used! (taken from language file)I need it when a user submits a new user on the front-end-registration
Hello Gabriel!
I was coding customized membership-functions with related course(s) to each user. Every term users has to signup for courses and my initial thought was to simply update course(s) if the same user was signing up again…
BUT You’re absolutely right!! I’ve did a lot of thinking about this and I totally agree. Sometimes you simply think to much about the user-friendliness without concering about security.
My solution: Instead I simply create a new username for each term (like {term}_{first name}_{last_name}. This way I can also know what users has been on which courses at which term.
Thanks for pointing me into right direction! ??