Sub categories

I’ve not yet delved into the guts of ContentBox yet, so I’m curious to suss out how hard it would be to add sub categories to the built in categories? ContentBox is my first introduction to full on ORM. I’m handy at FarCry but I’d call that ORM lite.

You mean add hierarchy to the categories?

Luis Majano
CEO
Ortus Solutions, Corp

P/F: 1-888-557-8057
Direct: (909) 248-3408

ColdBox Platform: http://www.coldbox.org
ContentBox Platform: http://www.gocontentbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Social: twitter.com/ortussolutions | twitter.com/coldbox | twitter.com/lmajano | twitter.com/gocontentbox

Correct. I suppose it may be as simple as to use the content -> category current CFCs and copy the same type of relationship to category and a new sub category object type. At least that’s my current plan.

You can totally do that then. You would just have to add your own module to maintain them :slight_smile:

Luis Majano
CEO
Ortus Solutions, Corp

P/F: 1-888-557-8057
Direct: (909) 248-3408

ColdBox Platform: http://www.coldbox.org
ContentBox Platform: http://www.gocontentbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Social: twitter.com/ortussolutions | twitter.com/coldbox | twitter.com/lmajano | twitter.com/gocontentbox

On the admin side, where are the fields pulled in? For instance if I wanted to add something to the existing category page for a subcategory, where would I start looking?