Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Solved unordered and ordered list not working as expected

More
10 years 11 months ago #166054 by ruud
Hi,
when I have eg 4 lines that I want to have in a ordered list I type the 4 lines, select them and press on the unordered list button.
This is what happens here on the kunena forum:
Code:
[ul] [li]line 1[/li] [li]Line 2[/li] [li]Line 3[/li] [li]Line 4[/li] [/ul]

But this is what happens on kunena 4.0.1 / crypsis:
Code:
[ul] [li][/li] [li][/li]Line 1 Line 2 Line 3 Line 4 [/ul]

same for ordered list

sharing = caring

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

More
10 years 11 months ago - 10 years 11 months ago #166176 by ruud
Hi, just to follow up:

same issue for selection text and then pressing the hyperlink button:
What you would expect is that the selected text gets the hyperlink, but that is not what happens :(

this is what happens when I select the word Kunena on this line and input the url for the website on this forum
Code:
this is what happens when I select the word [url=http://kunena.org]Kunena[/url] on this line and input the url for the website on this forum

this is what happens on Kunena 4.0.1
Code:
this is what happens when I select the word [url=kunena.org]kunena.orgKunena[/url] on this line and input the url for the website on this forum

sharing = caring
Last edit: 10 years 11 months ago by ruud.

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

More
10 years 11 months ago #166242 by 810
I can confirm this issue with crypsis
The following user(s) said Thank You: ruud

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

More
10 years 11 months ago #166247 by betteryouthanme
Nothing to do with the original intention of this post but affects lists too. ;)

The numbers of ol's and dots of ul's are not displayed for me.
Can anyone confirm this?

There seems a css rule which hides the symbols.

Little test on this forum:
  • item
  • item
  • item
  1. item
  2. item
  3. item

Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant

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

More
10 years 11 months ago - 10 years 11 months ago #166248 by sozzled
There are several issues with list items.

1) The BBcode parser for Crypsis creates additional line-breaks if you select some lines of text and press the OL or UL button (as mentioned by Ruud in msg #1 of this topic.

2) In my case (on a standard Joomla 3.4.1 website using the Protostar template) the numbered list-style works as expected, but the bullets are absent on ULs.

This is the BBcode I used:
Code:
[u]Ordered list[/u] [ol=1] [li]insert key[/li] [li]start car[/li] [li]drive[/li] [/ol] [u]Unordered list[/u] [ul] [li]apples[/li] [li]oranges[/li] [li]bananas[/li] [/ul]

This is how it appears (in Crypsis):



With Blue Eagle, the lists work as expected:



The problem is that there is only one single CSS definition for all list styles in the K 4.0.1 Crypsis template (at line 171 of kunena.css):
Code:
#kunena.layout ul li { list-style: outside none none; }
If you change this definition, the whole Crypsis template falls apart.

810 wrote: I can confirm this issue with crypsis

Perhaps this should be added to the list of known issues ?
Last edit: 10 years 11 months ago by sozzled.

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

More
10 years 10 months ago - 10 years 10 months ago #167162 by sozzled
The problems with OL and UL formatting remain in K 4.0.3 with Crypsis and J! 3.4.3 with the standard Protostar template. This issue still has not been resolved.
Last edit: 10 years 10 months ago by sozzled.

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

Time to create page: 0.259 seconds