| 1 |
$Id: README.txt,v 1.2 2005/11/08 04:00:53 kbahey Exp $
|
| 2 |
|
| 3 |
Copyright 2005 http://2bits.com
|
| 4 |
|
| 5 |
Module
|
| 6 |
------
|
| 7 |
xtracker: Extended Tracker
|
| 8 |
|
| 9 |
Description
|
| 10 |
-----------
|
| 11 |
This module provides a drop in replacement for the core tracker module,
|
| 12 |
but with the following differences:
|
| 13 |
|
| 14 |
- Ability to display terms from a certain category as tabs, then users
|
| 15 |
can restrict the listing to the one term in the category
|
| 16 |
|
| 17 |
- Ability to display content types as tabs, then users can restrict the
|
| 18 |
listing to the one content type (blog, image, page, ...etc.)
|
| 19 |
|
| 20 |
- Interfaces with the nodevote.module and displays score for each node
|
| 21 |
|
| 22 |
- All columns displayed are sortable, so the output can be sorted by
|
| 23 |
node type, author name, title, number of replies, date of last reply,
|
| 24 |
or the score from node vote.
|
| 25 |
|
| 26 |
- Configurable number of nodes per page
|
| 27 |
|
| 28 |
Note: If the selected category has too many terms, some themes will
|
| 29 |
display all the tabs on a single line, making the page too wide.
|
| 30 |
|
| 31 |
Bluemarine, marvin, and chamelon all do that. Civicspace theme
|
| 32 |
wraps the tabs around, and has no such problem.
|
| 33 |
|
| 34 |
Under the hood, the queries have been simplified and parameterized,
|
| 35 |
so as to make the module more maintainable.
|
| 36 |
|
| 37 |
Installation
|
| 38 |
------------
|
| 39 |
To install this module, do the following:
|
| 40 |
|
| 41 |
Upload or copy the xtracker.module file to your modules directory.
|
| 42 |
|
| 43 |
Enable it from administer -> modules.
|
| 44 |
|
| 45 |
Visit administer -> settings -> xtracker and set the options you want.
|
| 46 |
|
| 47 |
Bugs/Features/Patches:
|
| 48 |
----------------------
|
| 49 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 50 |
at the project page on the Drupal web site.
|
| 51 |
|
| 52 |
Author
|
| 53 |
------
|
| 54 |
Khalid Baheyeldin (http://baheyeldin.com/khalid and http://2bits.com)
|
| 55 |
|
| 56 |
If you use this module, find it useful, and want to send the author
|
| 57 |
a thank you note, then use the Feedback/Contact page at the URL above.
|
| 58 |
|
| 59 |
The author can also be contacted for paid customizations of this
|
| 60 |
and other modules.
|