You are here

README.txt in Finder 7

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
// $Id: README.txt,v 1.2.2.28 2010/12/15 05:09:22 danielb Exp $

Finder README

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

  * Introduction
  * Installation
  * Configuration


INTRODUCTION
------------
Finder allows Drupal site administrators to create flexible search forms to
find objects such as Nodes or Users based on the values of a field.
Maintainer: Daniel Braksator (http://drupal.org/user/134005)
Project page: http://drupal.org/project/finder.


INSTALLATION
------------
1. Copy finder folder to modules (usually sites/all/modules) directory.
2. At admin/modules enable the Finder module.


CONFIGURATION
-------------
1. Enable permissions at admin/user/permissions. WARNING: Users who can
   'administer finder PHP settings' will be able to execute PHP code on your
   site.
2. Create finders and their form elements at admin/structure/finder.
3. Activate the finder's block or navigate to the finder's path.

File

README.txt
View source
  1. // $Id: README.txt,v 1.2.2.28 2010/12/15 05:09:22 danielb Exp $
  2. Finder README
  3. CONTENTS OF THIS FILE
  4. ----------------------
  5. * Introduction
  6. * Installation
  7. * Configuration
  8. INTRODUCTION
  9. ------------
  10. Finder allows Drupal site administrators to create flexible search forms to
  11. find objects such as Nodes or Users based on the values of a field.
  12. Maintainer: Daniel Braksator (http://drupal.org/user/134005)
  13. Project page: http://drupal.org/project/finder.
  14. INSTALLATION
  15. ------------
  16. 1. Copy finder folder to modules (usually sites/all/modules) directory.
  17. 2. At admin/modules enable the Finder module.
  18. CONFIGURATION
  19. -------------
  20. 1. Enable permissions at admin/user/permissions. WARNING: Users who can
  21. 'administer finder PHP settings' will be able to execute PHP code on your
  22. site.
  23. 2. Create finders and their form elements at admin/structure/finder.
  24. 3. Activate the finder's block or navigate to the finder's path.