HOW TO create a list of names (and phone numbers) of users of a role???

Hi, I am on Drupal 7 and I run a site with approx 50 users. I have added a field "phone number" to the user account. Some of the users also have a specified role.

How do I create a list of the names and phone numbers of the users having the specified role. The list should be viewable only for "Authenticated Users".

Help is very much appreciated!

Can't upload an image to image field with FF/IE

I'm having trouble uploading and removing images to/from the image field. I can browse and select the image, but when I click the upload/remove button FF or IE do want to download a centain file (eg: form-FhrdQXjK2LsASzAOPlrCJAwEHXIEbz2w-36kqYsjkps). I think the screenshot makes it more clear: http://i51.tinypic.com/15z1t7c.jpg

This only happens in IE and FF. It works fine in Chrome. How can I fix this?

Embed some user profile fields in a page or in a block

How can I provide user a block to edit some of his profile fields?
I've tried with drupal_get_form, but it print out the whole registration form!
I'm using Drupal 7.
TIA

only admin can see books, others get PDO error (D7)

I have some book types created by admin. Only and admin is able to open the books despite the permissions allow anyone. When a non admin user attempts to open a book page the error is:

PDOException: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'nid' in where clause is ambiguous: SELECT DISTINCT node.title AS title FROM {node} node INNER JOIN {node_access} na ON na.nid = node.nid WHERE (nid = :db_condition_placeholder_0) AND(( (na.gid = :db_condition_placeholder_1) AND (na.realm = :db_condition_placeholder_2) )OR( (na.gid = :db_condition_placeholder_3) AND (na.realm = :db_condition_placeholder_4) )OR( (na.gid = :db_condition_placeholder_5) AND (na.realm = :db_condition_placeholder_6) )OR( (na.gid = :db_condition_placeholder_7) AND (na.realm = :db_condition_placeholder_8) ))AND (na.grant_view >= :db_condition_placeholder_9) ; Array ( [:db_condition_placeholder_0] => 38 [:db_condition_placeholder_1] => 0 [:db_condition_placeholder_2] => all [:db_condition_placeholder_3] => 1 [:db_condition_placeholder_4] => group_access_authenticated [:db_condition_placeholder_5] => 2 [:db_condition_placeholder_6] => group_access_authenticated [:db_condition_placeholder_7] => 7 [:db_condition_placeholder_8] => group_access_authenticated [:db_condition_placeholder_9] => 1 ) in book_block_view() (line 287 of D:\htdocs\insider-prod\www\modules\book\book.module).

Services Module - What's everyone doing with it?

Nearly 10,000 sites are actively using Services. However, in my short experience with using it, the REST server that is used to access the Services remotely has sparse and outdated documentation that makes its use extremely frustrating. That said, it has nice built-in XML and JSON formatting capabilities.

1) Is everyone using XMLRPC server? Does it have better documentation?
2) Is there some other benefit to Services other than adding a Server and using the data remotely?

User reg form on external site.

Hi all,

I need to create a page where users would be able to register an account - or link their Facebook.
I have a Drupal 7 site that isn't finished, but I still want the users to be able to register untill it is finished.

So which is the best way for that?

I'm thinking about using an external site and then just use the Drupal sites db. Should I just run my own querys, or is there an API that I should use?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x