![]() |
|
User Login and Registration - 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 Login and Registration (/thread-5101.html) Pages:
1
2
|
User Login and Registration - mlbarnes - 2009-04-27 I just installed the latest version of ZenPhoto. I am unsure how to allow it for other user to register on the site and to be able to login. I installed the plugins but still don't see anything on the pages. Once a user logs out they have to know an address to get back to login. I would apprecaite any help with this. User Login and Registration - acrylian - 2009-04-27 You need to add the function described on the plugin documentation where you want the login link to appear. User Login and Registration - mlbarnes - 2009-04-27 Ok I found how to add that but when the user registers it doesn't do anything. It clicks like it worked but the user doesn't receive an email nor does it insert any information in to the database. User Login and Registration - sbillard - 2009-04-27 How about a link to your site? I just tried this using the Efferevescence+ theme and it is working correctly. User Login and Registration - mlbarnes - 2009-04-28 A link to my site is http://pics.bytely.com User Login and Registration - sbillard - 2009-04-28 Please read the documentation of this plugin--http://www.zenphoto.org/documentation/plugins/_plugins---register_user.php.html. You have not followed it. User Login and Registration - mlbarnes - 2009-04-29 The documentation is not real clear on that page but I think I am making progress. Here is my register.php Here are my errors. When I submit my new user I get this error at the top: Notice: Undefined variable: _zp_gallery_page in /var/www/bytely.com/pics/zp-core/plugins/register_user.php on line 100 The email still goes through but when I click on the verify link I get this error: The Zenphoto object you are requesting cannot be found. Also how do I get a blank page that follows the theme? I would like to make it look like all the other pages. Thank you so much for your help!! User Login and Registration - acrylian - 2009-04-29 There is no need to do the require/include. Please read this part of our theming tutorial on how to set up non gallery pages: http://www.zenphoto.org/2009/03/theming-tutorial/#custom-pages User Login and Registration - mlbarnes - 2009-04-29 Very cool. I got that working. These should be my last few questions:
User Login and Registration - sbillard - 2009-04-29
User Login and Registration - mlbarnes - 2009-04-30 I could password protect the albums but I want it so as soon as a user signs up they have their own album that is private, and then all the albums they create will only be viewable by them. To them it will look like their personal albums are parent albums but in actuality it would be a sub album. Does that make sense? LOL User Login and Registration - sbillard - 2009-04-30 There are two ways to make an album not visible: mark it unpublished or password protect it. The former can be bypassed by using a direct link--that is it only hides albums from the thumbnail views, not from someone who knows its URL. Given the description of what you want to do and assuming that there are no albums other than the ones "owned" by these users, all you have to do is one of the above. Album ownership is only available for gallery level albums. So you cannot do this with subalbums. User Login and Registration - tehsmokealot - 2009-06-29 I habe installed zenphoto. Works realy great. And now i want to create an option that user can register, and can upload fotos. i dont understand the manpage. Please can someone help me. Thanks p.s. sorry about my englisch im from germany User Login and Registration - sbillard - 2009-06-29 On the 1.2.5 release only the Effervescence+ theme provides an implementation of this plugin. But if you wish to try the nightly build, now all the distributed themes have the support built in. Otherwise you will need to create a registration page script and place a call on the Documentation for Zenphoto functions is automatically generated. That process documents all functions including ones that are internally used. Generally, the link on the plugin page will take you to the correct documentation. User Login and Registration - tehsmokealot - 2009-06-29 When i aktivated Effervescence theme i dont see a register button or something User Login and Registration - sbillard - 2009-06-29 There will be a link at the bottom of the index page. But of course, it will not be there if you are already logged in (as in that case you are already registered as well.) User Login and Registration - tehsmokealot - 2009-06-29 no there ist no registerbutton. whatch out my testgalerie with effervescence User Login and Registration - tehsmokealot - 2009-06-29 ah i found it But i want to make it easier for the user to register. And erase the usability. //EDIT User Login and Registration - sbillard - 2009-06-29 The ID is the user's ID (as opposed to his name.) The email uses the same process as for sending password reset mails or comment notification mails. If these are not working most likely your server is blocking User Login and Registration - sbillard - 2009-06-30 BTW, Your site has sent me a mail regarding my registration request, so most likely your spam filter has "helped" you out here. |