Closed (won't fix)
Project:
Node Comments
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 May 2008 at 22:05 UTC
Updated:
8 Jul 2009 at 00:15 UTC
Hi,
I was following this thread and liked your fix for the Tracker module: http://drupal.org/node/190304
I am wondering if the same approach can be applied to make Node Comments work with the Forum module? Last time I checked they were incompatible, but if Node Comments has an equivalent for every Comment module function, the approach you used above ought to work to make it compatible with all Comment-dependant modules...?
Just a thought! =)
Comments
Comment #1
sirkitree commentedI'd have to see what exactly is incompatible, but there is also the nodeforum module which is dependent upon nodecomment. There isn't an actual project for it on d.o but you can find it in the cvs repository.
Comment #2
greg.harveyInteresting - I hadn't seen nodeforum before. It raises an interesting point though:
Look at OG. There are loads of sub-modules springing up around it constantly and a whole development effort to support them. Probably necessary with OG, but avoidable with a module like Node Comments.
Effectively, comment.module creates a "commenting API", for want of a better description, which most people use when creating modules which utilise site commenting. It seems to me that if you can universally replace comment.module using the function checking approach, you can dispense with the need for a bunch of parallel development projects for modules which work with nodecomment ... If every function in comment.module was shadowed by nodecomment.module, then you could *always* safely replace one with the other.
What do you think?
I would be happy to help and contribute, if you think this is a good idea. I *hate* the way comments aren't nodes and use nodecomment.module on all my Drupal sites. As far as I'm concerned, it's a core module! ;-)
Comment #3
sirkitree commentedI'm not really up for a whole rewrite myself, I only really took over the project in order to convert it to 6. However if you provide patches, and get at least one other person to test them out, I'll commit.
Comment #4
greg.harveyFair enough. I'll look in to what's involved and keep you posted. =)
Comment #5
peterw commentedany status updates on making this a drop in replacement?
Comment #6
greg.harveyUnfortunately I'm with another client until Feb 2009 and do not require this. So I will not be doing anything until next year, and only on the D6 version, if then. Don't know if anyone else looked at this.
Comment #7
summit commentedHi,
Nodeforum (which uses nodecomment) is live on drupal 5 site www.trekking-world.com and a drupal-friend maintains nodeforum on drupal 6.
Look at www.drupal.org/project/nodeforum
Greetings,
Martijn
Comment #8
greg.harveyThanks Martijn - could be a good stop-gap, but ultimately having several different forums to maintain is not as nice as having nodecomment allow the standard forum to be used. Still, thanks for posting! Module looks good! I might close my Flexiforum module and point people to yours instead, since we are not developing...
Comment #9
kurzweil4 commentedAny updates on getting Node Comment to completely override the standard comment system? Is this even possible?
Comment #10
greg.harveyIt's possible, but I don't think it is done yet. It will be a lot of work.
Comment #11
kurzweil4 commentedIs this project going to be abandoned?
Comment #12
greg.harveyHmm, I just noticed the project page is set to an Abandoned user!! WTF? =(
Don't know. Seems there is no maintainer for now. I will consider picking this up, as it is a useful module, but it's a case of having the time. I have several modules already now.
Edit: emailed sirkitree to find out what's going on...
Comment #13
kurzweil4 commentedThanks for the effort. I can certainly understand about time.
Unfortunately, I am unable to assist because I am new and do not know module making. I am a programmer, but just not knowledgeable in this area.
Comment #14
advseb commentedI think this would be a very important feature. Can anybody estimate how much time an experienced Drupal developer would need to rewrite the module? Are we talking about 2 days or 2 weeks?
Comment #15
zroger commentedHey guys, I've taken over maintainership of the module. Admittedly, nodecomment will not be my primary focus, but it is worth my while to make sure it is maintained.
I am willing to review and commit any sane patches presented, but probably will not get around to implementing many feature requests.
Comment #16
greg.harvey@advseb I reckon about a week to audit all the functions in the Comment module, make sure genuine Nodecomment functions exist and work, create the missing ones and write the function that loads the replacements if Comment is missing.
However, I'm not familiar with the D6 comment structure. There may yet be things that are complicated to port because of the inherent differences between nodes and comments - in other words, it could be opening Pandora's box and take longer...
Comment #17
quicksketchNode Comments will probably never work with the normal forum.module, use nodeforum.module project instead: http://drupal.org/project/nodeforum. We are currently working hard with the Advanced Forum developer Michelle to make it work with Node Comments and Node Forum. However considering the core forum.module is pretty poorly written to begin with, there's no good reason to try and make Node Comments compatible with it when we could be using all the flexibility of Views (for which Node Forum is simply a bridge).
Comment #18
vood002 commentedSubscribing