Posted by clemens.tolboom on December 20, 2007 at 1:37pm
Jump to:
| Project: | URL Access |
| Version: | 5.x-1.0 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
When securing a node it is only accessible thought the generated url. But when the node is promoted to the frontpage the url is published.
When used for anonymous users, which i want to do, they need view access to the node type. So all nodes of that type are readable to that user. Nodes of the same type not protected by url_access are now in trouble.
Maybe an advice on what to do and how to configure would be nice. My guess is to use an access control module first.
BTW: What is the search api searching for?
Regards and thanks.
Comments
#1
That makes sense, as the module uses path.module. On the site this was developed for, the nodes being protected would never be linked on the site. I think to change this behaviour the code would need to use a menu callback instead of using path.module.
This module isn't meant to handle that use case. You probably want something like content_access.
I'm sorry, what are you referring to?
--Andrew
#2
I don't know 'search api' phrase came from :-/
When your project page get's the same like text as #1 i'm happy ;-) and we can close this on.
--Clemens
#3
I've updated the description page.