I just upgraded my site from Drupal 6 to 7 and now the "report to mollom and unpublish/delete" options are missing from the /admin/content page.
So now, I have to either unpublish spam posts without reporting them to mollom, or I have to delete them individually to report them.

I tried searching on the net and in the existing issues but couldn't find anything.
Please let me know what went wrong.

It was working fine on Drupal 6
I'm using the sky theme, if it helps.

Thanks a lot!
(Great module btw)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

The Mollom module integrates with the "Delete" bulk operation now.

This means that you should be able to select multiple posts and select "Delete". On the following confirmation page, you should see the "Report to Mollom" options (once for all posts that will be deleted).

grahamvalue’s picture

Hello Sun,

Thank you for your reply!

I've attached screen shots of the relevant pages here (obfuscated for security).

AdminContent.jpg is the page which used to have the "report to mollom and unpublish/delete" options in the Drupal-6/sky theme combination.
They are no longer there in the Drupal-7/sky theme combination.

BulkConfirmation.jpg does not show any options to "report to mollom and delete" either.

IndividualDelete.jpg is the only place that now has the option.
And this does not work if you want to just unpublish and report to mollom.
You're forced to delete the node to report to mollom.

grahamvalue’s picture

Status: Postponed (maintainer needs more info) » Active

Changing back to active

sun’s picture

Title: "report to mollom and unpublish/delete" options missing in /admin/content » Report to Mollom options missing when bulk-deleting nodes
Version: 7.x-2.5 » 7.x-2.x-dev
Component: User interface » Code
Status: Active » Needs review
Issue tags: +Needs backport to D6
FileSize
726 bytes

Oh. Sorry. You're right, the options are indeed missing when bulk-deleting nodes.

Attached patch fixes that bug.


With regard to unpublishing:
Posts can no longer be reported to Mollom when just unpublishing them. That is, because unpublishing a post instead of deleting it inherently means that you're essentially "not sure" about the post. If you were sure, you would delete it. Therefore, any kind of feedback that would be sent to Mollom would not necessarily be ultimate. Since Mollom actively incorporates all feedback that is sent to Mollom for future classifications, the feedback that it gets needs to be solid.

sun’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
FileSize
2.19 KB

Committed to 7.x-2.x.

Backported to 6.x-2.x.

sun’s picture

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

Thanks for reporting, reviewing, and testing! Committed to all 2.x branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

grahamvalue’s picture

Thanks a lot for your help, Sun!
I'll wait for the next official release.

sun’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
Status: Fixed » Needs review
FileSize
1.21 KB

Apparently, D6 has the same problem for comments.

Attached patch backports the relevant integration functions from D7 (surprisingly, 100% identical).

sun’s picture

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

Also committed the follow-up patch for comments.

Please note that there will be new stable releases later today.

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

  • Commit 3d950a6 on 7.x-2.x, 8.x-2.x, fbajs, actions by sun:
    - #1965676 by sun: Fixed Report to Mollom options are missing when bulk-...

  • Commit 3d950a6 on 7.x-2.x, 8.x-2.x, fbajs, actions by sun:
    - #1965676 by sun: Fixed Report to Mollom options are missing when bulk-...