[TYPO3-english] problems with comments field when editing user profiles (FE)

Tomas Norre Mikkelsen tomas at pohldata.dk
Mon Nov 10 09:06:36 CET 2008


On Man, November 10, 2008 01:28, Jigal van Hemert wrote:
> Regarding your rendering problem, I think that cwt_feedit cannot
> properly render the comments field because it was added by
> sr_feuser_register. When cwt_feedit loads the TCA it has to merge the
> definitions from other extensions with it.
> in class.tx_cwtcommunity_pi1.php a few lines below the place where you
> added stuff to the $items array you will need to add sr_feuser_register
> to the $ext_keys array:
>
> $form = t3lib_div::makeInstance('tx_cwtfeedit_pi1');
> $form->init($table, $items, $record_uid, $cruser_id,
> $GLOBALS["TSFE"]->id, array(), $this,
> array("cwt_community_user","sr_feuser_register"), false,
> $isHashingEnabled);

Didn't work, but i have to look in this direction i think.. Thank you.


--
Tomas Norre Mikkelsen
Pohl Data A/S


More information about the TYPO3-english mailing list