The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] 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 6.0 Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
If I want a table to look like this, I have to edit the code and manually enter the extra [td][/td] codes in between each item after I have used the Kunena Editor. I used {} brackets instead of square ones to see if that helps.
Please read the
FAQ. Only one question per topic. Search
before you ask a question.
This was the original BBcode from Jiminimonka's posting:
Code:
[table]
[tr]
[td]BigGclapp[/td][td]Bioanalysis[/td][td]Biochem[/td][td]Diplomacy[/td]
[/tr]
[tr]
[td]Eldolil[/td][td]Artifice[/td][td]Archeology[/td][td]Slicing[/td]
[/tr]
[tr]
[td]Heca[/td][td]Armstech[/td][td]Scavenging[/td][td]Slicing[/td]
[/tr]
[tr]
[td]Jiminimonka[/td][td]Slicing[/td][td]Archaelogy[/td][td]Underworld Trading[/td]
[/tr]
[tr]
[td]Kylen[/td][td]Armormech[/td][td]Scavenging[/td][td]Underworld Trading[/td]
[/tr]
[tr]
[td]Maza[/td][td]Armstech[/td][td]Scavenging[/td][td]Investigation[/td]
[/tr]
[tr]
[td]Gray[/td][td]Cybertech[/td][td]Scavenging[/td][td]Slicing[/td]
[/tr]
[tr]
[td]Robapp[/td][td]Slicing[/td][td]Archaelogy[/td][td]Treasure Hunting[/td]
[/tr]
[tr]
[td]Talabas[/td][td]Cybertech[/td][td]Scavenging[/td][td]Slicing[/td]
[/tr]
[tr]
[td]Theotaher[/td][td]Artifice[/td][td]Archeology[/td][td]Treasure Hunting[/td]
[/tr]
[/table]
If I want a table to look like this, I have to edit the code and manually enter the extra [td][/td] codes in between each item after I have used the Kunena Editor. I used {} brackets instead of square ones to see if that helps.
If I enter this:
[code=html][table]
[tr][td] Eldolil Artifice Archeology Slicing[/td][/tr]
[tr][td] Heca Armstech Scavenging Slicing[/td][/tr]
[tr][td] Jiminimonka Slicing Archaelogy Underworld Trading[/td][/tr]
[tr][td] Kylen Armormech Scavenging Underworld Trading[/td][/tr]
[tr][td] [/td][/tr]
[tr][td] Maza Armstech Scavenging Investigation[/td][/tr]
[tr][td] Gray Cybertech Scavenging Slicing[/td][/tr]
[tr][td] [/td][/tr]
[tr][td] Robapp Slicing Archaelogy Treasure Hunting[/td][/tr]
[tr][td] [/td][/tr]
[tr][td] Talabas Cybertech Scavenging Slicing[/td][/tr]
[tr][td] Theotaher Artifice Archeology Treasure Hunting[/td][/tr]
[/table]