![]() |
All kind of problems with private albums Ok... 1) Manage albums -> create a new album -> name: name description: description Is that a private album: yes PROBLEM: result is that album is not private(!) 2) Edit Album -> is that private - > yes -> save -> finally private but it doesn't create a password PROBLEM: how should some new user know that they should go to edit and add a password?) 3) Edit that album - > create a new password -> save ok so far... Now.. add a picture -> select a picture and choose that private album - save PROBLEM: This forum requires a password for access! If I enter that password that was created earlier it still keeps asking again that same question.. well, If I go back to the album manager that picture is there - well good so far.... PROBLEM: wait! hold you horses! Now if I go to Main Gallery index that picture that was added to private album is in that recently uploaded index! Yes, this is the latest build (05/31) Oh well.... any ideas? |
Lets take this one step at a time. I run on a server with register globals off so if there was an issue here I would see it. 1. Can't Replicate this 2. No problem here as its doing what it should 3. Same thing cant replicate. Yes if you have a password for the album cookied you will see the picture in recent block as you have permissions to see it no one else will. I think you have not uploaded some of the changed files which may have corrected any issues. I would make sure to download the build again and upload all php files not the config files. You can go here and login with test and test and you can surely see that there is no issue with this that I can tell. Create an album and the password is created if its marked private http://www.omegatron.net/gallery/index.php |
Quote:
This bug occurs if you are using other than english as a language. in alb-addalb.tmpl you have line 26: <option selected>{$Globals['pp_lang']['no']}</option><option>{$Globals['pp_lang']['yes']}</option> so it's reading "yes" and "no" values from language-file so in my case they are "kyllä" and "ei" in finnish. Now useralbums.php line 78 is: if ( $isprivate == "yes" ) $pa_password = gen_password(); so that if-function is expecting a hard coded english value "yes" when it actualy should expect ' $Globals['pp_lang']['yes'] ' |
Ah okay you said nothing about any specific language Try making that line this in that template Code: Content visible to verified customers only. |
| All times are GMT -5. The time now is 11:34 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0