Search Results (Searched for: text-overflow)

07 Nov 2016 10:02
Habe jetzt mal ne weile das Forum durchsucht und habe leider nur einen Beitrag von Kunena Version 3 gefunden und bezogen auf die Länge von Dateinamen, eventuell hat jeamand eine Idee wie sich das auf Version 5.0.3 und die Titellänge auf der Indexseite umändern lässt:

kunena.org/forum/search?query=text-overf...te=all&childforums=1

Vielen Dank & Grüße
16 Dec 2013 10:21 - 16 Dec 2013 10:33
Hi,

You can do some bellow steps:

- Step 1: Open the default_attachments.php file in the "html/user/" folder.

- Step 2: Go to about line 61 and add a div element.
Code:
<td class="kcol-mid"><div class="file-name"><?php echo $item->filename; ?></div></td>

- Step 3: Open the template.css file in your joomla template and add bellow CSS code section to bottom of file.
Code:
div.file-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 55px; /* You can change width of the div */ }

- Step 4: Try to refresh your site.

Best regards.
Displaying 1 - 2 out of 2 results.
Time to create page: 4.864 seconds