| 1 |
// $Id$
|
| 2 |
|
| 3 |
Linodef - Link nodes & terms and embed fields & terms
|
| 4 |
-----------------------------------------------------
|
| 5 |
To install, place the entire Linodef folder into your modules directory.
|
| 6 |
Then go to Administer -> Site building -> Modules and enable the "Linodef"
|
| 7 |
module.
|
| 8 |
|
| 9 |
Requirements
|
| 10 |
------------
|
| 11 |
- Drupal 6
|
| 12 |
- CCK - to embed field values
|
| 13 |
- Textfield - to embed field values
|
| 14 |
- Taxonomy - to embed terms
|
| 15 |
- Advanced help - to access the help documentation (optional)
|
| 16 |
|
| 17 |
Usage
|
| 18 |
-----
|
| 19 |
Use it like any other filter.
|
| 20 |
Go to Administer -> Settings -> Input types and activate the Filter
|
| 21 |
"Linodef" for the input type of your choice.
|
| 22 |
Now you can use the tags as described at the input type tips page:
|
| 23 |
/filter/tips.
|
| 24 |
|
| 25 |
To get more information, e.g. about the provided editor API use the
|
| 26 |
included help documentation. For that you need Advanced help module.
|