drupal 6

Default core comment moderation in Drupal is straightforward - any role with "administer comments" permission can view a page that list all comments in moderation. The user then can bulk delete and publish them as needed. A fair share of contrib modules have tackled comment moderation in different ways to make the UI more user friendly - Comment Publish, User Comment to name a few.

Recently I was writing an update for a site that required that Domain Taxonomy module be installed on the site and all current forums be published in site's default language and to all domains. I was also decided that Forum vocabulary should be with per term languages (yes, that makes forums per language and per domain).

Normally one would write the updates in the following order: