Increasing text shown through Custom Fields block
beckyg
Joined: 2005-11-14
Posts: 62 |
Posted: Mon, 2005-12-05 21:29 |
Hi! I'd like to know how to increase the amount of information a Custom Field (from the Custom Field block) will show. Here I have "renamed" the Custom Field to Biography. I'd like it to show the bio of each artist under their Album. But, as you can see, it gets chopped off at the end. What file would I modify in order to increase the text? Thanks! (p.s. I wasn't sure if this request went under this topic, or the Customizations topic, so I posted to both. I assume the Admin people can determine the best place.) |
|
Posts: 32509
this is hardcoded, even the database table is hardcoded to have a value of maximally 255 characters.
you'd have to change
modules/customfield/classes/CustomfieldMap.class
modules/customfield/classes/interfaces/CustomfieldMap.inc
modules/customfield/classes/GalleryStorage/DatabaseStorage/schema/...
Posts: 62
Ah, ok. Thanks!