![]() |
|
return to gallery function - 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: return to gallery function (/thread-4800.html) |
return to gallery function - marczr - 2009-03-05 Hi just installed zenphoto and very impressed, thanks. Also... The only way I can access the user login page is by manually entering 'mywebsite/gallery/zp-core/admin.php' into the addressbar. There must be a way of enabling a user login field on the main gallery page, but I can't find it anywhere, a point in the right direction would be appreciated ;-) return to gallery function - acrylian - 2009-03-05 You should ask your host to define "index.php" as a valid default start page on your server. Most severs accept "index.html" etc automatically as the start page if linked to a directory. If that is not an options you will have to modify your theme manually to add that link. Regarding login: http://www.zenphoto.org/documentation/plugins/_plugins---user_logout.php.html return to gallery function - marczr - 2009-03-05 Thanks for the quick response, I contacted my host and they've fixed the problem. Re adding login, I've ticked the enable user_logout plugin, but I'm not sure where to add the script detailed in the documentation listed above. It also mentions that this is for album passwords, not admin users, it was an admin log in box that I was trying to add. return to gallery function - sbillard - 2009-03-05 The plugin will put a login form on your page at the place where you place the function call. To use this also for admin logins you will need to insure that the option to display the An example of the use of this plugin can be found in (what else) the Example theme. return to gallery function - marczr - 2009-03-10 Hi thanks Stephen, |