Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Convert
« previous
next »
Print
Pages: [
1
]
Author
Topic: Convert (Read 5346 times)
Haic
Jr. Member
Posts: 72
it's me
Convert
«
on:
March 02, 2007, 19:03:30 »
Hello,
How i convert joomla content to elxis??
Logged
greetz,
Haico
datahell
Elxis Team
Hero Member
Posts: 10353
Re: Convert
«
Reply #1 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.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Convert