filename character count limitation
Posted: 16 Aug 2008, 10:59
In screens such as this example:
only the first 15 characters of a folder name are shown, even though the column is almost the full width of the screen. Screens which display file names show the entire file name, but if the system returns only a folder name, as in the directory view given above, the folder name is cut off with an ellipse.
In other words, I get this:
Instead of this:
How can I get it to display the entire folder name instead? Putting the distinguishing number first is not an option. It's at the end because it comes out of a filing system that way.
Please advise. Thanks.
Code: Select all
/administrator/index.php?option=com_phocagallery&view=phocagallerym&layout=form&hidemainmenu=1&folder=someimagefolder
In other words, I get this:
Code: Select all
example-of-a-fo...
Code: Select all
example-of-a-folder-with-a-distinguishing-number-at-the-end-8675309
Please advise. Thanks.