- Posts: 3
- Thank you received: 0
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
- stalkerMPRo
-
- Offline
- New Member
-
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
Please Log in or Create an account to join the conversation.
- stalkerMPRo
-
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
Please Log in or Create an account to join the conversation.
stalkerMPRo wrote: that not works)
try thisCode:$frmt = explode("-", $row->user_birthday); $birthdateDate = sprintf("%04d-%02d-%02d", $frmt[2], $frmt[1], $frmt[0]);
Thanks I will try to build this into the convert script!!
Please Log in or Create an account to join the conversation.
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
Please Log in or Create an account to join the conversation.
- Lelldorianx
-
- Offline
- New Member
-
- Posts: 12
- Thank you received: 0
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
Please Log in or Create an account to join the conversation.
Yes, this script convert phpBB permissions groups to your equivalent in Joomla! 1.5.Lelldorianx wrote: Does this script support permissions and groups?
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
Please Log in or Create an account to join the conversation.