Good time.
I have problems with “REFERENCES”.
- can not add “REFERENCES” for the second language (there is no interface).
- how to increase the length of the “REFERENCES” text field
The latest version is installed
Good time.
I have problems with “REFERENCES”.
Hi @11129
Could you please share a screenshot of this issue? Also, which version of OJS are you using currently?
Best,
Israel Cefrin
PKP Team
problems 2 : how to increase the length of the “REFERENCES” text field.
does not give an error. there is simply no way to add a long text to “REFERENCES”
Hi @11129
It looks like a real issue. You can let PKP’s developers know you would like this feature by filing an issue in PKP’s Github repository, where we manage and track our software development.
You just need to create a free Github account in order to create new issues. Please let me know if you need assistance with this.
Best,
Israel Cefrin
PKP Team
Hi @11129
problems 2 : how to increase the length of the “REFERENCES” text field.
does not give an error. there is simply no way to add a long text to “REFERENCES”
You are reaching the character limit of the field? Do you know how many characters you are attempting to fill in?
Best,
Israel Cefrin
PKP Team
You are reaching the character limit of the field? Yes!
how to increase the length of the “REFERENCES” text field
You are reaching the character limit of the field? Yes!
how to increase the length of the “REFERENCES” text field
Hi @11129
You can increase the limit field length changing its type from TEXT
to MEDIUMTEXT
or LONGTEXT
on the citations
table, raw_citation
column.
See this reference for column type length:
However, be aware that it might be returned to the original type when you need to upgrade your OJS.
Best,
Israel Cefrin
PKP Team