PDA

View Full Version : Category ID Question


dcristo
06-01-2006, 01:14 PM
There is something I wanna do using php code whereby I will use categories within a specific range.

I want to be able to change the category id of certain specific categories.

Is it possible to force certain categories to be a specific category id number?

If so, how would you go about doing this?

Cheers

anon
06-01-2006, 01:22 PM
if you change your category id, you better make sure you reset the structure to which it holds. if it's a parent category, you will have to remake every child coorespond to that net id. if it is already a child, and has more children cats under it, the same things as mentione first applies as well.

dcristo
06-01-2006, 01:26 PM
All the categories I wanna change are child categories.

Is this difficult to do? Is it performed in PHP My Admin?

If the child category contains listings, are these maintained?