As Drupal 5.0 is around the corner i am streamlining the modules i have installed ready for the seitch over.

We used the forum access part of this module for sometime but then the idea for private forums became discontinued so i wish to remove it.

However when i disabled both the ACL and the forum access parts of this module my live forums become unusuable, showing 0 posts and no access.

How do i safely remove this from our live site ?

Comments

merlinofchaos’s picture

Execute the following queries in your database:

TRUNCATE node_access;
INSERT INTO node_access VALUES (0, 0, 'all', 1, 0, 0);

This module does get maintained, though I have no plans to expand the module since its functionaly has been integrated into Drupal 5, and the publishing module has never had an issue filed against it.

merlinofchaos’s picture

Title: Wish to remove » How to remove na_arbitrator
merlinofchaos’s picture

Status: Active » Closed (fixed)