I'm working on an MS Access style CCK subform field type.
what i've got done so far:
interface for creating and naming relations between content types
a selectable/configurable field type that allows you to select a relation to display, and will display/allow inline editing and creation of "child" nodes of a type specified by the chosen relation
So I remember looking at the book structure of my friends website, and noticing how nice it was. Then when I started creating my own book and made a mistake in nesting the pages correctly, I noticed what a pain it was to change each page, especially when I had lots of pages to change.
So I had the thought that a GUI would be really cool for changing this more easily.
Using flexinode as a point of reference, if you had a non-required field that was empty, the associated title would not be displayed when you viewed the full node.
My question is how do you do this with the CCK? Neither the Contemplate module nor the Views module appear to be able to do this.
Been looking for some sort of "address book" by any other means. I know there's a few CRM modules (LightCRM and CiviCRM), but they seem to be oriented towards community management or tasks of some sorts. There is also the "list users" menu item, however I'm looking for a means of storing contact information for various vendors and suppliers, but not necessarily have to have a user created.
I'm thinking CCK and Views, but didn't know if there was a "better way".
I have been developing a web site for a basketball league, and been using drupal as my CMS. I have edited the event theme file for several things, but one of them currently is not working and I hope this is the place to ask.