Hi,

Thank you for your wonderful module. Access works perfectly, but when showing the term page, the title appears (and the rest of the page naturally empty).

I've tried adding a description to the term (access for members only), but that does not show up either.

Please, is there a way to show a message 'access for members only' or no message when the person does have access. Either way would be fabulous.

Users will not understand why the term page is empty.

Look forward to any reply.

Lilian

PS. I there any capability perhaps that access is restricted after the teaser?

Comments

Dave Cohen’s picture

Status: Active » Closed (works as designed)

There's a reason why the node access modules hide content completely, so that you get not found instead of access denied. The reason is security, in many cases it would be a breach for users to even learn that content exists. So node access modules behave as if the content is not even there. And that's enforced in drupal core. It's really not up to tac_lite to change that.

That's why the premium content module exists. It's designed to do what you suggest. And if that's not exactly what you need, you could write a custom module implementing hook_nodeapi to change the way nodes are loaded and displayed. So there are ways to accomplish this, but tac_lite is not the right module.

nlindley’s picture

That's quite an assumption. Semantically access is denied, not that the page isn't found. I find this confusing as well. Please at least consider this as an option.

Dave Cohen’s picture

As hard as I may think about it, its not my decision, as I already said.

You want something like the premium content module.