yungyaw
02-21-2005, 03:49 PM
I noticed that the image id for the permalink is runing on sequential numbers.
I've once had an error and I have skip a number in the sequence. I would like to reset the image id back so that it follows the sequential number.
I tried to edit the image id manually in the MySQL database. I managed to change the image id for that particular picture, but when I add a new image, the image id will continue from where it left off and not from the number I've changed.
Example:
Entry #1, image id = 36
Entry #2, image id = 38
I changed image id for Entry #2 back to 37, but when I add new image again (Entry #3), the image id will be 39 instead of 38.
Does anyone know how pixelpost keep track of the image id number. Is the any way to reset the image id?
Thanks!
I've once had an error and I have skip a number in the sequence. I would like to reset the image id back so that it follows the sequential number.
I tried to edit the image id manually in the MySQL database. I managed to change the image id for that particular picture, but when I add a new image, the image id will continue from where it left off and not from the number I've changed.
Example:
Entry #1, image id = 36
Entry #2, image id = 38
I changed image id for Entry #2 back to 37, but when I add new image again (Entry #3), the image id will be 39 instead of 38.
Does anyone know how pixelpost keep track of the image id number. Is the any way to reset the image id?
Thanks!