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 am new to Drupal, a friend and I are working on a website with Drupal 6.x and he being an expert in creating website designs in .indd format has given me that. I would like to save his work and use it in writing the Drupal theme, OR in case it is quickly possible, convert the .indd designinto a Drupal Theme for the entire website. I am not looking for any commercial solution, an open source solution or suggestions to work with will be great.
I am about to switch to Drupal 6.x from another CMS that's up and running on a different host. I'd love a recipe for a solid, multi-site installation (one main site and one new subdomain/daughter site) . . . probably using a temporary domain. Is that the preferred way to keep my old site live during the interim?
I have a complex form that was developed using jQuery that is exactly the way I want it. I have been reading and researching for weeks now and it seems the only way to get a form into Drupal is to start over and declare each element in an array. I have already started writing a module for it and created the schema (it requires 9 tables and hundreds of columns). There are places where the user will need to add an additional entry like the previous one (in reality adding another row to a table). I can easily code all this in HTML and jQuery but am absolutely stumped about bringing this into Drupal without writing out hundreds of lines of code to define elements that are already defined in my form.