Closed (fixed)
Project:
Teaser by Content Type
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2008 at 18:42 UTC
Updated:
6 Feb 2009 at 00:20 UTC
I don't see how this module works. I put it in my /modules/ directory and enabled it in the Admin interface. Now what? I looked at each content type settings, and I don't see anything at all about teaser length.
Comments
Comment #1
joachim commentedWhich version of Drupal core are you using? Maybe something's been changed in the Forms API since I tested this on an early release of 6.
Comment #2
stevebo77 commentedI'm having no joy on core 6.8 right now either.. The teaser module installs fine and displays its help text but there are no new additions to the content types section of admin.
Comment #3
joachim commentedI've just upgraded my development site for this module to 6.8 and I see it fine.
Look under 'Workflow settings' you should see 'Length of trimmed posts'.
Comment #4
bcn commentedUsing drupal 6.9, I am not seeing the "length of trimmed post" under workflow settings... Maybe another module and this are conflicting?
Comment #5
joachim commentedCan you output $form in hook_form_alter to check?
Comment #6
bcn commentedHi Joachim,
I was about to make the check you suggested, at which point I noticed that half of the .module file was missing... After re-uploading, everything works just fine...
Sorry for the false alarm!