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 tested it, that if I just change the setting file manually myself (the 4.7.x way) then once I press install the site is complete nice and ready, without asking you to input the database name + username into the screen. Thats because I've already done that manually myself prior to running install.
Is it ok to take this approach or does it have to be the new 5.0 way?
I'm setting up a school website. I'd like the user profiles to have a bunch of extra stuff, like graduating class, phone number, etc.
profile.module seems like the way to go – but there's another requirement: based on their roles, some users' profiles should always be public, and some should always be private (viewable only by authenticated users). Not required, but cool, would be if some users had the option to set their own profile as public/private.
How do I allow the creator of a node type to administer the comments under HIS very own nodes (that he created), and only these. Is there a contributed module for that ? There does not seem to be anything in core for that.