Hi,

I'm trying to create a site where members can tag del.icio.us bookmarks and flickr photos with a particular tag. They will then show up in an 'incoming' stream which moderators will sift through and publish the ones they want from that list.

I've tried the various modules and this one is the closest I can see (e.g. the flickr module doesn't import as nodes) so again, before I delve into the code I thought I'd post here and see if a) it's something people have thought about before (couldn't find anything on a search) and b) maybe some pointers if you have any.

Meanwhile, I'll let you know if I get anywhere on this, may just have to leave it out but it just means a lot more non-relevant content for the moderators to sift through.

TIA

Steve

CommentFileSizeAuthor
#1 activitystream_tags_v1.patch3.22 KBIncrediblyKenzi

Comments

IncrediblyKenzi’s picture

Status: Active » Needs review
StatusFileSize
new3.22 KB

This patch addresses the import of tags from rss feeds, and to handle the specific case you have above, you can use views to filter by a specific tag in filters, then if you want a view on a specific tag beyond that, add an argument and supply it at view time.

Note that you must have taxonomy enabled and that the vocabulary you select on the activitystream settings page MUST be associated with the Activity Stream Item node type.

akalsey’s picture

Version: 5.x-1.0 » 6.x-2.x-dev
Status: Needs review » Fixed

This patch has been ported and applied to 6.x-2.x-dev

Status: Fixed » Closed (fixed)

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