[TYPO3-ect] db field managment for profiles

Christoph Koehler christoph.koehler at gmail.com
Mon May 15 16:43:49 CEST 2006


Hey guys,

as you may or may not know, I am still working on cwt_community. The  
hardest thing has been the profile editing, so now that it's summer I  
might have some more time to work on something nicer.
What I have been thinking about is something like this:


plugin.tx_cwtcommunity_pi1 {
  username {
    label = User name
    error = The username needs to be at least 6 characters
    eval = string
    layout = input
  }
  dob {
    label = Birthday
    error = Format has to be mm/dd/yyyy
    eval = date
    layout = input
  }
  comments {
    label = About me
    error = there has been an error
    eval = string
    layout = textarea
  }
}

This is just basic stuff, and since I need a nicer solution, I will start  
working on it. I might have something done by the end of the summer, so we  
can make it into a separate extension, put it in the core, scrap it  
altogether, whatever you want.
I don't remember who exactly suggested this on the wiki, but I like the  
idea, so I will make it work.

Christoph



More information about the TYPO3-team-extension-coordination mailing list