I’ve received a little guidance on how to use phpMyAdmin to batch import my categories:
0. backup database
1. export categories table as a .csv file
2. use the same cell structure to setup a batch of categories in excel
3. export back out to .csv with variables enclosed in double quotes
4. the categories show up the EE2 control panel Admin>Channel Entries>Categories view
5. but the categories added through phpMyAdmin don’t show up when using EE tags like the following?
{exp:channel:categories channel="profile"}
{category_name}
{/exp:channel:categories}So the categories look like they’ve been added successfully but they aren’t accessible via tags? Only the categories added manually through the control panel show up? Any ideas on what I could be leaving out of the equation. THIS IS KILLING ME!