You are here

README.txt in Views (for Drupal 7) 7.3

Same filename in this branch
  1. 7.3 README.txt
  2. 7.3 tests/README.txt
  3. 7.3 test_templates/README.txt
Same filename and directory in other branches
  1. 5 README.txt
  2. 6.3 README.txt
  3. 6.2 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Troubleshooting


INTRODUCTION
------------

The Views module allows you to fetch content from the database and present it
to the user in a number of ways (lists, posts, maps, graphs, galleries, tables,
menu items, blocks, reports, forum posts, and so on).

Views provides a graphical interface to an SQL query builder that can access
virtually any information in your database, and then display it in any format.

You can also use Views to present related content. For example, you can
display a list of users along with links to the content they have created.

NOTE: Some of the advanced features require additional modules to be installed.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/views

 * To submit bug reports and feature suggestions, or track changes:
   https://www.drupal.org/project/issues/views

 * To find additional modules extending the functionality of Views:
   https://drupal.org/taxonomy/term/89


REQUIREMENTS
------------

This module requires the following modules:

 * Chaos tool suite (ctools) (https://drupal.org/project/ctools)


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. Visit
   https://www.drupal.org/node/895232/ for further information.

Navigate to administer >> modules. Enable Views and Views UI.


CONFIGURATION
-------------

 * Configure the user permissions in Administration » People » Permissions:

   - Administer views

     Access the views administration pages.

   - Bypass views access control

     Bypass access control when accessing views.

 * Customize Views settings in Administration » Structure » Views » Settings.
   Use the 'Basic' and 'Advanced' tabs to configure Views.


TROUBLESHOOTING
---------------

 * Additional help is available by installing the Advanced Help module at:
   https://drupal.org/project/advanced_help

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Troubleshooting
  8. INTRODUCTION
  9. ------------
  10. The Views module allows you to fetch content from the database and present it
  11. to the user in a number of ways (lists, posts, maps, graphs, galleries, tables,
  12. menu items, blocks, reports, forum posts, and so on).
  13. Views provides a graphical interface to an SQL query builder that can access
  14. virtually any information in your database, and then display it in any format.
  15. You can also use Views to present related content. For example, you can
  16. display a list of users along with links to the content they have created.
  17. NOTE: Some of the advanced features require additional modules to be installed.
  18. * For a full description of the module, visit the project page:
  19. https://www.drupal.org/project/views
  20. * To submit bug reports and feature suggestions, or track changes:
  21. https://www.drupal.org/project/issues/views
  22. * To find additional modules extending the functionality of Views:
  23. https://drupal.org/taxonomy/term/89
  24. REQUIREMENTS
  25. ------------
  26. This module requires the following modules:
  27. * Chaos tool suite (ctools) (https://drupal.org/project/ctools)
  28. INSTALLATION
  29. ------------
  30. * Install as you would normally install a contributed Drupal module. Visit
  31. https://www.drupal.org/node/895232/ for further information.
  32. Navigate to administer >> modules. Enable Views and Views UI.
  33. CONFIGURATION
  34. -------------
  35. * Configure the user permissions in Administration » People » Permissions:
  36. - Administer views
  37. Access the views administration pages.
  38. - Bypass views access control
  39. Bypass access control when accessing views.
  40. * Customize Views settings in Administration » Structure » Views » Settings.
  41. Use the 'Basic' and 'Advanced' tabs to configure Views.
  42. TROUBLESHOOTING
  43. ---------------
  44. * Additional help is available by installing the Advanced Help module at:
  45. https://drupal.org/project/advanced_help