Hi,
A couple of questions:
1) where can I find the code to modify to send a custom message when a user requests a new password? I have been through pretty much every file and cant see the wood for the trees....
2) using 'queueSizeLimit': '', in admin upload I can set a maximum number of images for a user to upload. is there anyway of "locking" an album so once a user has uploaded their limit they have to delete images before they can add more?
Thanks in advance
S
Comments
2. A good way to do this is to set `queueSizeLimit` dynamically based on how many images are currently in the album. To find out how many images are in a user's album, you can use Zenphoto functions (or even a filesystem call if you have a way of determining the user's directory name).
So if you have the maximum number of images per album defined, you can do something like:
`queueSizeLimit = MAX_IMAGES_PER_ALBUM - $currentUserNumImages;`
2) Which function sets the maximum number of images in an album? If i can set that problem solved...
S
Could someone point me in the right direction here... I know less than nothing about php...
This is the last bit that needs to be implemented before we put the project live... and its gonna be a good one...
S
As a last thought, would anyone be able to write this function and what would you charge for doing so?
S