Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] 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 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 Kunena BBCode parse no [img size=

More
13 years 11 months ago - 13 years 11 months ago #131947 by Niels85
Hi at all,

at first sorry for my english.

I update from Joomla 1.0 with Joomlaboard over Fireboard 1.0.5 to Joomla 1.5 with mtwmigrator.
And then i install in Joomla 1.5 com_kunena 1.7.2 with migration from Fireboard 1.0.3. After i copy the #__fb_ tables manuel in the database and the files (avatars/attachments etc.)

The final step i realize with jupgrade 2.5.2 from redcomponent and install in Joomla 2.5 kunena 2.0.1.

So my Problem is that kunena parse no BBCode [img]-tags from the table #_kunena_messages_text, by the old messages, when i add a new messages it works although in edit/answer view kunena published the images from old messages.

I found the articels on github

in libraries/bbcode/bbcode.php line 1491 i alter
return "<div class=\"kmsgimage\">{$attachment->imagelink}</div>";
into return "<div class=\"kmsgimage\">{$attachment->_imagelink}</div>";

then he published the image.

i add this line at line 1488 to get the attachments array.
return print_r($attachments [$att->id]);

i get this see attachments.txt.
Last edit: 13 years 11 months ago by Niels85.

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

More
13 years 11 months ago #131948 by sozzled
You cannot upgrade directly from Fireboard 1.0.3 -> K 1.7.2. You need to upgrade to Fireboard 1.0.4 first.

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

More
13 years 11 months ago - 13 years 11 months ago #131949 by Niels85
Replied by Niels85 on topic my Config
My config:
This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 200 seconds | Max execution memory: 256M | Max file upload: 128M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : beez_20 | author: Angie Radtke | version: 2.5.0 | creationdate: 25 November 2009

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31

Kunena version detailed: Kunena 2.0.1 | 2012-07-07 [ Balozi ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None

Last edit: 13 years 11 months ago by Niels85. Reason: the e-mails was clear

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

More
13 years 11 months ago #131951 by Niels85

sozzled wrote: You cannot upgrade directly from Fireboard 1.0.3 -> K 1.7.2. You need to upgrade to Fireboard 1.0.4 first.


i know.

first i install fb_converter
second i install joomla 1.5.26 in the same database as joomla 1.0.8
and then i copy the database
Code:
create table newprefix_fb_announcement like oldprefix_fb_announcement; insert into newprefix_fb_announcement select * from oldprefix_fb_announcement; create table newprefix_fb_attachments like oldprefix_fb_attachments; insert into newprefix_fb_attachments select * from oldprefix_fb_attachments; create table newprefix_fb_categories like oldprefix_fb_categories; insert into newprefix_fb_categories select * from oldprefix_fb_categories; create table newprefix_fb_favorites like oldprefix_fb_favorites; insert into newprefix_fb_favorites select * from oldprefix_fb_favorites; create table newprefix_fb_groups like oldprefix_fb_groups; insert into newprefix_fb_groups select * from oldprefix_fb_groups; create table newprefix_fb_messages like oldprefix_fb_messages; insert into newprefix_fb_messages select * from oldprefix_fb_messages; create table newprefix_fb_messages_text like oldprefix_fb_messages_text; insert into newprefix_fb_messages_text select * from oldprefix_fb_messages_text; create table newprefix_fb_moderation like oldprefix_fb_moderation; insert into newprefix_fb_moderation select * from oldprefix_fb_moderation; create table newprefix_fb_ranks like oldprefix_fb_ranks; insert into newprefix_fb_ranks select * from oldprefix_fb_ranks; create table newprefix_fb_sessions like oldprefix_fb_sessions; insert into newprefix_fb_sessions select * from oldprefix_fb_sessions; create table newprefix_fb_smileys like oldprefix_fb_smileys; insert into newprefix_fb_smileys select * from oldprefix_fb_smileys; create table newprefix_fb_subscriptions like oldprefix_fb_subscriptions; insert into newprefix_fb_subscriptions select * from oldprefix_fb_subscriptions; create table newprefix_fb_users like oldprefix_fb_users; insert into newprefix_fb_users select * from oldprefix_fb_users; create table newprefix_fb_whoisonline like oldprefix_fb_whoisonline; insert into newprefix_fb_whoisonline select * from oldprefix_fb_whoisonline;

is this wrong!?

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

More
13 years 11 months ago #131952 by sozzled
You cannot migrate from Fireboard 1.0.3 to K 2.0.1 on a J! 2.5 website. You can only do those things on a J! 1.5 website (with " legacy mode " enabled)

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

More
13 years 11 months ago #131954 by Niels85
That is correct. again.

First i install fireboard 1.0.4 migrate from joomlaboard the i convert to 1.0.5 Rc2.
Install Joomla 1.5.26 migrate the user and content from 1.0.8.
Then i create new folders and copy from joomla 1.0.8 the files to joomla 1.5 with shell in the root from joomla 1.5 .
Code:
mkdir images/fbfiles mkdir images/fbfiles/avatars mkdir images/fbfiles/attachments mkdir images/fbfiles/attachments/images mkdir images/fbfiles/attachments/files cp ../old_cms/images/fbfiles/avatars/* -R images/fbfiles/avatars/ cp ../old_cms/images/fbfiles/images/* -R images/fbfiles/attachments/images cp ../old_cms/images/fbfiles/files/* -R images/fbfiles/attachments/files

And copy the tables into the new cms.

After that i install Kunena 1.7.2 an migrate from 1.0.3. All looks great the avatars copy the attachments copy the messages all copy and all is in the new tables from #_kunena.

Then i install com_jupgrade active mootool_upgrade plugin and migrate to joomla 2.5.6 with 3dparty kunena works.

In Joomla 2.5.6 i install kunena 2.0.1 all works the messages art moved/copy the avatars/attachments except parsing [img] bbcode

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

Time to create page: 0.275 seconds