Elxis CMS Forum

Support => General => Topic started by: Haic on March 02, 2007, 19:03:30

Title: Convert
Post by: Haic on March 02, 2007, 19:03:30
Hello,

How i convert joomla content to elxis??
Title: Re: Convert
Post by: datahell on March 02, 2007, 19:09:22
Elxis table that contain content (#__content) has 2 differences regarding Joomla's one:

In Elxis the Mambo'sJoomla's column fulltext has been renamed to maintext, as fulltext is a reserved word from some databases (including mysql) that causes errors in ADODB.

In table #__content we have also add a column named language (VARCHAR 250 NULL) that stores the Content items language information.

Elxis also uses utf8 encoding in the database as the only acceptable encoding (default charset: utf8, collation: utf8_general_ci).

Hope that helps.