[Typo3] Problems rendering extended sr_feusers_register fields
Oliver Klee
typo3-german-01 at oliverklee.de
Thu Jun 2 18:26:18 CEST 2005
Hi,
Christopher wrote:
> The contradiction (?) seems to be in the sr_feuser_register extension
> manual [1], where it says:
>
> "The HTML for a field named myNewFieldName in the CREATE, INVITE and
> EDIT subparts would look like:
>
> <!--###SUB_INCLUDED_FIELD_myNewFieldName###-->"
>
>
> ...but with no mention of the extension key.
If you look into your extension's ext_tables.sql file, you'll find the
names of the fields which your extension adds. Usually, the extension
name should be part of the field names: The Kickstarter does it this
way, and the EM complains if any extension field names are different.
So, you have to use the complete field name (which may contain the
extension name, but sometimes it doesn't).
Regards
Oliver
More information about the TYPO3-english
mailing list