Closed (fixed)
Project:
Protected Node
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Apr 2009 at 19:19 UTC
Updated:
16 Apr 2009 at 13:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
nhck commentedI created a handler, so you can exclude protected_nodes from a view. Don't know if this is the correct way, its my first time working w/ views.
You need to do this:
Comment #2
nhck commentedI just realized that this does not work due to some preloader views uses.
How to solve this?
Comment #3
nhck commentedI solved this with a hack myself. I attached it for reference - not as a solution. You also need the files attached above.
This patch disables the automatic redirect, if only the teaser of the page is loaded. It much rather strips all information from the node, so it can also be listed. If the title is allowed to be shown the title will be shown in a listing.
Maybe someone will solve this some time in the future.