Discuss non-nodes?

Michelle - June 23, 2008 - 00:51
Project:Discuss This!
Version:5.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:spiderman
Status:postponed
Description

I've been thinking for some time about pulling in some local feeds to add interesting topics to my site. This causes a dilemma, though, because I'd like for people to be able to comment on the feed items but I don't want to clutter my site with tons and tons of nodes. So I thought it would be cool to add a link to the items that say "Discuss this in the forums" which would create a forum topic with a copy of the feed text in a blockquote or maybe as the main node with them set to enter a comment.

Do you think your module could be adapted to do something like this? I haven't had a chance to look at the code, yet. Just wondering what your feelings on that are.

Thanks,

Michelle

#1

spiderman - June 23, 2008 - 17:16

This is an interesting idea, and one that resonates with a desire I've had in the past. Typically I've tried to use the "rss items as nodes" approach, but this tends to not work well, and as you say, produces ridiculous numbers of nodes very quickly.

That said, my primary focus for the time being is on making this work for my current client. While it's possible this feature will be useful to them, I haven't heard anything about it yet. Bottom line: if there's an easy way to incorporate this idea (ie. you provide a patch, or I see an obvious/easy tweak), I'm definitely into it :)

Thanks,
Derek

#2

Michelle - June 23, 2008 - 17:20
Status:active» postponed

I can totally sympathise with the "Sounds cool, patches welcome" feeling. :) I'd be willing to do the coding but, honestly, this is not something I'll get to in the near future so I'm marking it postponed. If you don't want it cluttering your queue, you can close it. When I get to a point in my to do list that I can take a good look at it, I'll let you know.

Thanks for considering it,

Michelle

#3

spiderman - June 23, 2008 - 17:33
Assigned to:Anonymous» spiderman

Cool, no sweat- I'll leave it postponed but assign it to myself so I don't forget about it, and let you know if I notice an easy way to accomplish it :)

#4

spiderman - June 25, 2008 - 20:33

a fresh thought on this from a co-worker today: perhaps this feature could be accomplished in the same way that the "blog it" feature works from the blog.module.

the trick with integrating this into discussthis.module is that, because rss items are not proper nodes, tracking a mapping between items and the forum topics discussing them is somewhat different from just a simple nid -> nid relation. nonetheless, it may be a straightforward extension of the current logic to track what "type" of object is being discussed, a generic "id" for that object type, and the topic nid which corresponds to it.

also, it's not obvious how to select what forum these discussions would go into (except on a global level, which might be good enough), and we don't necessarily want the link to be displayed in the same way (which could just be dealt with at a theme level, I suppose)

#5

Michelle - June 25, 2008 - 23:51

FWIW, I just want to generate the forum post and am not concerned about maintaining a link back to the RSS item. Basically, the text of the RSS item (along with an attribution) would become the text of the forum post and the discussion would carry on from there. If there is a way to make sure anyone else trying to discuss the item goes to the already exising forum post instead of creating another, that would be great. But I don't need any more link than that for my purposes.

Thanks,

Michelle

 
 

Drupal is a registered trademark of Dries Buytaert.