Closed (fixed)
Project:
SimpleFeed
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Oct 2007 at 18:10 UTC
Updated:
19 Oct 2007 at 13:13 UTC
Hi,
parsing del.icio.us feeds I ran into the problem that all tags in delicious (separated by spaces) are interpreted as one category by Drupal (yeah, since the separator here is a ","). Where would I need to tweak the module to get separate categories for each tag?
Cheers
Markus
Comments
Comment #1
markusH commentedFound the place. In simplefeed_item.module replace the lines
with
This simply replaces all spaces from with commas. Now all del.icio.us categoies get imported correctly.
We adopeted the del.icio.us category naming conventions for Drupal as well. So this does the job for us. However, if you are trying to import categories from other sources than del.icio.us you might want to put some logic depending on the source.
Comment #2
markusH commented