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.
See the page http://www.anuzeroemissions.org/drupal5/ . There are the words 'News and Ideas' up the top of the middle block. I have gotten that title/heading to be there by creating a 'page' and 'sticking it' to the top of the front page. I have to disable page read counting so that a read count doesn't show up just below the title.
I started a Drupal page for the School District I work for. Teachers and Staff can post homework assignments as well as notices as updates. Things have been going relatively great with the site until last week. Teachers started complaining that they were not able to edit their posts. Around the same time I had added a couple roles for certain users to created pages and a spare administer account for myself. I do not see how they are related, but stranger things have happened. Users can still add new content without any issues. The edit option is available for the new posts.
Is there any way besides hacking the user.module to modify the user registration process to include additional fields?
Assuming I have to hack the user.module: How can I break up the form to add titles for sections of the user registration page?
I'm able to add fields to be displayed (not written into any tables yet...) from the user_register() function in user.module, but don't know how to add titles. e.g.