Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Split a category into subcategories

Quote Reply
Re: Split a category into subcategories In reply to
If you are comfortable with SQL, it might be easier. Get a list of the ID's you want to move, and then do a:

UPDATE CatLinks SET CategoryID = new_category_id WHERE LinkID IN (list of id's to move)

and that will move them all. You will need to do a Repair Tables after this to fix the link counts.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Split a category into subcategories banana 1861 Aug 27, 2001, 1:26 PM
Post Re: Split a category into subcategories
Alex 1793 Aug 28, 2001, 10:09 AM
Thread Re: Split a category into subcategories
pugdog 1764 Aug 30, 2001, 12:12 AM
Post Re: Split a category into subcategories
banana 1761 Aug 30, 2001, 6:23 AM