Kunena 7.0.4 Released

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

Question phpbb3 to Kunena

More
15 years 11 months 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
15 years 11 months 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.221 seconds