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 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.
I am interested in have a features request area on my website. I would like users to be able to vote on each feature so that I know which are most desired. Users should be allowed to add to the features list. The display of features would be both as submitted and highest to lowest votes. What would be the best way to implement this?