- Posts: 2
- Thank you received: 0
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
Sticky Migrator is now available in our Downloads page
- oasisfleeting
-
- Offline
- New Member
-
Less
More
14 years 4 months ago #113620
by oasisfleeting
Replied by oasisfleeting on topic Re: Migrator is now available in our Downloads page
You'll want this script to reset the kunena tables to a fresh install in case you mess up.
Code:
DROP TABLE j17_kunena_messages;
DELETE FROM j17_kunena_messages_text;
CREATE TABLE IF NOT EXISTS `j17_kunena_messages` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`parent` INT(11) DEFAULT '0',
`thread` INT(11) DEFAULT '0',
`catid` INT(11) NOT NULL DEFAULT '0',
`name` tinytext,
`userid` INT(11) NOT NULL DEFAULT '0',
`email` tinytext,
`subject` tinytext,
`time` INT(11) NOT NULL DEFAULT '0',
`ip` VARCHAR(15) DEFAULT NULL,
`topic_emoticon` INT(11) NOT NULL DEFAULT '0',
`locked` tinyint(4) NOT NULL DEFAULT '0',
`hold` tinyint(4) NOT NULL DEFAULT '0',
`ordering` INT(11) DEFAULT '0',
`hits` INT(11) DEFAULT '0',
`moved` tinyint(4) DEFAULT '0',
`modified_by` INT(7) DEFAULT NULL,
`modified_time` INT(11) DEFAULT NULL,
`modified_reason` tinytext,
PRIMARY KEY (`id`),
KEY `thread` (`thread`),
KEY `ip` (`ip`),
KEY `userid` (`userid`),
KEY `time` (`time`),
KEY `locked` (`locked`),
KEY `hold_time` (`hold`,`time`),
KEY `parent_hits` (`parent`,`hits`),
KEY `catid_parent` (`catid`,`parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=0 ;
The topic has been locked.
13 years 10 months ago #125125
by Elnablo
Hi Matias,
when will the version for RC1 be ready? Really looking forward to it!
Replied by Elnablo on topic Migrator is now available in our Downloads page
Matias wrote: Please visit our Download page. Kunena Forum Importer is the last item in the page.
The component should still be considered as experimental, so please test your new forum carefully after migration!
Hi Matias,
when will the version for RC1 be ready? Really looking forward to it!
The topic has been locked.
13 years 10 months ago #125127
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Migrator is now available in our Downloads page
We need to make changes to Kunena Importer component to make it to work under Joomla! 2.5
I don't provide support by PM, because this can be useful for someone else.
The topic has been locked.
13 years 10 months ago #125133
by Elnablo
Replied by Elnablo on topic Migrator is now available in our Downloads page
Do you have a timeline for the conversion?
The topic has been locked.
13 years 10 months ago #125143
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Migrator is now available in our Downloads page
Please! When the developers say that they are working on making changes, do not pester them for information about the timescale for completion. The work will be completed as soon as possible, but it will be completed sooner if we do not have to deal with questions like "do you have a timeframe for this?"
If this is really, genuinely urgent for you, please PM Matias and offer to engage him, privately, to work for you. Obviously, you will have to pay him. Otherwise, the timeframe will be as soon as e can fit this job into his priorities. Thank you.
If this is really, genuinely urgent for you, please PM Matias and offer to engage him, privately, to work for you. Obviously, you will have to pay him. Otherwise, the timeframe will be as soon as e can fit this job into his priorities. Thank you.
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
13 years 10 months ago - 13 years 10 months ago #126874
by Elnablo
Replied by Elnablo on topic Migrator is now available in our Downloads page
Sorry, but where I come from, a courteous phrased question is not considered "pestering"!!!
KUNENA 2.0 is up an running, all I "need" now ist a PHPBB3-Importer. I really want to make the change to KUNENA!! :woohoo:
KUNENA 2.0 is up an running, all I "need" now ist a PHPBB3-Importer. I really want to make the change to KUNENA!! :woohoo:
Last edit: 13 years 10 months ago by Elnablo.
The topic has been locked.
Time to create page: 0.244 seconds