Closed (works as designed)
Project:
Drupal core
Version:
7.9
Component:
aggregator.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 21:46 UTC
Updated:
23 Sep 2014 at 18:50 UTC
Jump to comment: Most recent
Comments
Comment #1
mikepmunroe commentedI took a peak at the code in aggregator.processor.inc where this form is defined. From what I can see there is no function defined to take an action on a teaser setting. There is a function to set the values in the teaser drop down, but no function to take any action on that teaser setting.
You will also notice that if you change the setting, it does not stick. For example, if you change the setting to 200 characters, click the 'Save Configuration' button, the teaser drop down will return to the default selection of 600 characters. That would make sense, since it seems the new selected value is not getting saved anywhere for operating on.
Comment #2
kaylsbeth commentedYeah, I noticed that as well. I was able to get the amount to stick thanks to information in a similar issue, but I don't know enough about working in the .inc thread to make any sort of edit that would actually make the teaser appear. So it knows I'm changing the number of characters, but it still has no idea where those characters are supposed to come from. Or so I understand.
Comment #3
dcam commentedThe second issue mentioned in #1 was fixed in #1045786: Length of Trimmed Description.
As for the original issue, it works as designed, although I'll freely admit that it's not clear what this setting does. To quote myself from #2283877: Remove or use Aggregator's teaser_length setting:
So if you're hoping it will change the description length on feed page views, you'll be disappointed. Frankly, I would just use Views to build the page display instead. It has decent integration with Aggregator feed items. If you're displaying fields then you can adjust the description length easily.