I have a flexinode type "Library Item" which is categorized for certain library items to have access by different roles.
I have made a VIEWS block to list out the flexi contant "Most Recent Libary Items"
the problem is that i only get the recent list showing the titles of the items that the current user has permissions to see.
I would like ALL the titles to be visible as a teaser for lower roles. In other words i want to see all the items all the time.. but when i click to an item that current user doesnt have access to it either says "no access" or, better yet, a page suggesitng to subscribe to "full member" status
Is this possible without hacking the views code or maybe just table entry for its query. Or do i need to make a php block to do what i want?
Comments
Is this what you are looking
Is this what you are looking for?
Premium
Restricts access to premium content by role.
This is useful on a news or membership site where teasers are available to the general public but the full body is only available to privileged users. Premium nodes appear in listings with full title and teaser available to anyone. If a user does not have adequate privileges, the body is replaced with an administrator-defined message (for example, an invitation to join the site).
Premium features time settings, so premium status can end (protecting latest content), or begin (protecting archived content) after an admin-defined timeframe.
Because this module does not use the node access system, it does not hide items that are unavailable to a user and is more efficient for large sites. Premium Content can be used in conjunction with any node access module to provide advanced access control.
This module is for Drupal 4.7.
http://drupal.org/project/premium
interesting
sounds like an interestnig module but i dont think it is what i am looking for...
i just want a lower role to be able to list the titles of nodes - even though that role won't have access to view the full node.
as it is.. i simply wrote my own custom block for this.
thanks.
Peter Lindstrom
LiquidCMS - Content Management Solution Experts
Peter Lindstrom
LiquidCMS - Content Solution Experts
Same problem
Hi liquidcms,
I have a cck/views list of nodes and I'd like to show them to all users, even the non registered ones.
Can you show me how you did it?
thanks
Paulo