Hello, I would like to change some code but don't know where to do it.
On the biblio setting page http://website.com/admin/settings/biblio/defaults is a table of Currently configured fields: Filed Name, Default Title, Hint etc.
The Hint input maxlength is locked to 128 and I would need something longer, normally the DB is configured for 255 characters.
When I look the source code of this setting page I have:
<input type="text" maxlength="128" name="configured_flds[1][hint]" id="edit-configured-flds-1-hint" size="15" value="here the hint text with 255 chars please" class="form-text" />
So I can't put more then 128 chars for the Hint input.
I tried to look where I can change the Hint input maxlength but I can't find it.
Do you know where to do it?
Comments
Comment #1
rjerome commentedThis required a couple of changes which you will now find in the -dev version. One was to the database (so you will have to run update.php).
Ron.
Comment #2
daja commentedThank you very much, with the -dev it works good.
However I have two little problems:
1) Where can I put the Hint text for the "Title"? The Title field is not listed on http://website.com/admin/settings/biblio/defaults
2) I changed the Hint text for "Keywords" field. It's a common field for all biblio types on my site. But when I try to create a new publication, the Hint text under the Keyword field still appears as: "Separate key words with a , character". Where does this come from?
Thank you for your help.
Comment #3
bekasu commentedMarking issue closed.