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

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

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

revision 1.11.4.2, Fri Apr 3 11:21:03 2009 UTC revision 1.11.4.3, Fri Aug 14 00:36:27 2009 UTC
# Line 80  supported: Line 80  supported:
80    
81    Notes:    Notes:
82    i) be sure that 'myservice' (know as 'service-id') is unique;    i) be sure that 'myservice' (know as 'service-id') is unique;
83    ii) tags allowed: <encoded-url>, <encoded-title>, <source>, <teaser>, <node-id>, <short-url>    ii) tags allowed: <encoded-url>, <encoded-title>, <encoded-teaser>, <source>, <teaser>, <node-id>, <short-url>
84    
85  2) Put the related standard icon (myservice.png) under 'images/' folder .  2) Put the related standard icon (myservice.png) under 'images/' folder .
86    
# Line 89  supported: Line 89  supported:
89    ii) for overwrite the standard filename just include the key 'icon':    ii) for overwrite the standard filename just include the key 'icon':
90      $links['myservice'] = array(      $links['myservice'] = array(
91        ...        ...
92        'icon' => 'anothername.gif',        'icon' => drupal_get_path('module', 'myservice') .'/anothername.gif',
     );  
   iii) for better organize the icons under 'images/' folder use again 'icon' key:  
     $links['myservice'] = array(  
       ...  
       'icon' => 'mysubfolder/anothername.gif',  
93      );      );
94    
95  3) Enable the module under admin >> modules page and under settings >> service links >> services  3) Enable the module under admin >> modules page and under settings >> service links >> services
# Line 110  the content of 'template.php' provided f Line 105  the content of 'template.php' provided f
105    
106  Last updated:  Last updated:
107  ------------  ------------
 $Id$  
108    $Id: README.txt,v 1.11.4.2 2009/04/03 11:21:03 thecrow Exp $

Legend:
Removed from v.1.11.4.2  
changed lines
  Added in v.1.11.4.3

  ViewVC Help
Powered by ViewVC 1.1.2