In the 5.x-3.x version of the spam module you can configure individual spam filters by visiting "Administer >> Site configuration >> Spam >> Filters" and then selecting either "Custom", "Duplicate" or "Node age" from the submenu. In the 6.x-1.x-dev version of the Spam module, these submenus are not visible, so it is not possible to configure the "Custom", "Duplicate" or "Node age" spam filter modules.

Comments

coreyp_1’s picture

Status: Active » Needs review
StatusFileSize
new3.01 KB

They were missing the "access arguments" declaration.

TBarregren’s picture

I've reviewed and tested the patch. It works as expected and looks correct.

coltrane’s picture

Title: Unable to configure spam filter modules » Filters not configurable because missing access arguments
StatusFileSize
new3.49 KB

Patch in #1 doesn't apply well so here's a reroll from the base spam directory. Besides setting menu item access arguments the patch removes call to _custom_upgrade() in theme_custom_admin_settings(). This looks correct as this function is not available though there is custom_upgrade() in custom-upgrade.inc so I leave this for review.

asak’s picture

Successfully applied patch in #3 - now i can configure the spam filters.

Notice: update is required for changes to take effect.

asak’s picture

Seems this doesn't solve the custom filter problem from here - http://drupal.org/node/351373.

gnassar’s picture

This was a change in Drupal 6.2; prior to this the access arguments were inherited and this wasn't necessary.

Committed. Thank you for the patch.

gnassar’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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