XOOPS to WP
-
Hi All
I am attempting to move all my users from my site (currently using XOOPS) to WPMU 2.7.1
I have matched up the proper tables from the db but with my limited sql ability I am stumped about how to convert the unix timestamp from user_regdate in XOOPS to the date format used in WPMU.
I am simply using the sql statement below in the myPHPadmin sql window.
It looks like using FROM_UNIXTIME might be a solution but I am unsure how to use it within the sql statement below.
SELECTuidAS ‘ID’,unameAS ‘login_name’,unameAS ‘user_nicename’,passAS ‘user_pass’,emailAS ‘user_email’,urlAS ‘user_url’,user_regdateAS ‘user_registered’,unameAS ‘display_name’ FROMmcm_usersWHERE 1Any help would be appreciated.
Thanks Foz
The topic ‘XOOPS to WP’ is closed to new replies.