Hello again!
I have a problem with the creation of new types of publications. A new type of publishing I have not made a major "year of publication", but biblio when creating a record still requires me to this.
| Comment | File | Size | Author |
|---|---|---|---|
| year-2.jpg | 42.42 KB | keha3912 | |
| year-1.jpg | 30.6 KB | keha3912 |
Comments
Comment #1
keha3912 commentedMy problem is not relevant?
Comment #2
rjerome commentedSorry about that, I looked at this request and then it completely slipped my mind. This has been fixed in the -dev version, and you can fix your own version by commenting out lines 1431 - 1434 in the biblio_form_validate function contained in the biblio.module file as shown below...
Ron.
(http://drupal.org/cvs?commit=230150)
Comment #3
keha3912 commentedI looked corrected errors in the -dev version and therefore decided to upgrade biblio.module. Yes, now a 'biblio_year' has become optional. However, this module automatically adds a column 'Submitted'. But I thought how can I fix this - I'm changed translation 'Submitted' - 'Не указан' ('Not specified').
PS Thank you for your attention to my problems! :)
Comment #4
rjerome commentedYes, what's happening is the database fills this column with the value 9999 if none is supplied (and I am interpreting a value of 9999 to mean that the paper has been submitted for publication but not actually published. There is another "magic" value of 9998 which means "In Press" and perhaps a third magic value of 0 could mean "Not Specified/Not Available". The values were chosen such that the "Submitted and In Press" entries would precede all others when sorted by year (descending), so a value of 0 would put all entries without a date after all other entries when sorted by year (descending).
Ron.
Comment #5
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.