| 1 |
$Id: INSTALL.txt,v 1.1 2005/02/18 11:02:21 axel Exp $
|
| 2 |
|
| 3 |
*** MODULE IN ALPHPA STAGE. SOME DECLARED FEATURES DON'T WORK
|
| 4 |
*** AND SOME READY THINGS MAY BE CHANGED BEFORE RELEASE. USE
|
| 5 |
*** ON YOUR OWN RISK.
|
| 6 |
|
| 7 |
INSTALLATION
|
| 8 |
|
| 9 |
Copy module to your modules directory. Set table prefix and execute
|
| 10 |
SQL script. Go to administer>modules and enable snippets. Then
|
| 11 |
go to administer>users>settings>permission and set appropriate
|
| 12 |
permissions for creation and usage snippets for different user roles.
|
| 13 |
Finally go to 'administer>input formats' and enable snippet filter
|
| 14 |
for appropriate formats. Don't mix it with 'PHP-exec' filter.
|
| 15 |
|
| 16 |
Strongly recommend to install codefilter.module for colorize
|
| 17 |
PHP-code of the snippets!
|
| 18 |
|
| 19 |
Also convenient to make separate input format for posting and showing
|
| 20 |
code snippets. For this new format: disable 'PHP evaluator' but enable
|
| 21 |
'Code filter'.
|
| 22 |
|
| 23 |
See TIPS.txt for advanced usage hints.
|