So now that I've got this great module installed, I would love to be able to Mass Moderate all existing content for the Nodes that I have selected to moderate in the admin/settings/moderation page.

I have tons of existing content that I would like to "moderate." If there was an option in the admin settings, it would be great.

In the meantime, can you let us know where the setting is stored in SQL so that I can write a SQL statement to set it on for all my nodes?

Cheers.

Comments

cookiesunshinex’s picture

Here is the SQL code for the nodes

update moderation_moderation SET status = "1" where status = "0"
bjcool’s picture

subscribe

avpaderno’s picture

Version: 6.x-1.4 » 6.x-1.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, since it's for a Drupal version no longer supported.