Author Topic: File/Document Name - Maximum number of Characters?  (Read 2181 times)

robinmitra

  • Freshman
  • *
  • Posts: 32
    • View Profile
    • Email
File/Document Name - Maximum number of Characters?
« on: April 15, 2011, 01:43:42 pm »
Hi

I just noticed that FO truncates filenames with more than 100 characters (roughly).

How do I go about increasing this limit from 100 to say 200, as we have larger filenames in our organisation.

I am a coder so any pointers into the source code would be appreciated if the need be.

Best Regards

Robin

Markus

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: File/Document Name - Maximum number of Characters?
« Reply #1 on: April 18, 2011, 03:19:17 am »
Hi Robin,

no source code, but table-definition in DB:

Code: [Select]
og_project_files -> filename -> varchar(100)
There might be some modification in layout applicable, but not necessary (ROOT/application/views)

cheers
markus


robinmitra

  • Freshman
  • *
  • Posts: 32
    • View Profile
    • Email
Re: File/Document Name - Maximum number of Characters?
« Reply #2 on: April 24, 2011, 08:06:57 am »
Hi Markus

Thanks a lot for your reply..That solved the trick!

Cheers

Robin