source: sipes/modules_contrib/views_dynamic_fields/README.txt @ 6e81fb4

stableversion-3.0
Last change on this file since 6e81fb4 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 2.1 KB
Línea 
1
2-- SUMMARY --
3
4The Views Dynamic Fields module provides a filter for use with Views module.
5This filter allows the user to pick and choose which fields to display for a rendered
6instance of a view for that user. This provides a customized view instance for each user.
7 
8This module provides additional value when used with the Views Excel Export module
9(http://drupal.org/project/views_export_xls) to generate an xls file from a view.
10The xls file will only display the fields you have chosen on the rendered view instance in browser.
11
12
13-- REQUIREMENTS --
14
15This module depends on the Views (http://drupal.org/project/views) module.
16
17
18-- INSTALLATION --
19
20 1. Place the entirety of this directory in sites/all/modules/views_dynamic_fields
21 2. Navigate to administer >> build >> modules. Enable views_dynamic_fields.
22 
23 
24-- CONFIGURATION --
25
26None.
27
28
29-- USAGE --
30
31  1.  Create (or edit) a View by navigating to site building >> views >> add
32  2.  Click on '+' near Filters to add a filter
33  3.  Under 'Node', choose 'Node: Dynamic Fields'
34  4.  Choose 'Provide exclusion mode' if you want the user to use the selected list of fields
35      to be 'excluded' from the view output. If this is not checked, then the selection list
36      will be included in the view and the unchecked fields will be excluded.
37  5.  Click Update
38  6.  Choose 'Expose' (this filter is to be used as an exposed filter)
39  7.  More default filter options
40  8.  Click Update
41  9.  Add fields and other items to your view
42  10. Make sure you have a 'path' set for a 'page' display of the view
43  11. Click Save to save your view to the database.
44  12. Navigate to the url set for the view. You should now see a list of fields of that view
45      with a checkbox next to each.
46  13. Select the list of fields that you want to include/exclude (see step 4) in the current displayed instance
47  14. Click Apply to see the view displayed with only the fields chosen
48 
49 
50-- TROUBLESHOOTING --
51
52* If you are not seeing the filter with the list of fields with checkboxes,
53  make sure you have 'exposed' the 'Node: Dynamic Fields' filter
54 
55-- CONTACT --
56
57* Girish Nair (girishmuraly) - http://drupal.org/user/61249
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.