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

Drupal7 - User/Registration Customizing

Please any one help me to how I can do customizing User/Registration page in Drupal7. For ex I have a select option for user group suppose if I choose 'others' option ’ then user is allowed to create new group in separate text box. I'm new to…
Karthick V
  • 1,269
  • 5
  • 16
  • 31
-1
votes
1 answer

How to automate deleting temp internet explorer files in user profile Windows Server?

I finding the program for automate deleting internet explorer files in Windows Server user profiles. User profile temp files are located here C:\Documents and Settings\USER\Local Settings\Temporary Internet Files\ I need to add this program in task…
Antony
  • 85
  • 1
  • 10
-1
votes
2 answers

Updating profile date php/mysql is not working

I'm making a profile updating page, and it doesn't work. To do it, I check if the table user_info has already information; if yes, I update the info with the mysql UPDATE query, else, I insert the new information. I get the error "Error" all the…
Y1NL30
  • 3
  • 2
-1
votes
1 answer

Profile page link like in the Facebook profile

Any one could help me to set the profile page like in the facebook profile page Ex: www.facebook.com/username I want to set the like my website address/username.Is it possible in php.
CEN
  • 75
  • 1
  • 4
-1
votes
1 answer

Managing user profile for code

I'm working on a project on VB.NET that requires multiple clients to access the software simultaneously. However these clients will be having different levels of authority on the software such as some will be Admins, some will be Managers, some will…
abk
  • 46
  • 6
-1
votes
1 answer

user profile ontology

I work on "consideration of a user profile in information retrieval". For that I need to implement an ontology of user profile to use this ontology for the improvement of research process. I do not have much time. I want to know if it was already…
-2
votes
1 answer

I try to update name record but I can't

protected void submit_Click(object sender, EventArgs e) { Label2.Text = Session["id"].ToString(); SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["ConnString"].ConnectionString); SqlCommand cmd =…
-2
votes
1 answer

Profile Pic and Bio input Update

I am making a user profile having the functionality of changing profile pictures and adding/editing bio. I am taking the user input file (pic) and saving it on the database. However, a database update is successful but I am unable to retrieve the…
-2
votes
1 answer

unknown attribute 'avatar' for Profile. Rails 5

When I run migration, this got created: class AddAttachmentAvatarToProfiles < ActiveRecord::Migration def self.up change_table :profiles do |t| t.attachment :avatar end end def self.down remove_attachment :profiles, :avatar …
-2
votes
2 answers

Is creating html page for each user profile a good practice?

I'm working on startup project and i have company profile for each employer contains images , videos , and some contents save to database, i'm thinking to create html page for each company and save it to the server and direct users to this page…
-2
votes
1 answer

Redirect visitor to his/her SO profile from my profile

I want to add a link in my profile which will redirect the visitor to his/her profile when it will be clicked. I came across a profile few week ago(tried to find account but no luck ) which has the same implementation like as written below i always…
Pavneet_Singh
  • 36,884
  • 5
  • 53
  • 68
-2
votes
1 answer

iOS - Swift - Parse - Twitter Profile Photo

1) I am trying to access twitter profile photo and upload it to the parse user object 2) Below is the code I am using. if PFTwitterUtils.isLinkedWithUser(user){ //copy data to parse user let screenName =…
-3
votes
1 answer

Create user dashboard and add more user attributes to Devise gem

I have used the 'Devise' gem provided by Rails to for user SignUp/Log In. By default it provides 'email', 'password' and 'password confirmation' fields. I wish to add more fields like 'Nickname', 'City', 'Company' etc and then also create a user…
-3
votes
2 answers

Script to delete files under each userprofile

I am looking for a script to run to remove files from each userprofile + path ex: userprofile\Appdata\Microsoft\Windows\WER\ReportQueue* I tried Remove-Item "C:\users + \AppData\Local\Microsoft\Windows\WER\ReportQueue\AppCrash*" No go. Also tried…
RankSolo
  • 1
  • 1
  • 1
  • 2
-3
votes
1 answer

Unexpected result from folder deletion batch file Server 2016

We recently began rolling out 2016 boxes at my place of employment and part of the process I'm going through right now is making the user profiles as 'user friendly' as possible. As you probably know Server 2016 has the Windows 10 start menu…
1 2 3
47
48