The module simply does not work on D7. The hook_tokens implementation is screening for token types that have not been registered (get-param and post-param).

Also, between the permissions setting on the admin page not existing in the system and the path being incorrect for D7 admin pages, it's hard to get to the settings page - and when you do, only uid 1 can edit it.

The following patch cleans some of this up and hopefully makes this module more usable for D7 sites, as it definitely addresses some much-needed functionality. It's a crude patch at best since I didn't go for implementing hook_token_info (which probably should be added) as I didn't need it for my installation.

Comments

arpieb’s picture

Status: Active » Needs review
StatusFileSize
new2.53 KB

Patch to address this issue

dercheffe’s picture

Issue summary: View changes

Any news about this module? If it works it would be a great extension for token and relating modules like rules.