Hello everyone,
I just discovered a cool feature in Piwigo.com!
It's the Album Notification link.
ShareAlbum plugin only lets you share Private Albums
if photo's 'Who can see?' is set to 'Everyone'.
With the Album Notification link you can send a link to a Private album
with photos marked '(Admin,) Family' or '(Admin,) Family & Friends'.
For my use case, and explanation of a setup see:
https://piwigo.org/forum/viewtopic.php?id=32448
Just made important change to guide. Please revisit link if interested
My request:
The Album Notification link is valid for 3 days.
Could this be extended to 7 or even 14 or 30 days?
3 days is very short for busy contacts!
The link could be expired before they have the chance to view.
Kind regards, tkrr
Last edited by tkrr (2022-12-19 07:55:15)
Offline
Just made important change to guide. Please revisit link if interested
Offline
The authkey duration is a configurable value, from include/config_default.inc.php
// how long does the authentication key stays valid, in seconds. 3 days by // default. 0 to disable. $conf['auth_key_duration'] = 3*24*60*60;
so adding that with a different value to the local configuration (using LocalFiles Editor) could work; I don't know if this is applicable to piwigo.com.
Offline
erAck wrote:
I don't know if this is applicable to piwigo.com.
It's not. Piwigo.com clients have no access to the local configuration. It must be asked to Piwigo.com support :-)
Offline
Thanks erAck and plg for your response!
I think I will email Support then.
Offline