Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-07-26 18:18:56

whocarez
Plugin Author
From: Germany/Ukraine
Registered: 2007-10-08
Posts: 305
Website GitHub Twitter

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

#3 2008-07-26 20:47:38

whocarez
Plugin Author
From: Germany/Ukraine
Registered: 2007-10-08
Posts: 305
Website GitHub Twitter

Re: file, image and article counter

Thanks …

Offline

Board footer

Powered by FluxBB