Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
10 years 4 months ago - 10 years 3 months ago #1 by afterburner
hi !
i have a little problem with attachments in user profile .
table does not fit in the template
Last edit: 10 years 3 months ago by afterburner.

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

More
10 years 4 months ago #2 by Jiminimonka
Could you please post your Kunena Configuration Report as it will help diagnose the issue.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
The following user(s) said Thank You: afterburner

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

More
10 years 4 months ago #3 by afterburner
This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 32M | Max file upload: 32M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : rockett+ | author: Rockettboost | version: 1.0 | creationdate: Unknown

Kunena default template details : Blue Eagle | author: Kunena Team | version: 3.0.3 | creationdate: 2013-10-20

Kunena version detailed: Kunena 3.0.3 | 2013-10-20 [ Bifrost ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None

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

More
10 years 4 months ago #4 by Jiminimonka
I have made a bug report for this on GitHub - github.com/Kunena/Kunena-Forum/issues/2162

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
The following user(s) said Thank You: afterburner

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

More
10 years 4 months ago #5 by GT3
I updated to 3.0.3 last night, and have the Blue Eagle template set as default. When I view a post on a NEXUS 7 tablet, the same thing is happening, the right hand side of the posts are missing / not being wrapped.

Is this along the same lines as the other issue? Would you like me to post a screenshot?

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

More
10 years 4 months ago #6 by 9themestore
Hi,

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

- 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 :)

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

More
10 years 4 months ago #7 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
10 years 4 months ago - 10 years 4 months ago #8 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: 10 years 4 months ago by 9themestore.

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

More
10 years 3 months ago - 10 years 3 months ago #9 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: 10 years 3 months ago by sozzled.
The following user(s) said Thank You: afterburner

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

More
10 years 3 months ago #10 by afterburner

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

Time to create page: 0.443 seconds