Closed (duplicate)
Project:
Viewfield
Version:
5.x-1.2
Component:
User interface
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2007 at 12:06 UTC
Updated:
30 Apr 2008 at 15:13 UTC
How do I alter the view which are available for users to put in their nodes? I don't want absolutely every view on my site at my users' disposal.
Comments
Comment #1
jamesJonas commentedHere is a quick hack, not a long term solution.
(1) modify the viewfield.module
(2) put the word 'Public_' in front of the views you wish to make available.
Long Term:
(1) Create a variable for the Prefix that can be edited by the administrator.
(2) Create a checkbox for including or excluding the default views.
My Use:
User creates a node, which contains a view. This view then recieves specific node parameters via arguments, directly to the view (php), or perhaps via tokens inside the arguments (work in progress). The argument section, which I would customize, would be hidden from the user via the FormFilter.module, thus creating a simple user interface.
Comment #2
darren ohDuplicate of issue 138028.