| 1 |
# freelinking.module Installation Instructions (6.x)
|
| 2 |
|
| 3 |
1. Copy the freelinking/ directory into your Drupal installation's
|
| 4 |
sites/all/modules/ directory. (Or into sites/<site>/modules if you
|
| 5 |
want it for only one site)
|
| 6 |
|
| 7 |
2. Enable the freelinking module in admin/build/modules.
|
| 8 |
|
| 9 |
3. (optional) Set configuration options how you want them in
|
| 10 |
admin/settings/freelinking
|
| 11 |
|
| 12 |
4. Enable the freelinking filter in one of your input formats in
|
| 13 |
admin/settings/filters. This filter should play well with other
|
| 14 |
filters, but it might need to be last in the chain so that links
|
| 15 |
aren't overwritten.
|
| 16 |
|
| 17 |
---
|
| 18 |
freelinking.module by ea.Farris <eafarris@gmail.com>
|
| 19 |
$Id: INSTALL.txt,v 1.3 2006/02/18 20:01:13 eafarris Exp $
|