Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Idea Using Kunena BBCode Parser in other Modules/Components

More
13 years 10 months ago - 13 years 10 months ago #1 by senes
Hello Kunena Community,
i can't say it enough: Kunena is a great Forum system.

I want to share with you my trick. I couldn't find it in the hole forum, i think it should help a lot of developers who want to work with Kunena.

How to parse BBCode like:
Code:
[b]Test[/b]
into
Code:
<b>Test</b>

Just use the following code:
Code:
require_once("PATH_TO_JOOMLA/components/com_kunena/class.kunena.php"); echo htmlspecialchars(CKunenaTools::parseBBCode("[b]TEST[/b]"));

Best regards
Last edit: 13 years 10 months ago by senes.

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

More
13 years 10 months ago #2 by xillibit
Hello,

It's an idea that we have in mind, maybe we can do this with a plugin

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.

Time to create page: 0.472 seconds