| 1 |
// $Id: readme.txt,v 1.3 2007/01/27 22:23:35 marcp Exp $
|
| 2 |
|
| 3 |
The userlink module allows users to save and share links. To access the full
|
| 4 |
potential of the userlink module, we recommend using the functionality offered
|
| 5 |
by freetagging and the tagadelic (http://drupal.org/project/tagadelic) module.
|
| 6 |
|
| 7 |
Userlinks are fully themeable, and the module comes with a css file that
|
| 8 |
defines the necessary values to theme your links. To use the css file, paste
|
| 9 |
it into your existing theme, and modify it as needed.
|
| 10 |
|
| 11 |
Userlink comes with a series of userlink-related blocks: view all links, view
|
| 12 |
all link categories, view popular link categories, recent links, my links, my
|
| 13 |
link categories, and the link menu. There is some overlap here, but it provides
|
| 14 |
the end user with more choices. Enable the ones you want, and ignore the rest.
|
| 15 |
|
| 16 |
To install the userlink module:
|
| 17 |
|
| 18 |
1. navigate to administer --> modules, and enable the userlink module. The
|
| 19 |
database table will be created for you.
|
| 20 |
2. navigate to administer --> access control, and assign rights to userlinks.
|
| 21 |
3. navigate to administer --> categories
|
| 22 |
a. add a vocabulary with the following recommended settings:
|
| 23 |
(1) For name, description, and help text, put in the values that work
|
| 24 |
best for you -- these settings aren't particularly critical
|
| 25 |
(2) For type, check "userlink"
|
| 26 |
(3) For hierarchy, select "single"
|
| 27 |
(4) Select "free tagging", "multiple select", and "required"
|
| 28 |
4. Navigate to administer --> blocks, and activate the blocks you want
|
| 29 |
5. Start saving, tagging, and sharing some links.
|
| 30 |
6. To configure the way links appear in your browser when clicked, navigate to
|
| 31 |
administer --> settings --> userlink
|
| 32 |
|
| 33 |
|
| 34 |
rousehouse - January 22/07
|
| 35 |
=======================
|
| 36 |
The following additions have been made to this version of the module.
|
| 37 |
- Upgraded the module to be compatible with Drupal 5.0.x.x
|
| 38 |
- Added an optional prefix to links
|
| 39 |
- Added ability to customize prefix
|
| 40 |
-
|