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

how to get page title using $_GET

I just made part of a userprofile script and I don't know how to display username in title. Please help here is the code:
Puru Vijay
  • 109
  • 1
  • 3
  • 12
-3
votes
2 answers

How to redirect users to their own profile page?

The issue I am having is that I have a link in the navigation bar called 'User Profile'. This link should fetch a list of all the current users in the database but…
-4
votes
2 answers

How would I go about making this layout?

I am looking to create this layout in my Android application. How would I do so? Is there any pre-existing code for a layout of this type?
Ankit Goyal
  • 437
  • 1
  • 7
  • 24
-4
votes
1 answer

How to get username of the user that I am viewing not the current logged in username

I want to get the current profile viewing username and save it in instance.user. The problem is that I want to get the username of the user that is going to be rated for other users. Here is my code: def new_rate(request): if request.method ==…
kostas1987
  • 57
  • 1
  • 6
-4
votes
1 answer

How to get the user names and domains of all locally stored user profiles in VB.NET?

How to retrieve the user names and domains of all user profiles stored on a computer using VB.NET? the Code below does exactly what I need, but in VBScript. How can I do the same in VB.NET? Const HKLM = &H80000002 Const profiles =…
1 2 3
47
48