This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Migration from JComments #327
Answered
by
nikosdion
webgras
asked this question in
Community Support
|
Has anybody yet migrated from JComments https://www.joomlatune.com/jcomments-downloads.html (Joomla 3) to Akeeba Engage? Thanks |
Answered by
nikosdion
Dec 17, 2024
Replies: 1 comment 1 reply
|
When I first wrote this extension in 2020 I had migrated from CComment. I had exported the comments to a CSV, used Excel to replace the internal IDs with the asset IDs of the articles, and massaged the data to the right shape. Then I imported the CSV into my database and it worked. I imagine that you can write a migration |
1 reply
Answer selected by
webgras
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I first wrote this extension in 2020 I had migrated from CComment. I had exported the comments to a CSV, used Excel to replace the internal IDs with the asset IDs of the articles, and massaged the data to the right shape. Then I imported the CSV into my database and it worked.
I imagine that you can write a migration
consoleplugin, or even a plain PHP script to automate that process. You may have to do that anyway if you have content which is not truly HTML, e.g. Become, Markdown and so on. The schema of Engage is fairly simple.