Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
file, image and article counter
Hello,
is it possible to reset the file counter??
The problem is, that I want to delete all the pdf-versions of my articles and after that start by zero with counting, so that the pdf has a more or less corresponding id to the article id.
It is not really a problem, but I wondered why the file counter doesn’t recognize deleted files ….
Thanks for answers and sorry for my English.
whocarez
Offline
#2 2008-07-26 19:40:48
- aba
- Plugin Author
- Registered: 2004-04-14
- Posts: 119
Re: file, image and article counter
ALTER TABLE `txp_file` AUTO_INCREMENT = 1;
Offline
Re: file, image and article counter
Thanks …
Offline
Pages: 1