What I'm doing, where I've been, problems I have, problems I've solved.
Friday, 1 June 2012
Creating a new biblio type programatically in Drupal 7
How to create a new biblio type in code in Drupal 7:
This is just a modification of the function biblio_admin_types_add_form_submit($form, &$form_state) and run during install of the custom module (using hook_install() ).