- Posts: 72
- Thank you received: 6
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 Bullet points in lists mising?
15 years 7 months ago #82801
by Kymmy
Bullet points in lists mising? was created by Kymmy
I did do a search but found locked topics with references to K1.6.0 and previous versions..
Is the bullet point lists ever going to get solved..? Just that at the moment the .column ul li in joomla's template.css is overwritten by a Background: none statement in Kunena.foum-min.css
Without rewriting the bbcode and allocate it a new class (a bit beyond my skills) it's upto the developers..
So the developing team is there possibility of a bit of feedback on this problem
TnX Kymmy
Is the bullet point lists ever going to get solved..? Just that at the moment the .column ul li in joomla's template.css is overwritten by a Background: none statement in Kunena.foum-min.css
Without rewriting the bbcode and allocate it a new class (a bit beyond my skills) it's upto the developers..
So the developing team is there possibility of a bit of feedback on this problem

TnX Kymmy
Please Log in or Create an account to join the conversation.
15 years 7 months ago - 15 years 7 months ago #82812
by Kymmy
Replied by Kymmy on topic Re: Bullet points in lists mising?
Oh I am a stupid girl...
A simple solution is to just add a statement to the css file to include a bulletpoint for that div class
So I added the following that now works
Obviously the url will be dependant on where you have the bullet.gif file but other than that it works..
A simple solution is to just add a statement to the css file to include a bulletpoint for that div class
So I added the following that now works
Code:
#Kunena div.kmsgbody div.kmsgtext ul li {
background: url(/templates/ja_kyanite_ii/images/bullet.gif) no-repeat 20px 7px;
line-height: 120%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}
Obviously the url will be dependant on where you have the bullet.gif file but other than that it works..
Last edit: 15 years 7 months ago by Kymmy.
Please Log in or Create an account to join the conversation.
15 years 7 months ago - 15 years 7 months ago #82823
by Kymmy
Replied by Kymmy on topic Re: Bullet points in lists mising?
Also now fixed in both right and bottom previews
Again the URL will be pointing to where-ever you have you bullet.gif file (normally found within your joomla template images folder
Code:
#Kunena div.kbbcode-preview-right ul li {
background: url(/templates/ja_kyanite_ii/images/bullet.gif) no-repeat 20px 7px;
line-height: 120%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}
Code:
#Kunena div.kbbcode-preview-bottom ul li {
background: url(/templates/ja_kyanite_ii/images/bullet.gif) no-repeat 20px 7px;
line-height: 120%;
margin-bottom: 5px;
overflow: hidden;
padding-left: 30px;
}
Again the URL will be pointing to where-ever you have you bullet.gif file (normally found within your joomla template images folder
Last edit: 15 years 7 months ago by Kymmy.
Please Log in or Create an account to join the conversation.
15 years 7 months ago #82862
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Bullet points in lists mising?
Locked topic? We reserve the use of the topic lock feature to exceptional circumstances and so I am surprised by your observation. Can you please provide us with the URL of this locked topic?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 7 months ago #82882
by Kymmy
Replied by Kymmy on topic Re: Bullet points in lists mising?
Please Log in or Create an account to join the conversation.
15 years 7 months ago - 15 years 7 months ago #82885
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Bullet points in lists mising?
Thank you, Kymmy. That particular topic was locked because of the miscellaneous nature of the topic. The topic had become so fractured, so complicated and so confusing, no-one would know (just by looking at the subject) what it was all about. In addition to addressing (in part) the bullet point issues, that topic also addressed a dozen other things.
It is no wonder you were confused. It is not surprising that your search of your question gave you inconclusive advice. That's why we like to keep the topics confined to a single issue ... one issue per topic. Helps everyone better that way!
Our job here, in forum moderation, is to keep things as on-topic as possible in order to help other people looking for answers. A lot of people forget that when they create these broad-ranging topic subjects like "I have a few questions ... " or "Help me, please". Sooner or later we have to do something to bring the matters to a satisfactory resolution. Sometimes the only way we can achieve that is to lock the topic.
BTW, sorry for my off-topic remarks in your topic!
It is no wonder you were confused. It is not surprising that your search of your question gave you inconclusive advice. That's why we like to keep the topics confined to a single issue ... one issue per topic. Helps everyone better that way!
Our job here, in forum moderation, is to keep things as on-topic as possible in order to help other people looking for answers. A lot of people forget that when they create these broad-ranging topic subjects like "I have a few questions ... " or "Help me, please". Sooner or later we have to do something to bring the matters to a satisfactory resolution. Sometimes the only way we can achieve that is to lock the topic.
BTW, sorry for my off-topic remarks in your topic!
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 7 months ago by sozzled.
Please Log in or Create an account to join the conversation.
Time to create page: 0.282 seconds