I'm trying to convert a theme from Drupal 5 to Drupal 7. The theme is for a print magazine's website.
I have one CCK nodereference field that accepts multiple variables. The values link to contributor (author/photographer) nodes. In Drupal 5, I was able to display the values with this simple line:
I'm currently migrating a theater website I designed to Drupal. Here's my stumper:
I have a couple related content types, 'Season' and 'Show.' Shows are related to season by a field / node reference. For example, a show called 'Waiting for Godot' has a field called 'Season,' which is a node reference to season '2010-2011' (the season in which the show takes place).
I am currently working with Drupal 7 and Cron and came up with some questions.
This is my cron code, it runs daily: 0 0 * * * wget -O - -q -t 1 http://beta.stormskins.de/cron.php?cron_key=6HOugxz1xtp64ImWp0lYjWpQjqb2T4NRQuWlIikUAPw
Nevertheless I keep getting messages that cron has not been run, but the reports tell me it ran. Now I guess that the message is shown every xx minutes if no Cron job has run. That leads me to
We've got a big site with lots of users built under Drupal 6. Over the next year we'll be building 3 or 4 new sites at our company and my #1 priority, handed down from above, is to make sure our existing users can use their logins across all the sites we build.