| 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 |
|
|
| 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 |
| 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 $ |