I use zenphoto-1.4.2.4 and theme zpFocus. The plugins filter-personal_album and register_user v1.4.1 are installed. With the options address field: to be displayed and user album: to be created. The new registrant has the right to upload.
When I as Master create a user everything works fine.
All what happens now, when a new user registers; a anew album created and named after his name and appropriate Entry in in table [prefix]_albums. NO more.
What I would like:
Any help appreciated and thanks in advanced
[i]The plugins filter-personal_album and register_user v1.4.1 are installed
[/i]
I don't know the first but I think its functionality has been incorporated. So you should really use the included register_user plugin in 1.4.2.4.
First, you should NEVER mix files from one release with another. In this case the register_user plugin should be the one form 1.4.2 not from 1.4.2.
I do not really understand #2, but do note that certain common fields are provided by a single source. In this case the address fields come from the comment form plugin.
I use the right version of register_user 1.4.2, no versions mixed; it was just a mistake by copy and paste, sorry.
Till now I couldn’t find the functionalities in frontend to write new registrant’s data in DB or send mail! Isn’t this right?
In backend/Admin email-newuser.php does send email.
Would you please answer the question; where is the code that does insert user, pass into table prefix(' administrators')?
Thank you
Is the plugin configured properly?
Yes. I have tried all configurations’ possibilities in it!
Does the user have an email address?
I insert a valid email-address as everything else in register form through the registration. After the Registration, when I search in DB, I can find neither name nor email-address nor the others user’s data.
Is a mail plugin enabled and configured?
Yes, as I mentioned above when I as Master in backend do create a new user, every things works fine inclusive inserting registrant’s data in DB and sending email.