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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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 1 Guest 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.