![]() |
|
Newbie... some thoughts and questions ( all combined ) - 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: Newbie... some thoughts and questions ( all combined ) (/thread-5654.html) |
Newbie... some thoughts and questions ( all combined ) - jorrie - 2009-08-12 Because I dont want to clutter the forum I posted some thoughts and questions below, I hope you can clarify these:
Basically what I need is: a) User signup and register, gets there own username + password, can login and can create foto albums and upload images ( there account should be setup with the register plugin ) they recieve email on confirmation of there email, after confirmation they get access. Newbie... some thoughts and questions ( all combined ) - acrylian - 2009-08-12
b) This is not possible technically as subdomains need to point to real folders and Zenphoto does not do this. Therefore you will need to create empty folders on your webspace that contain a file with a redirection to the actual album (either htaccess or a php header() redirect). Newbie... some thoughts and questions ( all combined ) - sbillard - 2009-08-12 The user registration is done by a plugin. You could take that as a starting point and add the things like do things like set the basic defaults for a user. Of course, you have to have some way of deciding what these defaults will be. Also, I would strongly recommend that the defaults be set when the user has been verified rather than when he registers. There are a lot of spamers out there! |