Home › Forums › Front End PM PRO › Export Messages to another site › Reply To: Export Messages to another site
October 10, 2019 at 7:08 pm
#30041
Shamim Hasan
Keymaster
access your database and export 4 tables (starting with PREFIX_fep_, PREFIX is your database table prefix) and import in your new database. Then in PREFIX_fep_messages table mgs_author column replace old user ids with new website user ids. also in PREFIX_fep_participants table mgs_participant column replace old user ids with new website user ids.