Derek015 on "Login Problems"
Hello, new here, not sure if this is the right area but I have a question. I have had zenphoto for awhile now and enjoy it greatly. I am recently having an issue where when I try to login, I enter my...
View Articleacrylian on "Login Problems"
Make sure cookies are allowed on the browser used. Also, try clearing cookies and/or another browser.Btwm the area or subforum does not matter, they actually only exist still because the forum does not...
View ArticleDerek015 on "Login Problems"
Thanks, I tried clearing the cache and data from safari on my iPhone and mac but it still will not let me log in. I tried firefox and it worked perfectly. Any ideas why safari is having such hard...
View Articleacrylian on "Login Problems"
Safari - at least the desktop version - is a bit persisten with Cookies and also the cache. Maybe that is what causes the trouble. Don't know the mobile version though.
View Articlegeorgi109 on "Login"
I recently took over an website and I am trying to log in the Zen Photo app; however, I am having trouble resetting the password. I requested the password reset via email. I received the email and...
View Articleacrylian on "Login"
You did not mention what Zenphoto version. Anyway, not easy to answer what the issue is from here. You can reset the password manually via the database if nothing else works...
View Articleklikini on "Disable watermarks for logged-in users"
I would only like to show watermarks to guests (anyone that isn't logged in) but let logged-in users see and download watermark-free images. Seeing the watermark on the image page but downloading it...
View Articlesbillard on "Disable watermarks for logged-in users"
To do this you will have to have your theme use different function calls for logged-in users versus the general public since the watermark is permanent in the cached image.You can use...
View Articleklikini on "Disable watermarks for logged-in users"
I'm using the default theme, dark. How would I implement this, and is there a doc page for the function?
View Articleacrylian on "Disable watermarks for logged-in users"
There is: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintCustomSizedImage
View Articleklikini on "Disable watermarks for logged-in users"
Okay so now I have it displaying images without a watermark, but they are very large. What is the format of the "size" parameter? I tried $size = 595 assuming it was the width in pixels, but it didn't...
View Articleacrylian on "Disable watermarks for logged-in users"
"Size" is in pixel. If it is the width or height depends on your image option settings regarding "longest side". If it didn't work you maybe did not set the parameters...
View Articleklikini on "Disable watermarks for logged-in users"
Okay, the size works now, but the watermark show up now too. What do I need to put in the $effects parameter to hide it?
View Articleacrylian on "Disable watermarks for logged-in users"
$thumbStandin is the one and must be set to false. That means the image is treatened as a "thumb" and the only difference between a thumb and a sized image is that thumbs don't have watermarks.
View Articleklikini on "Disable watermarks for logged-in users"
That works! Now how can I also hide it for logged in users on the full image page?full-image.php isn't there.
View Articleacrylian on "Disable watermarks for logged-in users"
There is no full-image page on theme level and it is only used for protected images. Use the image functions for...
View Articleklikini on "Disable watermarks for logged-in users"
It works perfectly now!I have it set up so that logged in users see and download (no more full-image.php... I have so it downloads directly) a watermark-free image while guests see and download a...
View Articleklikini on "Disable watermarks for logged-in users"
Hah! It was messed up by the <a href="..." download></a>
View ArticleWurzel555 on "No login option on ZPmobile theme"
Graet thanks I will go and download it. The slideshow is not that important it would just be a nice to have option.Steve
View ArticleWurzel555 on "No login option on ZPmobile theme"
Ok downloaded the zpMobile theme from github and overwritten the one I had already on my webserver. Now I do get a register option on my mobile at the bottom under the footer but still do not get a...
View Article