Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Attachments: long filenames do not fit in display of attachments.

More
12 years 5 months ago #151553 by afterburner

9themestore wrote: Hi,

I think you try to use the CSS trim the image string name.


not working

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #151554 by 9themestore
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.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
Last edit: 12 years 5 months ago by 9themestore.

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago - 12 years 4 months ago #152095 by sozzled
This matter should have been resolved in K 3.0.4.

@afterburner: please confirm that we can now close this topic. Thank you.
Last edit: 12 years 4 months ago by sozzled.
The following user(s) said Thank You: afterburner

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #152097 by afterburner

Please Log in or Create an account to join the conversation.

Time to create page: 0.258 seconds