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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | activitystream_tags_v1.patch | 3.22 KB | IncrediblyKenzi |
Comments
Comment #1
IncrediblyKenzi commentedThis 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.
Comment #2
akalsey commentedThis patch has been ported and applied to 6.x-2.x-dev