Active
Project:
Views Tagadelic
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2009 at 23:29 UTC
Updated:
14 Jun 2009 at 23:37 UTC
Does anybody know how to set up views tagadelic to show only terms of nodes where the user has access permissions? And how to respect the node status (I don't want to show terms of unpublished nodes). Thanks
BTW. for the current temporary solution for the node status see issue #285245: Views Tagadelic Port to drupal 6 with views 2 comment #47.
Comments
Comment #1
osopolarAt the moment I changed the sql-query in the function template_preprocess_views_view_tagadelic (in file theme.inc) to:
But I don't like this solution, because it's not dynamic and doesn't respect access restrictions by other modules.