Hi. I am currently working on migrating a Dungeons and Dragons website (http://www.adnddownloads.com) to Drupal 7. I have already created various content types, each containing multiple fields.
I have a form built using php with 93 fields which store data to a text file. I want to implement this using drupal 7 what is the best way to store this data
Is it ok to store the form data as a serialised array and then deserialise it to display when it has to be changed or there is any other option to store 93 fields in database.Also this data has to be used as base of calculations for other form data.
I have a form with about 93 fields This form writes data to a flat file and reads from a flat file .This
This data is then used in other forms to make calculations. How to implement this form
b1 b2 b3
a1
a2
a3
a4
....goes upto a31
Total 31 X 3 = 93 values.
What is the best way to implement this in drupal 7
I need to modify the Bartik theme to take some of the height off the header region if I can. Groping through the CSS files, I came across this code fragment in layout.css:
#header div.section {
position: relative;
}
.region-header {
float: right; /* LTR */
margin: 0 5px 10px;
}
Is this the only control for header height? If I reduce the size of the Site Name and resize the site icon will that help? Thanks in advance for any wisdom.
My site got errors and I am now reinstalling new site.
But it's not idential...
I am trying to import nodes, taxonomy, content types etc...via migrate module.
Is this efficient way to do it?
If you used other mathod that you think is better, I'd like to hear your experience.
Also if you also did the same way I am about to do(migrate module mathod) and it was good, please do let me know.
I am just wondering other options or confirmation. :)