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

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Question Problem with greek characters in a specific place in the page of the forum

More
14 years 2 months ago #119140 by Jiminimonka
This message contains confidential information

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

Legacy mode: Disabled | Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 100M

Kunena menu details:
Warning: Spoiler!

Joomla default template details : silefim | author: ΣΙ.ΛΕ.ΦΙ.Μ. | version: 1.0 | creationdate: 2012-02-18

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31

Kunena version detailled: Installed version: 1.7.2 | Build: 5215 | Version name: Omega | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: Kunena Latest 1.7.2


Please read the FAQ.
Only one question per topic.
Search before you ask a question.

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

More
14 years 2 months ago #119141 by Jiminimonka
Your configuration report needs to be pasted into Joomla, not PMed (where is is virtually unreadable). :)

Please read the FAQ.
Only one question per topic.
Search before you ask a question.

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

More
14 years 2 months ago #119146 by nomadal

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

More
14 years 2 months ago - 14 years 2 months ago #119152 by sozzled
G'day, nomadal, and welcome to Kunena.

Your problem is caused by your Joomla template (see My Joomla template makes a mess of Kunena ). Your Joomla site template CSS file (../templates/silefim/css/template.css) has the following rule around line 1659:
Code:
.art-post ul li, .art-post ol ul li { background-image: url("../images/postbullets.png"); background-repeat: no-repeat; overflow: auto; padding-left: 16px; }
The problem is that earlier in the same file, the template changed the rule for <UL> elements, and now you have to change it back again, like this
Code:
.art-post ul li, .art-post ol ul li { background-image: url("../images/postbullets.png"); background-repeat: no-repeat; overflow: visible; padding-left: 16px; }
The problems are similar because these templates were built on the same Artiseer framework.

I want to again remind people who have these kinds of problems - where text is badly aligned or cut-off at the top, bottom, left or right, or unreadable for any other purpose - that we are not providing a free service to fix up mistakes made by other template developers. If you have a problem with your template, talk first with the people who developed your template.
Last edit: 14 years 2 months ago by sozzled.

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

More
14 years 2 months ago #119189 by nomadal
Sorry for bothering you and thank you very much for your help. BUT in css file it was already set to visible. So the problem is still there

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

More
14 years 2 months ago #119190 by sozzled
As I have written here, and in other places, whenever I've shown people the answer to the problem, I am more than happy to take on board further questions on the same subject at the rate of $10.00 per question. If you would like for me to apply the implementation of my solution on your website, I would be quite happy to do that (for about $50 per hour). As I have written, our job here is not to provide a free service to remedy the problems in other developer's template designs.

If these terms are acceptable to you, please contact me by PM and I will see what I can do.

On the other hand, if someone else is feeling particularly generous and is prepared to implement a solution for you for a lesser or no charge, that's also a possibility you might like to consider.

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

Time to create page: 0.218 seconds