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
-1
votes
1 answer

Assign unique color to user profiles in AngularJS

we would like to assign a unique color to profile users in an angularJS,NodeJs, MongoDB app. The idea is to be able to assign and identify a list of users (100 or more) with a unique color. Any ideas?
lefty99
  • 3
  • 2
-1
votes
2 answers

Sharepoint 2010 - Can I rewire the user photo url?

SharePoint 2010 makes greater use of the employee's photo. In my company, employee photos are managed by secretaries and are considered part of HR data. We have a handy web service that resizes and returns employees' photos according to…
Kobi
  • 135,331
  • 41
  • 252
  • 292
-1
votes
1 answer

Storing comments for users?

I'm making a site where users can make posts and comments, where number of comments made by a single user could get over 1000 comments. On their profile, it would show a list of all comments (by latest, splitting them into pages with 20 comments per…
Alex
  • 91
  • 7
-1
votes
2 answers

Powershell ROBOCOPY Users Data to Mapped Home Drive

%Username% seems to fail when i would like to deploy this to multiple users. Is there a better way to do this? A way to get the specified users profile?: New-Item -ItemType directory -Path O:\_Backups\Contacts Robocopy C:\Users\%Username%\Contacts…
-1
votes
1 answer

Profile issues with google chrome

I am facing an issue with my automation script.I am logging into a URL in my script.When I do that manually it login normally but when I use automation script it asks for verification code which is available on my mail. I thought if I will use the…
-1
votes
1 answer

Get Facebook real user ID

I have App on Facebook, and this code using FB JS-SDK: FB.login(function(response) { if (response.authResponse) { FB.api('/me', {fields: 'first_name, last_name, email'}, function(response) { var user_id = response.id; …
quarky
  • 710
  • 2
  • 13
  • 36
-1
votes
1 answer

User profile public and private profile user design pattern in AngularJS

In the platform I am building there are users that you can follow or unfollow. Also, if you are looking at your own profile, you can edit it (instead of following it). Currently, I have one state /profile/:id that renders the user profile with…
Ekaitz Hernandez Troyas
  • 1,147
  • 2
  • 11
  • 18
-1
votes
1 answer

How can I allow a non-domain user to make changes to domain files?

I am having what I believe is a permissions issue. I have a user that has Windows 7 Home Edition and I need her to be able to access a folder that is controlled by the Domain, even though I cannot put her on the domain. I have tried mapping the…
Justin.MPC
  • 21
  • 6
-1
votes
1 answer

How do you get an RSS FEED in a facebook public profile?

$( document ).ready(function() { $('#feed').FeedEk({ FeedUrl:'facebook.com/feeds/page.php?id=12345678&format=atom10'; }); });
-1
votes
1 answer

A website I'm trying to use JavaScript on is replacing my setTimeout function with dots. Why might it be doing this, and how can I work around it?

I added a setTimeout function to the following jQuery script to give page elements time to load before I ultimately change them. setTimeout(function () { //♪dolla sign dolla sign dolla dolla dolla sign♪ …
-1
votes
1 answer

Asp.Net Web Forms: Scaffold and Identity for User Profile

I'm currently learning asp.net using web forms. Currently I am working on a basic profile system for a logged in user than can directly edit the information the user registered with. Upon doing some research I decided to use the identity feature…
-1
votes
1 answer

Update sharepoint user profile inside an AD group

The context: A client environment: SharePoint Foundation 2010 He wants to have a timerjob to update users profiles with data in active directory. Everything OK, I developed the timerjob that gets a catalog from active directory & updates selected…
-1
votes
1 answer

Batch to delete profile folder on network pc after local profile reset

I've recently created a batchfile to reset a local W7 profile on a network pc. This works as it is supposed to, but sometimes the profile folder isn't removed. Therefore I would like to verify and delete any profile folder beginning with the user's…
Michael Meyers
  • 13
  • 1
  • 1
  • 4
-1
votes
1 answer

PHP Make an $ function to an link with an get function

global $userpro; $user_id=get_the_author_ID(); echo $userpro->permalink( get_the_author_meta('ID')); echo get_avatar( $user_id, 15 ); echo userpro_profile_data('display_name', $user_id, $profile_url); with this code i get the user profile link and…
user54684
  • 5
  • 1
-1
votes
1 answer

Does gmail has getproflie api to fetch users profile and not profile of contact

Does gmail has getproflie api to fetch users profile(I don't need profile of contact present in gmail account). https://developers.google.com/gmail/api/v1/reference/ does not ahve any profile api.