You are here

README.txt in Views exposed form layout 7

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Credits
 * Maintainers


INTRODUCTION
------------
Provides an ability to output Views exposed filters in layouts.

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

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


FEATURES
--------
 * Provides Default and supports Panels layouts.
 * You can define custom layouts with regions.
 * You can override exposed form template as usual.
 * Supports Better exposed filters module.


REQUIREMENTS
------------
This module requires the following modules:
 * Views (https://drupal.org/project/views)


INSTALLATION
------------
Install as you would normally install a contributed drupal module.
See: https://drupal.org/documentation/install/modules-themes/modules-7
for further information.


CONFIGURATION
-------------
* For site-builders:
  -On views edit page find Exposed form section.
  -Choose Basic (with layout) or Better Exposed Filters (with layout) Exposed form style.
  -Exposed form settings form find Layout settings fieldset.
  -Choose Layout and click Change. Do you need more default layouts?
  -Set in which region each exposed filter will be outputted.
  -Click Apply and have fun.
* For developers:
  -You can define custom layouts, see an example in vefl.api.php.
  -You can override exposed form template as usual:
  -In your theme define views-exposed-form.tpl.php, use $region_widgets variable to output widgets by regions.
  -views-exposed-form--VIEWNAME.tpl.php or views-exposed-form--VIEWNAME--DISPLAYNAME.tpl.php also work.


CREDITS
-------
The project sponsored by
Bright Solutions GmbH (https://www.drupal.org/node/1469032).


MAINTAINERS
-----------
Current maintainers:
 * Sergey Korzh (korgik) - https://drupal.org/user/813560

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Credits
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. Provides an ability to output Views exposed filters in layouts.
  12. * For a full description of the module, visit the project page:
  13. https://drupal.org/project/vefl
  14. * To submit bug reports and feature suggestions, or to track changes:
  15. https://drupal.org/project/issues/vefl
  16. FEATURES
  17. --------
  18. * Provides Default and supports Panels layouts.
  19. * You can define custom layouts with regions.
  20. * You can override exposed form template as usual.
  21. * Supports Better exposed filters module.
  22. REQUIREMENTS
  23. ------------
  24. This module requires the following modules:
  25. * Views (https://drupal.org/project/views)
  26. INSTALLATION
  27. ------------
  28. Install as you would normally install a contributed drupal module.
  29. See: https://drupal.org/documentation/install/modules-themes/modules-7
  30. for further information.
  31. CONFIGURATION
  32. -------------
  33. * For site-builders:
  34. -On views edit page find Exposed form section.
  35. -Choose Basic (with layout) or Better Exposed Filters (with layout) Exposed form style.
  36. -Exposed form settings form find Layout settings fieldset.
  37. -Choose Layout and click Change. Do you need more default layouts?
  38. -Set in which region each exposed filter will be outputted.
  39. -Click Apply and have fun.
  40. * For developers:
  41. -You can define custom layouts, see an example in vefl.api.php.
  42. -You can override exposed form template as usual:
  43. -In your theme define views-exposed-form.tpl.php, use $region_widgets variable to output widgets by regions.
  44. -views-exposed-form--VIEWNAME.tpl.php or views-exposed-form--VIEWNAME--DISPLAYNAME.tpl.php also work.
  45. CREDITS
  46. -------
  47. The project sponsored by
  48. Bright Solutions GmbH (https://www.drupal.org/node/1469032).
  49. MAINTAINERS
  50. -----------
  51. Current maintainers:
  52. * Sergey Korzh (korgik) - https://drupal.org/user/813560