Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Modified version of the conversion script - Get more data from phpBB3 to Kunena

More
14 years 10 months ago - 14 years 10 months ago #94140 by stalkerMPRo

frold wrote: I have updated the convertion script found here:

Feel free to test it

I was not able to get the birthday from phpBB3 --> Kunena


why?
phpbb3: 1986-2-11
fb: 1986-02-11

your code do this well
Code:
$birthdateDate = strtotime("1986-2-11"); $birthdateDate = date( "Y-m-d", $birthdateDate); //1986-02-11
Last edit: 14 years 10 months ago by stalkerMPRo.

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

More
14 years 10 months ago #94155 by stalkerMPRo
that not works)
Code:
$frmt = explode("-", $row->user_birthday); $birthdateDate = sprintf("%04d-%02d-%02d", $frmt[2], $frmt[1], $frmt[0]);
try this

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

More
14 years 10 months ago #95129 by frold

stalkerMPRo wrote: that not works)

Code:
$frmt = explode("-", $row->user_birthday); $birthdateDate = sprintf("%04d-%02d-%02d", $frmt[2], $frmt[1], $frmt[0]);
try this


Thanks I will try to build this into the convert script!!

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

More
14 years 10 months ago - 14 years 9 months ago #95857 by fsoares
Hi all,

Frold and stalkerMPRo I used the idea and made some aditions to the script...

Now convert attachments, rename attachments files/images, convert and rename avatars, correct the text tags for attachments, ...

NEW VERSION 20/05/2011

Migrator from phpBB3 to FireBoard (after to Kunena)

1.This migrator was designed and tested for migration from phpBB 3.0.5 to Fireboard 1.0.4 in Joomla 1.5 (so, update your phpBB3 forum to version 3.0.5 first!)
2.This is a MIGRATOR, so all data in fireboard tables will be cleared
3.The instalations must use default folder structure (phpBB3 3.0.5 and Fireboard 1.0.4)
4.This version convert and rename attached files/images and avatars
5.For large migrations:
->Must be run in a local server like MOWES(I used this) or XAMPP / WAMPP
->Must change this values in php.ini(below are values I used):
- max_execution_time = 1500
- memory_limit = 1024M
- post_max_size = 40M
- upload_max_filesize = 40M
(I tested in a database with: 16740 messages, 7119 topics and 44634 members)

I tested, after migration to Fireboard, the instalation of Kunena 1.6.4 and all works great!!!

The file is attaced here and also can be found at Conversor de forum phpBB3 para Fireboard e Kunena .

Thanks

Fernando Soares - Mantendo sua Tecnologia
Hospedagem Joomla e VirtueMart Hosting
twitter.com/fernando_soares
www.fernandosoares.com.br
Last edit: 14 years 9 months ago by fsoares. Reason: increase the understand of the process
The following user(s) said Thank You: Lelldorianx

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

More
14 years 9 months ago - 14 years 9 months ago #96117 by Lelldorianx
Does this script support permissions and groups?

BTW, I got this error:

TRUNCATE TABLE `[my DB name]`.`jos_fb_categories`
Table '[my db name].jos_fb_categories' doesn't exist

Edit.: Fixed the above error by doing a "replace all fb_" to change it to "kunena_"

I now get this error:

SELECT id FROM `db name`.`jos_core_acl_aro_groups` WHERE name='Registered' OR name='Administrator' ORDER BY name ASC
Table 'db name.jos_core_acl_aro_groups' doesn't exist

Joomla 1.6
Last edit: 14 years 9 months ago by Lelldorianx.

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

More
14 years 9 months ago - 14 years 9 months ago #96204 by fsoares

Lelldorianx wrote: Does this script support permissions and groups?

Yes, this script convert phpBB permissions groups to your equivalent in Joomla! 1.5.

Lelldorianx wrote: BTW, I got this error:

TRUNCATE TABLE `[my DB name]`.`jos_fb_categories`
Table '[my db name].jos_fb_categories' doesn't exist

Edit.: Fixed the above error by doing a "replace all fb_" to change it to "kunena_"
...


Please note, this script is for

"1.This migrator was designed and tested for migration from phpBB 3.0.5 to Fireboard 1.0.4
(so, update your phpBB3 forum to version 3.0.5 first!)"

After this you can install Kunena...

Lelldorianx wrote: I now get this error:

SELECT id FROM `db name`.`jos_core_acl_aro_groups` WHERE name='Registered' OR name='Administrator' ORDER BY name ASC
Table 'db name.jos_core_acl_aro_groups' doesn't exist

Joomla 1.6


This script is for Joomla! 1.5 only


Thanks

Fernando Soares - Mantendo sua Tecnologia
Hospedagem Joomla e VirtueMart Hosting
twitter.com/fernando_soares
www.fernandosoares.com.br
Last edit: 14 years 9 months ago by fsoares.

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

Time to create page: 0.396 seconds