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.
I have a list page (which basically displays a list of all the node of a specific content type). I would like, right before that list, to have an Introductory text. How can I achieve this?
It would look like this:
####################
[Page title]
[Introduction text, i.e "Hello! This is the section where you can read stories of other people."]
I need to allow all members of a particular role to create user accounts. I can give the role permission to administrate users, but this also gives access to other parts of the administration UI that I don't want to allow - e.g. access control.
Is there a way to do this? I don't mind modifying the code if someone could point me in the right direction!
Twice in a week it has returned this error message:
Warning: mysql_connect(): Too many connections in /home/cancerc/public_html/includes/database.mysql.inc on line 31
Too many connections
The first time it was down 3 days, and I couldn't figure it out. I sent in a support question to my service provider and they never replied but it magically started working again the next day.
I'm sure this has been covered before, but I cannot seem to find it anywhere. I was in the middle of coding this myself when I realized that someone else may have done the work for me.
Anyway, i want the user to put in their password when the account is created. I do NOT want a email sent with an encrypted password. A number of my users are behind strict firewalls that won't receive emails from drupal. As a result half of the users cannot get passwords once they register. The only solution is to have them enter the password when they create the account.