Hi! Forum Access node -dev has integrated the support for moderation of nodecomment. It is a good news in order to have a real working Drupal forum system.

There is one small issue left out. I've just migrated a forum with about 8700 comments converted to nodecomment. I'm using the latest -dev version of forum access, advanced forum and nodecomment. All new nodecomment works fine: the moderation is right thanks to forum access but all the migrated comments cannot be moderated by forum moderators.

On http://drupal.org/node/718242 I've posted a simple solution which can fix the situation: when a forum with forum access which uses default comments is migrated to nodecomment, it needs to update the acl_node table. The migration procedure could check if the forum access is enabled and, insert the correct record into the acl_node table.

You can find how I've solved reading http://drupal.org/node/718242#comment-3135002 and the following replies.

Thanks!

Comments

crea’s picture

Category: bug » feature

Sorry, there's not enough info for me to qualify this as bug. Perhaps, its a missing feature ?. Also I don't use forum access module so I can't contribute anything

crea’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev
crea’s picture

Status: Active » Closed (won't fix)

Looks like it can be fixed in a separate module.