/[drupal]/contributions/modules/dynosearcho/readme.txt
ViewVC logotype

Diff of /contributions/modules/dynosearcho/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1.2.1, Thu Mar 26 08:11:46 2009 UTC revision 1.1.2.1.2.2, Thu Mar 26 15:59:00 2009 UTC
# Line 2  DESCRIPTION Line 2  DESCRIPTION
2  --------------------------  --------------------------
3  DynoSearcho lets users dynamically search for different types of content using AJAX (actually, AHAH).  DynoSearcho lets users dynamically search for different types of content using AJAX (actually, AHAH).
4    
5  This module allows the site admin to display various blocks on the site that provide  This module allows the site admin to display various blocks on the site that provide a dynamic way to search for content. DynoSearch uses AHAH to display results as the user enters them (similar to Drupal's most-excellent autocomplete feature). Results can be just links, teasers, full nodes, particular cck fields etc. Each block can be configured to display a configurable number of results from specific node types.
 a dynamic way to search for content. DynoSearch uses AHAH to display results as the  
 user enters them (similar to Drupal's most-excellent autocomplete feature).  
 Results can be just links, teasers, full nodes, particular cck fields etc.  
 Each block can be configured to display a configurable number of results from specific node types.  
6    
7  INSTALLATION  INSTALLATION
8  ---------------  ---------------
9  - Enable dynosearcho module.  - Enable dynosearcho module.
10    
11  - Define how many DynoSearcho blocks you would like available (each one can have  - Define how many DynoSearcho blocks you would like available (each one can have
12    different search settings) on admin/settings/dynosearcho.    different search settings) on admin/settings/dynosearcho.
13  - Place and configure each DynoSearcho block from the block administration screen  
14    on admin/build/block. For the most part, I think the block settings form is  - Place and configure each DynoSearcho block from the block administration screen on admin/build/block. For the most part, I think the block settings form is self-explanatory. Let me know if you think otherwise.
15    self-explanatory. Let me know if you think otherwise.  
16  - That's it!  - That's it!
17    
18  NEW FEATURES AN THEMING  NEW FEATURES AND THEMING
19  ---------------------------  ---------------------------
20  New version for Drupal 6 expands possibilities of this module:  New version for Drupal 6 expands possibilities of this module:
21  - In block configuration admins now can enable 'Expose types' option which will expose searchable node types  
22    as AHAH checkboxes so user is able to dynamically filter results per node types.  - In block configuration admins now can enable 'Expose types' option which will expose searchable node types as AHAH checkboxes so user is able to dynamically filter results per node types.
23  - Node object is now available in theme function so it is open road for themers,  
24    now it is easily possible to have full nodes as a result, or any custom fields including images etc.  - Node object is now available in theme function so it is open road for themers now it is easily possible to have full nodes as a result, or any custom fields including images etc.
25    
26  Here is a quick example of the theme override:  Here is a quick example of the theme override:
27    
# Line 50  function phptemplate_dynosearcho_results Line 47  function phptemplate_dynosearcho_results
47    return html_entity_decode($output);    return html_entity_decode($output);
48  }  }
49    
   
50  TODO/BUGS/FEATURE REQUESTS  TODO/BUGS/FEATURE REQUESTS
51  ----------------  ----------------
52  - see http://drupal.org/project/issues/dynosearcho  - see http://drupal.org/project/issues/dynosearcho
# Line 58  TODO/BUGS/FEATURE REQUESTS Line 54  TODO/BUGS/FEATURE REQUESTS
54  CREDITS  CREDITS
55  ----------------------------  ----------------------------
56  Authored and maintained by michael anello <manello AT gmail DOT com> (Drupal username: ultimike)  Authored and maintained by michael anello <manello AT gmail DOT com> (Drupal username: ultimike)
57  Drupal 6 version and maintance by Nenad Kesic <nenadkesic AT gmail DOT com> (Drupal username: nk_)  
58    Drupal 6 version and maintanence by Nenad Kesic <nenadkesic AT gmail DOT com> (Drupal username: nk_)
59    
60  Initial development sponsored by Ozmosis - http://www.ozmosis.com/  Initial development sponsored by Ozmosis - http://www.ozmosis.com/

Legend:
Removed from v.1.1.2.1.2.1  
changed lines
  Added in v.1.1.2.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2