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'm using the callendar that comes with Drupal for the archives and stuff. I really like the calendar, but I just realized something. When you click on a day or what not or try to search the archives, there is no option for 2006. Is this a known bug or is there a simple way for me to fix this?
Dumb question: When using front_page module, you lose the autodiscoverable main site feed. Is there a code I can drop into the front_page code, or even in my page.tpl.php, to make that available again?
I want to use the PHP snippet here: http://drupal.org/node/31536, to create a user list page on my site. I've copied and pasted the snippet code into a new content page. When I preview or submit the page, I get this error:
Parse error: parse error, unexpected '>' in /var/www/html/bikecalgary/includes/common.inc(1824) : eval()'d code on line 1
Issue:
- Before logging into Drupal, I request a new password using Drupal's GUI. I get the email and no "errors on-screen/SQL-errors".
- Username is showing correctly in the email, however password doesnt seem correct (can't login using it), it is always the same (showing %password even if I ask to resend).
After all this I can still login using the old password.
I am using Drupal 4.6.5. I want to redirect different users (by different roles) to different default pages. How can I achieve that? I checked access control but I did not find any options for this.