Installed the 6.x-3.0-alpha1 release on D6.10 and found:
- it doesn't appear in the Permissions list
- the admin/settings/freelinking config page is only available to the Drupal root user (UID #1)
- the filter doesn't appear in the admin/settings/filters list (not admin/filters as described in INSTALL.txt)

I've never had any version of Freelinking installed before, so I wonder if previous installations leave something behind which allows this version to work? I can't use it at all.

Comments

adam_b’s picture

Sorry, correction - the filter does appear in the /admin/settings/filters/add list, but still doesn't appear to work, and the instructions don't appear in the "Input Format" area beneath the body text.

I've tried v6.x-1.7 and that seems to work as expected.

Grayside’s picture

Needs to implement hook_perm.

Grayside’s picture

Version: 6.x-3.0-alpha1 » 6.x-3.x-dev
Status: Active » Fixed

Fixed in 3.x-dev.

If you want to correct it in an alpha, just add:

function freelinking_perm() {
  return array('administer freelinking');
}

Anywhere in freelinking.module.

Status: Fixed » Closed (fixed)

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