After installing and enabling the module, I find the content type form (Admin/Content Types/...) doesn't include any option with which I can set the teaser length. Though I can see "Override this for individual content types at the content types page." on the Post settings page.
My Durpal core is 6.12, and the content type form is modified by the following modules:
- auto_nodetitle
- location
- og
- fivestar
- nodeimages
- unique_field
It might be too much but I assume they all are necessary for the site... I browsed the codes of teaserbytype.module but did get an idea about the problem. Could you please give any tips on the possible cause? Thank you!
Comments
Comment #1
joachim commentedBest palce to start a debug is to do a dsm($form_id) at the top of hook_form_alter. You'll need devel module for that.
See what the form id is and that will show you why teaser by type isn't modifying the form.
Comment #2
askit commentedThank you for the tips. I finally worked out the teaser length issue with alternative solution.
Comment #3
joachim commentedDid you find what was preventing this module's settings from showing on the node type form?
Comment #4
askit commentedNot found. I actually gave it up