Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
aggregator data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2009 at 08:20 UTC
Updated:
12 Feb 2010 at 00:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedYou need to be very specific. Attaching an export of the view might help, but you need to say which fields you're using, to start with, and precise instructions to get into the situation you're doing. Views has a LOT of options, and I am not going to guess which ones you're using.
Comment #2
beauz commentedHere's an export of the view:
Comment #3
dawehnerCurrently it is used filter_xss for the description. So there should be a custom field handler, which reads out the settings from aggregator and display it.
Comment #4
dawehnerhere is it
Comment #5
sarhugo commentedPatch works.
One improvement: instead of repeat the logic on the handler's render function it's best to just call aggregator_filter_xss on it:
Comment #6
dawehnerVery good idea!
Comment #7
merlinofchaos commentedCan we get an updated patch with the change from #5?
Comment #8
dawehnerhere it is:
Comment #9
merlinofchaos commentedCommited to all 6.x branches. Does not apply to 7.x -- needs porting.
Comment #10
dawehnerand fixed