- Posts: 5
- Thank you received: 0
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.
Question Kunena Latest lists topics with bullet-points
14 years 8 months ago #103095
by TAR_Loki
Kunena Latest lists topics with bullet-points was created by TAR_Loki
Hello!
Why does Kunenalatest Modul show threats in list style? (see 1. picture)
How can I configure it so that it will look like the 2nd picture.
Info:
1. picture: Kunenalatest 1.6.4 under Joomla 1.6
2nd picture: Kunenalatest 1.6.4 under Joomla 1.5
Why does Kunenalatest Modul show threats in list style? (see 1. picture)
How can I configure it so that it will look like the 2nd picture.
Info:
1. picture: Kunenalatest 1.6.4 under Joomla 1.6
2nd picture: Kunenalatest 1.6.4 under Joomla 1.5
Please Log in or Create an account to join the conversation.
14 years 8 months ago #103102
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Kunena Latest lists topics with bullet-points
Your Joomla site template CSS is overriding the Kunena Latest CSS file (../modules/mod_kunenalatest/tmpl/css/kunenalatest.css). Copy the LI rules from the Kunena Latest CSS file and place them at the end of your Joomla site template CSS file, these ones in particular:
Code:
.klatest li {
background: none repeat scroll 0 0 transparent !important;
}
.klatest-items li.klatest-item {
clear: both;
list-style: none outside none !important;
margin: 2px 0;
padding: 0 0 1px;
}
.klatest-itemdetails li.klatest-author {
display: inline;
}
.klatest-itemdetails li.klatest-posttime {
display: block;
}
.klatest-items, .klatest-items ul.klatest-itemdetails {
margin: 0;
padding: 0;
}
.klatest-itemdetails li, .klatest-preview-content li {
display: block;
margin-bottom: 0 !important;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: TAR_Loki, ercan-usta
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #103144
by TAR_Loki
Replied by TAR_Loki on topic Re: Kunena Latest lists topics with bullet-points
Thank you very much!
I've copied the hole contnet of the kunenalatest.css to the end of the joomla.css and it works!
Thanks!
I've copied the hole contnet of the kunenalatest.css to the end of the joomla.css and it works!
Thanks!
Last edit: 14 years 8 months ago by TAR_Loki.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #104022
by vssmnn
Replied by vssmnn on topic How to remove Dots in Module
Please Log in or Create an account to join the conversation.
14 years 8 months ago #104027
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: How to remove Dots in Module
Hello,
Look with firebug, search on google about disable dots in list
Look with firebug, search on google about disable dots in list
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #104029
by vssmnn
Replied by vssmnn on topic Re: How to remove Dots in Module
Please Log in or Create an account to join the conversation.
Time to create page: 0.259 seconds