Yah, I've looked over TCAdefaults again, and in User TS Config I'm using: TCAdefaults.pages.doktype = 2 TCAdefaults.tt_content.CType = textpic
The first line defaults my page type to "Advanced", and the second line sets my default content type to "Text w/ Image". This combined with restrictions on page types and content types allows me to force users to create certain page types and content types ONLY. And they won't get annoying errors, either. James -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Georg Rehfeld Sent: Wednesday, June 06, 2007 5:35 PM To: TYPO3 English Subject: Re: [TYPO3] Default content types Hi James, all, James Corell wrote: > # Set default page type to "Advanced" > TCAdefaults.tt_content.doktype = 2 should actually be: # Set default page type to "Advanced" TCAdefaults.pages.doctype = 2 regards, Georg -- ___ ___ | + | |__ Georg Rehfeld Woltmanstr. 12 20097 Hamburg |_|_\ |___ [EMAIL PROTECTED] +49 (40) 23 53 27 10 (Delete .nospam from mail address) _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
