Closed (won't fix)
Project:
Better Formats
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2009 at 02:35 UTC
Updated:
27 Jan 2016 at 02:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dragonwize commentedDrupal 6 already provides that functionality in core and it works as described.
Comment #2
greta_drupal commentedAfraid not -- on both counts. Observe in the attached screenshot. The Teaser form field (top one), shows WYSIWYG controls -- using the Input Filters default. Whereas, the Body form field (bottom one), shows _no_ WYSIWYG controls and a modified label for input filter -- a result of Better Formats default settings.
Comment #3
dragonwize commentedYour setup is being modified by some other code then. Drupal 6 core even with the wysiwyg module installed allows for a different teaser and body by unchecking the checkbox above the body field.
Comment #4
sgabe commented@dragonwize: you are right, but I think you got it wrong. There is an issue, which greta_drupal was trying to point out. If we use a completely separate teaser field e.g. Excerpt module (like she mentioned too), the default settings by this module don't apply. This can be fixed with a custom module, but would be better if Better Formats would support Excerpt. See the attached patch.
Comment #5
sgabe commentedComment #6
dragonwize commentedOther modules will be able to take advantage of BF in 3.x.
Comment #7
sgabe commentedThat is awesome, but why this could not get in until then? I think 3.x is very far yet and this has not major impact which would need new API system.
Comment #8
dragonwize commentedActually it does need a new API to give the requested customization that has been requested for other modules. If you want to have an except and still use BF I would suggest using either Drupal core's summary/teaser functionality or use a CCK text field instead of the Excerpt module which will achieve the same thing and works with BF already.
Comment #9
dragonwize commented6.x is now unsupported.