![]() |
|
user Registration, no email, no login / zpFocus - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: user Registration, no email, no login / zpFocus (/thread-10063.html) |
user Registration, no email, no login / zpFocus - ayad - 2012-06-10 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.
Any help appreciated and thanks in advanced user Registration, no email, no login / zpFocus - acrylian - 2012-06-10 [i]The plugins filter-personal_album and register_user v1.4.1 are installed
user Registration, no email, no login / zpFocus - sbillard - 2012-06-10 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. user Registration, no email, no login / zpFocus - ayad - 2012-06-13 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? Would you please answer the question; where is the code that does insert user, pass into table prefix(' administrators')? Thank you user Registration, no email, no login / zpFocus - acrylian - 2012-06-13 Is the plugin configured properly, does the user have an email address, is a mail plugin enabled and configured? user Registration, no email, no login / zpFocus - sbillard - 2012-06-13 In answer to your question of where is the code, it is in the lib_auth script, Zenphoto_administrator object. However note you should not issue these queries directly. Use the object model to add a user. The function to send a mail is user Registration, no email, no login / zpFocus - ayad - 2012-06-13 Is the plugin configured properly? Does the user have an email address? Is a mail plugin enabled and configured? user Registration, no email, no login / zpFocus - acrylian - 2012-06-13 Are you maybe loggedin when you try to register a new user? I am not the expert on this plugin but I assume you need to be loggeded out to be able to. Otherwise you have to manually create a user on the backend. |