Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Feeds Import
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2012 at 06:13 UTC
Updated:
22 Aug 2012 at 17:51 UTC
Hi,
I have a website that imports feeds from Google and turns them in to nodes. The problem is that when they are imported to Drupal 7, the <b> and </b> show up as normal text and do not turn the title into bold text highlighting the search string as the do in Google Reader for example. I've tried getting around the problem with strip_tags, str_replace and preg_replace in node.tpl.php and page.tpl.php but with no success. I was wondering if the removal of these tags could be done directly within the module instead?
Thanks for your time developing this module
Sam
Comments
Comment #1
darvit commentedHave you tried using Feeds Tamper:
http://drupal.org/project/feeds_tamper
Might be a possible solution.
Comment #2
Taxoman commentedYes, use the feeds_tamper module for such things.