Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question phpbb3 to Kunena

More
16 years 3 weeks ago #48818 by tripslip38
Replied by tripslip38 on topic Re: phpbb3 to Kunena
I'm not sure if this fits in this topic, but many other conversion related questions have been asked here, so I'll shoot:

PhpBB3 uses strange unique ID's within the BBcode they store in the database for post content.

Example: [url:17ejkhi]http://www....[/url:17ejkhi]

First, I'm unsure what the point of these is, and second, Kunena doesn't like them.

My regex isn't strong enough to write a parser for this converter. Anyone come up with a solution?

Thanks.

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

More
16 years 3 weeks ago #48883 by Kymmy
Replied by Kymmy on topic Re: phpbb3 to Kunena
tripslip38 wrote:

I'm not sure if this fits in this topic, but many other conversion related questions have been asked here, so I'll shoot:

PhpBB3 uses strange unique ID's within the BBcode they store in the database for post content.

Example: [url:17ejkhi]http://www....[/url:17ejkhi]

First, I'm unsure what the point of these is, and second, Kunena doesn't like them.

My regex isn't strong enough to write a parser for this converter. Anyone come up with a solution?

Thanks.


If you know of a find/replace tool within a text editor that will enable you to do a url:???????] and replace with url] then that is easily done via a database dump (using an export and then re-import the database..

I've had a look at a test DB I did and the URL statements all have an "onclick" statement on them that is easy to get rid of using this method, but I presume the bit after [url: is a hex dynamic, if so then you may have a hard time finding an editor with a working find/replace

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

Time to create page: 0.248 seconds