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 activated the poll module, and now I have a menu item for it, and it appears at the top of my home page (the poll I created). I really want it in the right column, but I can't find where to do that.
If a user is logged into Drupal and tries to go to the user registration page, they get an "access denied" error. You can see this happen on drupal.org (http://www.drupal.org/user/register).
I'd prefer to send the user to their profile page (/user/123), perhaps with a message noting that they're already registered. Before I start hacking the user module (presumably in user_menu), can anyone point out a more principled way to do this, or problems with doing this in the first place?
Configuring gallery module settings I got a note from Drupal that the .htaccess file in my defined drupal folder was not writable - which it showed as my root - i.e. site.com.
took a look and hey - I didn't have a .htaccess file there at all.
Whipped up a blank txt file and named it .htaccess and figured Drupal would write to it whatever it needs. it didn't.
Now, I've got a homepage but nothing else. I get page not found errors on every other node.