I need to extend the volume input so I can fit volumes such as "Fall/Winter" - the maxlength is 10 characters right now which gives me Fall/Winte.
I noticed that the maximum char length is set in the biblio.install. Do I need to reinstall to change this? I would rather not have to do this, seeing as the site is already populated and configured.
Is there some other way to change this?
Thanks so much for the help.
Comments
Comment #1
rjerome commentedAssuming your OK with working directly with the database you can apply the following commands to fix your problem...
Otherwise an update could be added to the install file which would do the same things, but unless you are planning to upgrade to 6.x, adding your own update could cause problems since your installation will be out of sync with the distributed one.
Ron.
Comment #2
masood_mj commenteddoes this work with citekey? I need to extend the size of the citekey field because some bibliography applications autogenerate the citekey and when we import from them, the citekey shows the length error
Thanks
Comment #3
rhaschke commentedThe same applies for citekey as well. Just adapt the names:
In biblio 6.x the citekey field is 255 in length already.
Comment #4
masood_mj commentedreally? but the UI doesn't allow me to input a long citekey (more than 16 character) , and also it shows an error if I change it in DB and then edit the biblio item!
Comment #5
rjerome commentedIndeed, the form doesn't seem to be following it's own rules... according to the FAPI documentation
and that fields maxlength is set to 255 but it doesn't seem to matter.
I'll check into this.
Comment #6
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.