Topics related to users, their user profiles, etc.

learn more… | top users | synonyms (1)

1
vote
2answers
12 views

Tag Users and Taxonomy terms in body field of a post…

I am building a Social Networking site in drupal. My client requirement is to tag users and taxonomies using a '$'. For example "$john" will tag a user john with that post. and "$Arts and ...
0
votes
0answers
24 views

problem in saving Account settings [Email template]

when i tried change some words in email template that was sent when user register in the website or canceled or verified or ... etc after i change it i have an error in saving it i tried to build ...
3
votes
1answer
14 views

User defined field not updating with PHP code

I am using the uc_node_checkout and I need to set some fields that I have created. The php code is this if (isset($order)) { foreach ($order->products as $product) { if ...
0
votes
1answer
15 views

Drupal 7: Adding a save button to save content to user profile page

I want a signed-in user to have the ability to save an image (that is being displayed in some kind of slideshow or gallery) and have it appear on that users profile page. So the image will be on the ...
0
votes
1answer
20 views

How do I set permissions for user roles in the install profile

I have a content type which I am creating on install profile, and I want to create a user that has permissions to edit that content type. How do I create user roles and permissions for those roles in ...
-1
votes
2answers
82 views
+50

when mouseover on username display popup views

How to display popup ajax information of user when user mouseover on username or picture of users with views. i want fetch information from profile user with ajax no hidden. such as Facebook or ...
0
votes
1answer
21 views

Support Ticketing module - clients

I want to use the Support Ticketing System module to create a 'help desk' for my site. However, I'm not really sure I understand the 'client' system. All I really need is for the user to be able to ...
1
vote
1answer
14 views

Batch removal of users and comments without causing excess load on server

I have a basic shared hosting account and don't want/plan to upgrade anytime soon. Unfortunately, my site has been subjected to large scale attacks by spambots that have lead to the generation of ...
1
vote
2answers
23 views

If I have added extra fields to a user profile, how can I programmatically check if those fields are empty?

I have added some fields to my user entity, (doing this in hook_install(), in .install file). This is in a custom module. If I uninstall this custom module I only want to uninstall those fields if ...
0
votes
1answer
30 views

Managing user accounts on remote drupal website? (Dev team all needs access)

My company makes lots of Drupal websites and the biggest annoyance I've seen is having to add each other as a user to each site whenever someone else wants to work on it. We all have the same email ...
0
votes
0answers
8 views

Handing anonymous users with location based access rules

I have a somewhat roundabout system for access controls that involves associating Grant ID's with different user ID's. The ultimate goal of this system is to limit node views/access based off of the ...
1
vote
1answer
21 views

Reseed next Drupal User ID (UID)

Is it possible to modify the next User ID when creating new users in a Drupal 7 database? As an example, I have a user at UID 100, I then create and immediately two user accounts (101, 102). When I ...
0
votes
1answer
18 views

Views - display node referenced by user profile field

Office is content type User accounts have a Node reference to Office, field_office. I need to create a view which displays Office->name where Office->nid = Current_User->field_office I ...
0
votes
1answer
25 views

LoginToboggan: User role weaker than authenticated user

I am using LoginToboggan Module and I want to create to create a "pre-authenticated" user role that users get assigned to upon registration. After they have verified their email address they will be ...
0
votes
1answer
20 views

how do I correctly load user_profile_form() to use in my theme?

I am trying to theme the user profile edit page using user_profile_form() and need help how to achieve this. In my template.php I have the following code: Hopefully someone sees what I am doing ...
0
votes
2answers
33 views

Can't access global user object after drupal_bootstrap

I have a stand-alone php script with the following lines at the beginning: define('DRUPAL_ROOT', '../../../../../'); require_once DRUPAL_ROOT . '/includes/bootstrap.inc'; ...
0
votes
0answers
14 views

Views multiple values for uid

i have created a basic content View with contextual filter for Content: Author uid and set for Allow multiple values but i get nothing returned when i enter more than one uid for example 162,4. ...
0
votes
0answers
25 views

Custom user registration - data not getting saved and getting warnings, [closed]

I created some fields under user profile using admin UI and wrote a alter hook. When I click "create new account" button, i am seeing two issues. 1) The data is not getting saved. 2) I get the ...
0
votes
1answer
40 views

How can I reset my password in drupal7

I am new to Drupal and this forum. My problem is that I want to reset my password in Drupal without logging onto my site, but I can only access user/password when I'm logged in. I've searched a lot ...
1
vote
2answers
71 views

Logging into Drupal from a non-Drupal site

I would like to create an interface on a non-Drupal site that will allow me to login to my Drupal site? How can I accomplish this, either with custom code or with an existing Drupal module?
0
votes
0answers
18 views

How do I allow no admin user to create entities

I've created an entity (using ECK) and a bundle, If I go into the administation settings, I can create a new entity. However, I want an entity creation form that does not exist as part of the admin ...
0
votes
0answers
14 views

How to translate content via local translator with Translation Management Tool

I have a clean install of Drupal 7.22 and I have installed all necessary modules to run Translation Management Tool 7.x-1.0-alpha3. I followed the instructions to set it up as mentioned in the ...
0
votes
0answers
22 views

Setting user picture programmatically doesn't work

I have a cron hook to check the data of all users for a couple of reasons. One of them is to see if they have a user picture set. If not, i want to give them a default user picture, based on their ...
0
votes
1answer
24 views

How to give a particular role, the right to register new user

We have been targeted by spam bot, and decided to set the option "Who can register new user" as "Administrator only". So far so good. I would like to let another role (Webmaster) create users as he ...
0
votes
0answers
22 views

Issues with Profile2 and Feeds

