I previously posted about my search for my ideal content access module. Since then I've done a lot of searching and digging through the source code of all the most popular content access modules. I've come to realize there was really no module currently out there that had the features I was looking for. A quick review of the feature wish list:
The built-in Drupal node access system is not really ideal for this direction since there's absolutely no middle ground between, "This user can view the node" and "OMG! Hide this node completely!" So today I started Restricted content, a yet-another-but-totally-different node access module. After only a couple hours of coding, it seems to be working fairly well, minus any kind of testing framework (I swear I'll get right on it webchick!). The content restriction messages shown to the user are customizable and can be integrated with token for some cool token replacement. For anyone daring enough to try it or even just take a look at the code, your comments and feedback are wanted and welcome here or in the issue queue. Hopefully some of you can find this useful like I have!
UPDATE: I have put my solution in a new module, Restricted Content, detailed in a later blog post.
I've been looking through all the Drupal content access modules for a nice module to use on my other blog, davenjenny.com. I've been looking for the following features:
Probably the closest thing to what I'm looking for is the Node Privacy by Role or Content Access modules, but I'm almost leaning towards rolling my own module.