Skip to content
Snippets Groups Projects
Select Git revision
  • 3409931-views-plugin-query
  • 7.x-3.x default
  • 6.x-3.x
  • 6.x-2.x
  • 8.x-3.x
  • 8.x-3.x-rebased
  • master
  • d7v3ui
  • 6.x-2.11-security
  • 4.7.x-1.x
  • 5.x-1.x
  • 4.6.x-1.x
  • 7.x-3.29
  • 7.x-3.28
  • 7.x-3.27
  • 7.x-3.26
  • 7.x-3.25
  • 7.x-3.24
  • 7.x-3.24-rc1
  • 7.x-3.23
  • 7.x-3.22
  • 7.x-3.21
  • 7.x-3.20
  • 7.x-3.19
  • 7.x-3.18
  • 7.x-3.17
  • 7.x-3.16
  • 7.x-3.16-rc1
  • 7.x-3.15
  • 7.x-3.14
  • 7.x-3.13
  • 7.x-3.12
32 results

views-3409931

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / views
    10 commits behind, 2 commits ahead of the upstream repository.
    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