I'm trying to import a lot of users using Feeds. All goes well except for the fact there are Profile2 fields connected to each user account. Some additional data from the csv needs to be filled in ...
0
votes
0answers
21 views

Submitting the user profile edit form is logging me out

I have a strange issue. I am using Drupal 6. When I am submitting my profile form, it is logging me out. When I check my database users table, the password field is having null value. I don't know ...
0
votes
0answers
18 views

User-/Author-Profile with List of Friends

I have a simple view of articles and on the right side of the page I want to display the user profile of the currently logged in user (user picture, some custom info fields, etc.) I'm doing this with ...
5
votes
0answers
60 views

Is it possible to allow users with Javascript disabled to cancel their accounts?

I have a Drupal 7 site where users have permission to cancel their accounts. Most users are able to cancel their accounts without trouble, but some users (at least some of whom do not have Javascript ...
2
votes
3answers
40 views

Post user location to a map

I am building a site where people can log power failures in their area on a google map in Drupal 7. I want to be able to have my site users register their location on their profile. This seems pretty ...
0
votes
0answers
28 views

Creating a quick link to edit your profile

I'm trying to create a quick link to the drupal edit your profile page so members can click a link on a separate internal membership website and be taken to the www.drupalsite.com/user/[uid]/edit ...
1
vote
1answer
40 views

Query custom field on user table

How do you query custom fields on the user table? If edit a user in the Admin panel, and hit the DEVEL tab, I see the field I added, 'field_display_name'. In a node template php file, I want to ...
6
votes
1answer
70 views

Let users access account before confirming email address

I'd like to let users access their account without confirming email address. But still send the email confirmation. Then I'll display a message saying that if email is not confirmed within 3 days, ...
0
votes
0answers
27 views

Rules email notifications and Users

I have a User field type of 'List (integer)' storing a list of nodes the User has subscribed to i.e. Forum items. I need to setup a notifications like rule to email all users that have subscribed to a ...
0
votes
1answer
44 views

Spam users on drupal7 site being created automatically [duplicate]

I need some urgent suggestion. In my live site a lot of spam users are being created every few minutes. I will install captcha and MOLLOM but I need to delete the spam users. How can I identify them ...
0
votes
0answers
56 views

7 - Update a user with services

I'm using Drupal 7 and the services module and I'm trying to update a user profile using PHP & Curl. Do I always have to login before sending a "PUT/update" ? This is my code so far : <?php ...
2
votes
2answers
66 views

Dynamically assign user roles

I have an application using domain access and am looking to reuse a set of subscriber roles across domains, assigning them on login. I was hoping to use hook_user_load to add the additional roles. I ...
0
votes
1answer
24 views

Certain roles creating users

I am spinning up a site that will have 18 different organizations interacting together. Each organization has a president with access to specific forms and parts of the site. I would like them to be ...
0
votes
1answer
31 views

get the permission must the user have to access to the 'Access denied ' page

i'm working on a drupal 7 online payment module , and i need to know if there is a Drupal 7 function that can track (each time and for all the users) if 'the logging online user' is requesting an ...
0
votes
0answers
19 views

entity reference fields automatically setting the values

I am using entity reference for a particular use case. On my site, there's a flag "Complete Task" on nodes of type "Task". The users on clicking this flag are taken to the create content page. Now in ...
0
votes
2answers
35 views

Why does user_load($id) NOT return FALSE when an invalid id is passed in?

I'm making a module that lets users manage database records for various organizations. I'm using drupal 7 and an very new at it. I'm logged in as the admin user. I have a menu item 'cb' that checks ...
0
votes
1answer
33 views

Why do pages not load for one user but do so for me if we use the same login?

A user (who has nearly the same rights as the admin account) logs in and gets the page below. He cannot access any links to perform his duties. The screen shot is below. However, I am able to use ...
1
vote
1answer
22 views

Display content with Taxonomy on User and Content matching

I've got a specific content type. One field is a term reference field called "blog subject" in which a content author tags the node. Ok. Moving on to the end user. I added the same term reference ...
2
votes
3answers
180 views

Restrict forum access based on user (user list)

I need to restrict access to forums so that only selected users can access an individual forum. (The users should apply for a forum and a moderator should decide if the user should be allowed to ...
1
vote
1answer
15 views

User profile view - 2 x variants or view panes with args?

I've overridden the User profile template to display custom fields for the user view in Panels, I need to have a View listing with a filter of user comments by 'date' or 'conversation' this I am ...
3
votes
1answer
53 views

When sending a Drupal database to a developer, how can I remove users' personal info (e-mail addresses, passwords)?

How can I remove users' e-mail addresses and passwords when sending a database to a developer (for investigating a bug, etc.)? The e-mail addresses and passwords are irrelevant for the bug and, ...
1
vote
1answer
34 views

Compare user field

I would like some help with the following issue. In Drupal 7, I want to activate a newly registered user when his email id is saved in a content field. I have created a content type email. Now ...
5
votes
1answer
95 views

Using flags to approve user account

I'm using the flag module to provide my site admins with a simple "Approve Membership" button. When the button is clicked the system automatically associates the new user account with several roles ...
0
votes
1answer
19 views

User Content with image gallery and text

i am building a little "show and tell" page, for showing pictures of a room, basically as practice to get into Drupal but the page will be used later. What i have managed (as it was pretty easy): 1) ...
0
votes
1answer
34 views

Is there any Module to refer a user ?

Is there any module that allows a registered user to refer another registered user to a third registered user? For example, if 'user A' is asked a question to 'User B' and if he can't answer it, then ...
2
votes
1answer
19 views

Theming a custom user field on register form

I have added a checkbox list field on the register form and I want to change the template for that field. I have used field--field-checkbox-list.tpl.php and MYTHEME_field__field_checkbox-list() ...

1 2 3 4 5 16