Kunena 7.0.3 Released

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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved {mos_fb_discuss:15} is quoted, no link shown

More
13 years 8 months ago #128703 by Matias
Sorry, I was offline for a few days after having too many sleepless nights.

There's very easy way to do this (in your database).

The old discuss plugin should have its own table containing information on which article has been bound to which topic. That information just needs to be copied to the new table (one SQL command):
Code:
REPLACE INTO `jos_kunenadiscuss` SELECT `content_id` , `thread_id` FROM `jos_fb_discussbot`

Not 100% sure if that works, but try it (just change prefix).

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

Time to create page: 0.262 seconds