Wrap long filenames to a specified length Wrap long filenames to a specified length
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Wrap long filenames to a specified length

Started by skidpics, September 09, 2007, 03:18:51 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

skidpics

Is there a tweak that will allow filenames to wrap around to a second line at a specified length?


Sami

As you can't have a space at your file name then wrapping  would be useless !
‍I don't answer to PM with support question
Please post your issue to related board

skidpics

Quote from: Sami on September 09, 2007, 09:11:11 AM
As you can't have a space at your file name then wrapping  would be useless !

I should have been clearer about the issue - It would be wrapped upon thumbnailed display, since sometimes, when the filenames are too long, the columns get out of alignment..



Joachim Müller

As Sami suggested: there would be no linebreak no matter what. You'd have to add code instead that truncates long filenames.