/[drupal]/contributions/modules/path_image/README.txt
ViewVC logotype

Diff of /contributions/modules/path_image/README.txt

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

revision 1.2.2.1, Fri May 25 11:07:14 2007 UTC revision 1.2.2.2, Sun Feb 1 01:18:11 2009 UTC
# Line 1  Line 1 
1  1. Installation  // $Id$
2  ---------------  
3    1. Installation
4  Copy the path_image.tar.gz file to your modules/ directory and unpack.  ---------------
5  This will create modules/path_image folder.  
6    Copy the path_image.tar.gz file to your modules/ directory and unpack.
7  Go to "Administer >> Site building >> Modules" and enable the "Path  This will create modules/path_image folder.
8  image" module.  
9    Go to "Administer >> Site building >> Modules" and enable the "Path
10  Go to "Administer >> User management >> Access control" and setup the  image" module.
11  roles to whom you wish to allow administration of the module.  
12    Go to "Administer >> User management >> Access control" and setup the
13  Go to "Administer >> Site configuration >> Path image" to setup the  roles to whom you wish to allow administration of the module.
14  module (see below).  
15    Go to "Administer >> Site configuration >> Path image" to setup the
16  Go to "Administer >> Site building >> Blocks" to setup the block on  module (see below).
17  your page.  
18    Go to "Administer >> Site building >> Blocks" to setup the block on
19  2. Configuration  your page.
20  ----------------  
21    2. Configuration
22    Block title: [default 'Path image']  ----------------
23      This sets the block title, blank out for no title.  
24      Block title: [default 'Path image']
25    Image repository: [default 'images']      This sets the block title, blank out for no title.
26      The name of the folder in which the images are stored. Folder  
27      is relative the drupal 'files' folder as specified on the File    Image repository: [default 'images']
28      system configuration page. No leading or trailing slashes.      The name of the folder in which the images are stored. Folder
29        is relative the drupal 'files' folder as specified on the File
30    Allowable file types in repository: [default 'gif, jpg, png']      system configuration page. No leading or trailing slashes.
31      A list of comma separated file extensions that will be scanned  
32      for in the file repsoitory.    Allowable file types in repository: [default 'gif, jpg, png']
33        A list of comma separated file extensions that will be scanned
34    Numeric parse halt: [default on]      for in the file repsoitory.
35      When searching paths the default is not to "look beyond" a numeric  
36      so for example node/243 would only search up to node/    Numeric parse halt: [default on]
37      However, you may have a path like taxonomy/term/24/53 and you want      When searching paths the default is not to "look beyond" a numeric
38      at search all componets of the path inclusing the trailing numerics.      so for example node/243 would only search up to node/
39      If that's the case, switch this setting off.      However, you may have a path like taxonomy/term/24/53 and you want
40        at search all componets of the path inclusing the trailing numerics.
41    Default image for the homepage:      If that's the case, switch this setting off.
42      This allows you to select an image that is displayed on the / root  
43      homepage of your site. A checkbox is provided to switch this feature    Default image for the homepage:
44      on or off.      This allows you to select an image that is displayed on the / root
45        homepage of your site. A checkbox is provided to switch this feature
46    Default image when no match made:      on or off.
47      This allows you to select an image that is displayed when no path  
48      match is made. A checkbox is provided to switch this feature    Default image when no match made:
49      on or off.      This allows you to select an image that is displayed when no path
50        match is made. A checkbox is provided to switch this feature
51    Add a new path: Select an image:      on or off.
52      Enter here a new path to associate with an image (no leading/trailing  
53      slashes).    Add a new path: Select an image:
54        Enter here a new path to associate with an image (no leading/trailing
55    Alter a path:  Select an image:      slashes).
56      An existing path can be amended here.  
57      Alter a path:  Select an image:
58  3. Paths      An existing path can be amended here.
59  --------  
60    3. Paths
61  A path match is done is reverse length order. Let's look at an example:  --------
62    
63    taxonomy/term/3  A path match is done is reverse length order. Let's look at an example:
64    taxonomy  
65      taxonomy/term/3
66  Searching is currently terminating at the first full numeric component of    taxonomy
67  the path, in this example, 3. The search would match any path that begins  
68  'taxonomy/term' . If no match was found then the next search would be for  Searching is currently terminating at the first full numeric component of
69  'taxonomy', etc.  the path, in this example, 3. The search would match any path that begins
70    'taxonomy/term' . If no match was found then the next search would be for
71  Switching "Numeric parse halt" off would scan for all components of the path  'taxonomy', etc.
72  including the numeric 3 in the example.  
73    Switching "Numeric parse halt" off would scan for all components of the path
74    including the numeric 3 in the example.
75    

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.2