[TYPO3-german] sr_feuser_register RTE

Nicolas Puente nicolas.puente at lgb-rlp.de
Mon Feb 13 13:04:52 CET 2012


O.K. Ich verstehe das nicht aber hier nochmal das Bild mit alle neue Felder.

http://www.dehesas-portal.com/test.html

Was habe ich gemacht?
1) Mit Kickstarter neue extension.
2) Fronted Extension ausgewählt.
3) Neue Feldern (input, auswalliste, file).
4) In Template ((html) habe ich die neuen Felder addiert.
5) In TS;
plugin.tx_srfeuserregister_pi1 = USER_INT
plugin.tx_srfeuserregister_pi1 {
    ...
     create.fields = ...., tx_srfeuserpue_desactual, 
tx_srfeuserpue_area, tx_srfeuserpue_espe1, ... alle neue Felder.
     create.requiredFields = ..., tx_srfeuserpue_desactual, 
tx_srfeuserpue_area, tx_srfeuserpue_espe1, tx_srfeuserpue_universidad, 
...(alles bas ich brauche)
     create.evalValues {
         tx_srfeuserpue_agss = required
         email = uniqueLocal, email
         date_of_birth = required, date
         tx_srfeuserpue_institu = required
         tx_srfeuserpue_desactual = required
         tx_srfeuserpue_area = required
         tx_srfeuserpue_universidad = required
         tx_srfeuserpue_espe1 = required
     }
     Gleich wie oben für : edit.requiredFields, edit.fields, edit.evalValues
    _LOCAL_LANG.es {
          .........
          fe_users{
             static_info_country= País:
             zone= Región:
             .......
         }
    }
    parseValues {
         name = trim
         first_name = trim
         last_name = trim
         email = lower,nospace,trim
         date_of_birth = date
     }
     parseFromDBValues {
         date_of_birth = adodb_date
      }
      parseToDBValues {
         date_of_birth = adodb_date
     }
}
Das was.

Grüß

Nicolas





More information about the TYPO3-german mailing list