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.
What I want to make is a page that gives an overview of my organization's current projects.
I've created a simple Page view that shows some header text to introduce the page, and a list of nodes matching a certain property, showing the title of the nodes and some teaser content -- this is exactly what I want :)
I've currently got drupal installed in a subdomain, like so:
dev.mydomain.com
We have a live site running already on www.mydomain.com. When I am done setting up drupal, I'd like to just copy all the files over to the main domain (www) and we'll be live with the new site.
Using Drupal 5.1, I have set up a profile field for the date the person joined the group (not the web site, so I can't use "created"). I then have a page to pull those users by a specific role. This works fine (thanks, Sam308), except that the date they joined is coming out all the same.
$sql = "SELECT u.uid, u.name FROM {users} u INNER JOIN {users_roles} ur ON u.uid=ur.uid WHERE ur.rid = $rid";
$sql .= tablesort_sql($header);
$result = pager_query($sql, 50);
My website uses Captcha without TextImage. Every annoymous users get an error saying, "The answer you entered to the math problem is incorrect." when they access to a node. Viewing the front page is O.K.
I turned on "Comment Form" and "Sitewide Contact Form" in /admin/settings/captha .
When I log in, I don't see any error. I'm using the latest official release "4.7.x-1.2" for Drupal 4.7.