I opened a ticket about .htaccess not working to prevent people from hotlinking to images in our gallery, and I thought it was resolved. As it turns out I don't think the problem was with the .htaccess file not working, but with the fact that it only works when the viewer's browser sends http referer headers - and some browsers don't always send those headers.*
So anyway... is there a way to provide tighter restrictions on the images in the gallery, maybe through the forum permissions system? Or could there be?
* It seems that Firefox, for example, has a lot of referer bugs. It doesn't always send those headers when it should, and in addition they make it very easy for users to manually disable them through a config setting.