Banning only works from the IP Ban tab's form submission. Clicking a link to ban an IP doesn't even appear to have a switch case in troll_ip_ban() to handle the GET input and pass the IP to troll_insert_ip().

Comments

deekayen’s picture

Version: master » 5.x-1.x-dev
Status: Active » Fixed

Added the needed hook_menu item in DRUPAL-5. I don't have a Drupal 4.7 install to test a backport.

Anonymous’s picture

Status: Fixed » Closed (fixed)