Parent Directory
|
Revision Log
|
Revision Graph
Moving active_profiles, arooga, eventfinder_filter and userpoints_levels from sandbox to modules
| 1 | Active Profiles Readme |
| 2 | ---------------------- |
| 3 | |
| 4 | A module that lists every user on the site with at least 3 profile fields filled in. |
| 5 | It lists their name, location and number of posts, and allows you to sort by any column. |
| 6 | |
| 7 | |
| 8 | Required |
| 9 | -------- |
| 10 | |
| 11 | Drupal 4.6.x |
| 12 | node.module |
| 13 | comment.module |
| 14 | profile.module |
| 15 | location.module |
| 16 | MySQL 4.1.x or higher |
| 17 | |
| 18 | |
| 19 | Installation |
| 20 | ------------ |
| 21 | |
| 22 | 1. Copy the active_profiles directory to the Drupal modules/ directory. |
| 23 | |
| 24 | 2. Go to the administration section, into "adminster > modules" |
| 25 | and enable the active_profiles module. |
| 26 | |
| 27 | 3. Browse or link to /users/active to view the list |
| 28 | |
| 29 | 4. There is no step 4 |
| 30 | |
| 31 | 5. If you have performance problems double check you have indices on the uid, nid, fid and cid fields for the various tables used |
| 32 | |
| 33 | |
| 34 | Author |
| 35 | ------ |
| 36 | |
| 37 | Grugnog |
| 38 | If you have any questions please contact me using http://drupal.org/user/19668/contact |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |