Notes/Drupal

edit
revisions

what's new
search
help

kiwi


Creating custom content

- CCK or Views

Questions:

  • How to freely tag any node ?
    • Taxonomy is the way for admins, but what about users ?
  • How to query the nodes using specific criteria like:
    • with content like
    • with parent like
    • with tag like
    • with date like
    • is there an easy API for that ?
  • How to create new content types ?
  • In particular, how to create composite types ? (made of multiple nodes)
  • How to create a new node programmatically ?
    • In particular, how to do this using an HTTP interface ?
  • How to set a specific workflow for a content element ?
    • In particular, how to create a state machine for the element lifecycle
    • See Case Tracker
  • Multiple Authorship:
    • Can one content element have many different authors ?
  • Content Modification Tracking
    • Can we keep track of the modifications made to a node ?
    • Can we go back and forth in time for a content node ?
    • Can we get a feed of the modifications for one content node ?

Noticable:

Terminology

  • CCK:Group
  • CCK:Field

Tutorials

Interesting modules

Mysterious, but interesting:

  • Subform, but not clear what it does... seems like it eases "composite node"
  • Taxonomy fields
  • Inventory allows to set quantities for items. Also a good and simple exemple of how to do a CCK module.
  • Viewfield pipes views into nodes

Links

last modified on February 13, 2008, at 09:57 AM

© type-z.org and its contributing authors, 2001-2004.
Content is licensed under a Creative Commons License.