Drupal Modules

ratings

Ratings

AttributeAverage
Features5 / 5
Reliability5 / 5
Ease Of Use3 / 5
Documentation1 / 5
Vote Count1
averages
module overview

Module Overview

Drupal.org Excerpt:

This is a profile module export user and profile data to a comma separated variable file (CSV). The fields to be exported are configurable. Only users with "administer users" are allowed to download the CSV. This is useful if you want to feed the data to other systems such as membership system, event... [More...]

Details:

Maintainer:wafaa
Links:
Categories:Import and export
downloads

Downloads

VersionDateFilesRelease notes
5.x-1.02008-Mar-31DownloadRecommended for 5.x
6.x-1.x-dev2008-Jul-21DownloadDevelopment snapshot
5.x-1.x-dev2007-Jun-19DownloadDevelopment snapshot
Total Downloads: 64 "Development" releases should be considered in beta.

reviews

Reviews

Options: Add a review

rating

Does what it says - but needs an install file

I was able to get this module to work, once I figured out that it was missing an install file (Drupal 6). I had to reverse-engineer the database table to go with it.

Once I created that, it works well. There is an administer form where you can specify which fields of user data to export, once you've done that, it creates a simple menu link to export the data.

Here is the code I ran for the missing table:

CREATE TABLE `profile_fields` (
`fid` INT( 9 ) NOT NULL ,
`title` VARCHAR( 100 ) NOT NULL ,
`name` VARCHAR( 200 ) NOT NULL ,
`category` VARCHAR( 200 ) NOT NULL ,
`weight` INT( 10 ) NOT NULL DEFAULT '0',
PRIMARY KEY ( `fid` )
)

I didn't check the Drupal 5 version to see if the table was defined there. It probably is.

Was this review helpful? bbbaaa

Sponsored By

Sponsored by Acquia

Latest Reviews

rating

Node Blocks

"Very simple. After installing the module: 1) Create a new Content Type called "Node Block" with nodeblock..."

rating

FCKeditor - WYSIWYG HTML editor

"I have tried TinyMCE and now FCKeditor and I must say that this one is better. Some bugs but quick response..."

rating

Node Radioactivity

"Radioactivity might be a bit hard to configure due a variety of settings and options but there's a pot..."

Module Finder New Modules RSS Feeds Code Search Drupal Hosting