Elxis CMS Forum
Support => General => Topic started by: Haic on March 02, 2007, 19:03:30
-
Hello,
How i convert joomla content to elxis??
-
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.