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've been trying to search for a solution to this, but I haven't got a full grasp of the Drupal terminology so I'm not sure I'm searching for the right thing.
I'm converting an existing site that has a really strong data schema already in place. I'm looking for advice on the best way to represent the data structure in Drupal. As an example, the site lists scheduled activities which take place throughout the year. Here is how a small subset of how the data is structured:
Table 2: Activity Dates (dates on which the activities are held throughout the year)
Table 3: Activity Pricing (ability to set one or more prices per activity date)
I'd like to preserve this data integrity in Drupal. Rather than creating a new "Activity" node each time there is a new date added to the schedule, I want users to select from a pre-existing list of available activities. Also when a new price category has been created for a given date, I want users to select from a pre-existing list of available activity/date combinations.
What might be the best way to make this happen? Is it a matter of creating three separate Content Types, then maybe implementing some workflow to ensure dates can't be set without a pre-existing activity? And pricing can't be set without pre-existing dates? Also I'd rather avoid hardcoding lots of duplicate data into Categories. I'm open to whatever will work best.
I do already have a self-made community and I want to migrate to Drupal 5.
I thought of just dropping the Drupal files onto my server root and slowly make the transition from my current site to a new Drupal site. No files except one conflicts with the Drupal, and that is index.php.
What would happen if I renamed the Drupal index.php until Drupal is fairly installed and configured then renaming it back to index.php?
I am trying to convert a newspaper website over to Drupal. The website is currently using an HTML layout that requires you to update each page individually from a template and then update all the index files to point to the new pages. Obviously this is a lot of work and a Drupal installation would be greatly helpful. We have a working install, have installed modules successfully, but cannot seem to get the layout the way we want it.