Questions tagged [user-profile]

The user profile is a section, page or tab, used to manage and display a set of personal information of a certain user.

The user profile (or sometimes called simply "profile") is a section, page or tab, used to manage and display one or more sets of personal information of a certain user.

The user profile is considered a digital representation of the user, and is often associated with the online identity of the user.

User profiles can contain various user-related content - first/last name, nickname, avatar, email address and other user-specific fields.

Often, a user profile can have capabilities for personalizing the public profile view and changing the access settings in order to make certain data visible only to certain users.

710 questions
2
votes
1 answer

Error in profile 2 while updating programatically

EntityMalformedException: Missing bundle property on entity of type profile2. in entity_extract_ids()
Udit Rawat
  • 674
  • 8
  • 22
2
votes
1 answer

How do you update a users profile settings using firebase and swift?

I am trying to update a users email and full name. This is my code: func saveTapped() { var performSegue = false if updateEmail.text == "" && updateFullName.text == "" { self.cleanUrCodeRohan("Please fill in one or more of the…
2
votes
2 answers

Creating User Profiles In Python

I'm making a small python game with pygame. I'd like to be able to have multiple profiles with different stats, upgrades, etc. My biggest problem is storing this information persistently. I've already thought about MySql but I don't know how I…
John
  • 15,418
  • 12
  • 44
  • 65
2
votes
1 answer

Facing problem with user profile url scheme like example.com/username in django

In a django app, I need to create twitter user profile urls with following structure like: example.com/ example.com//friends example.com//blog example.com//some-page example.com//some-other-page My…
Mir Nazim
  • 636
  • 1
  • 8
  • 20
2
votes
2 answers

building user profile page rails

I am currently working on writing code to build a profile page for each user that signs into my application. However I have spent many hours and can't seem to figure this one out. Please excuse me for any lack of knowledge, I am rails beginner and…
nomad
  • 45
  • 9
2
votes
2 answers

How to display a custom profile based on a specific role?

For example I have a role called "teachers". For any user that belongs to that role, I want to be able to display a custom profile that is different then the main one. I read at some place that one can make a tpl file in the pages folder of the…
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169
2
votes
1 answer

PHP - Secure user permissions with user profile

I'm currently building a website for myself. I'm looking to restrict certain aspects to the public so that when a user becomes a member they have "full" access. The plan is to have a members area (for the general public) which will also allow the…
Andrew Glass
  • 423
  • 2
  • 7
  • 18
2
votes
1 answer

Retrieve phone number from a signed in user profile from google plus login in android

I need to retrieve phone number from a signed in user profile from google plus after login in android. Currently by referring to https://developers.google.com/+/mobile/android/people#retrieve_profile_information_for_a_signed_in_user. I got basic…
2
votes
1 answer

Looking for search syntax documentation for SharePoint UserProfileManager.Search Method

Greetings - I have a SharePoint 2010 server running with the User Profile service setup to synchronize to Active Directory. I'd like to use the UserProfileManager.Search() method to return user profiles based on specific criteria. MSDN documentation…
Greg Enslow
  • 1,438
  • 5
  • 18
  • 28
2
votes
0 answers

Powershell: How to Delete a User Profile

I'm trying to delete unused user profiles off a terminal services server to gain some free space. However, I can't seem to find a way to delete the AppData folder as I keep getting "Access Denied" errors. I was wondering if anyone had a technique…
2
votes
0 answers

DFactory start: isQmage : stream is not a Qmage file - Contact Badge not loading

I've tried several ways to load contact images into a listview and this class works, if there is an image set in the phone. Since that is often not the case I would like to get the facebook profile picture. I'm using the following class: public…
Diego
  • 4,011
  • 10
  • 50
  • 76
2
votes
1 answer

How do I programmatically delete user profile picture?

I have the following code (which I found on the internet) to programmatically upload a profile picture unto an existing user account. I am however getting "duplicate entry" error. I therefore thought I should first delete the existing photo (if…
Ibexy I
  • 1,123
  • 6
  • 16
  • 29
2
votes
1 answer

Method "currentAncestor" for object "Knp\Menu\MenuItem" does not exist in Sonata

I'm new to Symfony2 and I just installed it along with fosUserBUndle 1.3.3, Sonata Admin BUndle, and Sonata User BUndle. Now I get an error that I cannot resolve. Here is my error: (url localhost:8000/profile/ ) : Method "currentAncestor" for…
2
votes
1 answer

How can I display a list of all LOGGED IN users with Meteor.js

I have been trying for days to get a list of logged in users in a Meteor chat app. I tried many different things. I managed to add a login flag on the user profile object. Server side: Accounts.onCreateUser(function(options, user) { …
Joris
  • 105
  • 2
  • 9
2
votes
1 answer

Add a default user picture like Gmail Android App

How to dynamically create a user picture from the first letter of his user name like Gmail App on android does? I'm working under Django and Bootstrap, But i'm open for any solution in any language or framwork. Now I'm managing user profile by…
imanis_tn
  • 1,150
  • 1
  • 12
  • 33