I ran into a voting problem..
Example:
A user has uploaded the maximum pictures he is allowed.. OK
He wants to upload a new one.. but as he has not enough space left he "
Replaces" an image (in editimage.php)
Works fine...
NOW that image is replaced but keeps ALL the votes of the old image..
as it
keeps the image id...
We could delete the votes when replacement is done.. but the users that have voted on the old picture
still have the cookie.. so they wouldn't be able to vote on the new one..
Has anybody an idea how to find a solution to this (except getting rid of the "replace image" in edit image)?
[EDIT]
I think i will simply remove the "replace image" .. because the the problem arises in the replies also.. :
Example: in a car forum, a user replaces the image of a ford mustang with one of a volkswagen beetle... he changes the category from "mustangs" to "beetles" so the image shows up in the correct category, but still have all the replies for the mustang image..[EDIT]
Luc