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

darvit’s picture

Have you tried using Feeds Tamper:
http://drupal.org/project/feeds_tamper

Might be a possible solution.

Taxoman’s picture

Version: 7.x-2.0-alpha4 » 7.x-2.x-dev
Component: Code » Feeds Import
Category: task » support
Status: Active » Fixed

Yes, use the feeds_tamper module for such things.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.