Closed (won't fix)
Project:
Simple Access
Version:
master
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2006 at 15:19 UTC
Updated:
23 Jul 2006 at 12:57 UTC
I'd like to be able to see, on the node if it was private. My node.tpl.php will output something like
( categories: Lubbock | Testing ) admin's blog | add new comment
I'd like it to say something like
Private ( categories: Lubbock | Testing ) admin's blog | add new comment
I'll work on this for my own site, but I thought I'd make a feature request as well.
Comments
Comment #1
gordon commentedThis is a good idea, except I do not feel that it should be in simple_access.
I would create new module what could be used for all node access modules and all it needs to do check the node_access table to see if the gid is set to 0. I think you will need to do some investigation on the node arbitrator module as it does something different.