How to programmatically create Fields?

Data in field_revision with Create new revision unchecked

The field_data_myfield and field_revision_myfield have the same row entries (D7 fields). All of my content types have the “Create new revision” unchecked. Is this how it’s suppose to work? If yes, two questions 1) is this okay for scalability and 2)... read more
How to programmatically create Fields?

How to display all records by default on a view with exposed filters

I’ve managed (after a lot of struggle) to create a view with four exposed filters (all filters are taxonomy fields). My problem is that now by default no data is presented to the user whene the page loads and data appears only when a filter term is chosen.... read more
Replicating an existing table-based form as PDF views output?

Replicating an existing table-based form as PDF views output?

The Drupal 6 project I’m working on involves a custom content type with a bunch of different elements. I’m needing to replicate an existing form — see screenshot. Ultimately, I need to take the data stored in the CCK fields attached to this content... read more