Hi @s512, a couple of small things from my initial look just now.
The first time I got an error when uploading a photo because the filesize was too big, but no mention of the actual size limit. Have you thought of looking at something to resize on upload? The forum software has this built in (uses ImageMagick PECL Extension) which means people don't have to edit their images before uploading as long as the raw file is less than 10MB in size. Usually compresses them down to a few hundred KB. Just makes things more user friendly, while keeping your disk space requirements in check.
Also, uploaded pictures need to be square, but it doesn't mention that anywhere. Means people have to edit their pictures before uploading, or this happens.
Gaz
The first time I got an error when uploading a photo because the filesize was too big, but no mention of the actual size limit. Have you thought of looking at something to resize on upload? The forum software has this built in (uses ImageMagick PECL Extension) which means people don't have to edit their images before uploading as long as the raw file is less than 10MB in size. Usually compresses them down to a few hundred KB. Just makes things more user friendly, while keeping your disk space requirements in check.
Also, uploaded pictures need to be square, but it doesn't mention that anywhere. Means people have to edit their pictures before uploading, or this happens.
Gaz