Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Firstly what is a "node form" as opposed to another type of form?
I think my issue below might be related to this.
I'm trying to add a field into an existing form using hook_form_FORM_ID_alter() , but the HTTP request just dies with a HTTP 500 & no logs.
The form I am trying to alter sits under "configuration".
OK so this one is doing my head in. Ive read a lot of forum posts but none seem to solve the issue for me.
I have 2 profiles,
User Details
- First Name
- Last Name
Membership Details
- Membership status
- Membership level
I am trying to display a view like this "First Name | Last Name | Membership Status | Membership Level "
But when I do it I get a separate row for each profile with that associated user. I've tried adding relationships but that doesnt seem to make it any better.
I am creating a website under XAMPP on my local Windows 7 PC. It seems that when creating a new user account (i.e., their profile) when for example the User registers on the website they are prompted to upload their picture. However, this picture is limited to no larger than 30 Kb. How can I change (increase) this file size linitation?
I'm trying to figure out a way for my sub-admins to have an easy to use UI to click someone's profile, click things like "Upload User's agreement", "Users handbook", etc.