/[drupal]/contributions/modules/snippets/TIPS.txt
ViewVC logotype

Contents of /contributions/modules/snippets/TIPS.txt

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


Revision 1.2 - (show annotations) (download)
Sat Feb 19 09:24:57 2005 UTC (4 years, 9 months ago) by axel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -1 lines
File MIME type: text/plain
Additional docs for snippets module.
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

  ViewVC Help
Powered by ViewVC 1.1.2