| 1 |
$Id: TIPS.txt,v 1.1 2005/02/18 11:02:21 axel Exp $
|
| 2 |
|
| 3 |
TIPS & TRICKS
|
| 4 |
|
| 5 |
* You may setup taxonomy vocabulary with terms to categorize you snippet
|
| 6 |
repository.
|
| 7 |
|
| 8 |
* Due to node-based nature of snippets you may fine tune permissions
|
| 9 |
for each snippet - use appropriate modules like taxonomy_access or
|
| 10 |
privacy_by_role etc. (permissions not allowable in 'fast mode')
|
| 11 |
|
| 12 |
* If you depublish node, then snippet will not allow for execution, but
|
| 13 |
still present in repository for further usage.
|
| 14 |
|
| 15 |
* You may 'sticky' popular snippets for placing them on top of the snippets
|
| 16 |
page (by default snippets in this list sorted by their names).
|
| 17 |
|
| 18 |
* You may greatly speedup snippets module by enabling 'fast mode' in his
|
| 19 |
settings. Price of speed: in fast mode all node-based permissions are
|
| 20 |
ignored, published/depublished node status also ignored. Use this mode
|
| 21 |
only if you understand what you do!
|
| 22 |
|
| 23 |
|
| 24 |
Share you code with the world! Send codes and ther explanations to
|
| 25 |
my email axel@drupal.ru or post issues (as feature requests) to project
|
| 26 |
page. I will place best snippets to contrib subdirectory as ready for use
|
| 27 |
examples.
|
| 28 |
|
| 29 |
See examples of snippets in EXAMPLES.txt
|
| 30 |
|
| 31 |
Happy snipping! :)
|
| 32 |
|