Hello,
I have been looking around for ages for the best way to move content from an existing website to a new installation and have not found anything that does that job.
So, I have decided to try and have a go at writing one myself.
I have worked out how to extract the necessary content from the old database based on portalID and Module - I have the "content"
So, the next step is to upload it to the new database.
I have manually created a new website so I have the PortalID
The next steps seems to be:
- Create a Tab
- Add a Text Module
- Update the content of the new Text Module with the content
Am I over simplifying this?
If not, can anyone point me to the stored procedures that I need to add a tab and add a text module?
Any help/ideas would be very much appreciated
Trev