Questions tagged [user-profile]
100 questions
6
votes
4 answers
User Profile Not Saving Changes
My edit profile page doensn't save all fields:
5
votes
3 answers
Prevent change field in user profile edit
Is there a way to prevent the current user from changing fields in his profile? Currently i've attached a customfield "company" to the user object. I only want the site admin to set this field once and the only one allowed to change this. Where can…
pythic
- 569
- 2
- 9
4
votes
2 answers
How do I tell Craft not to automatically crop user profile images?
When uploading user profile images, Craft forces you to crop it to a square. Is there a way to keep the images untouched instead?
Daniel
- 43
- 3
4
votes
2 answers
How would I show a message and define where the user is redirected after changing their email through a front end form?
I have a profile form where a user can update their email.
Upon doing so I would like to:
Show the user a message saying they must check their email to verify the new email address.
After they click the "Verify Email" address in their inbox,…
Peter Tell
- 1,828
- 12
- 19
3
votes
3 answers
Display a user's selected checkbox options for a category field type in a front-end Edit Profile form
I have a user field called "designOptions" that is a Categories Checkbox field type. I have this field in the Edit Profile front-end form so that the user can see the saved options that they had selected previously (if any) and then change or add to…
Angela
- 569
- 2
- 12
2
votes
1 answer
Why are my profile pages not generating which I click on 'submit'?
does anyone know what I am doing wrong here? I am trying to create profile pages for each user, but when I click the submit button, it doesn't take me to the user's page.
This is my form code:
1
vote
1 answer
Displaying Craft User Profile based on First and Last Name
I don't want to ustilise the username or the ID of a user to get their profile info so I am using their first and last name. So far I can fetch the user based on first name:
{% set slug = 'first-last' %}
{% set firstNameSlug = slug|split('-')[0]…
Dan Lee
- 1,107
- 7
- 22