got images working the way i like them to, no fancy ajax tho, but URL linking and upload to database is working wonderfully.
also added some more permissions/checks you can now setup users/usergroups to:
allow/disallow use of the comment system
allow/disallow use of the garage (members cant put their cars in the garage)
allow/disallow use of the garage entirely (if user is disallowed they cant access any garage features, even viewing other garages)
allow/disallow use of images (global disable of images, URL and uploaded)
allow/disallow image upload to database (URL linking is allowed)
allow/disallow use of images on vehicles, modifications, timeslips and dynocharts
thumbnail creation is working for the database stored images, remote linked images are just resized via html (width=100) dont want to put any extra strain on the server by fetching and reprocessing linked image files, should i add another field so you can link to a thumbnail? or just keep it with the HTML resize (this will suck for large remote linked images if user isnt on broadband as the full image gets downloaded even tho it looks small)
|