Acquire is an import module for Contentteller that import the data from other CMS systems to the Contentteller database. The initial release is currently only supporting imports from Storyteller CMS.
I am planning to add shortly additional CMS import scripts to the acquire module. However, I will need database dumps to write the import scripts. If you are willing to provide me a SQL dump of a VirtuaNews database let me know.
Yes, im ready to give you database dump. If everything goes fine I will buy paid edition. One more thing. How do I make blocks wider? Thanks
Please send me the location of the dump as private message. I will look into it in the next few days. With the CSS editor. You are looking for the following 3 elements: .mainpage, .colleft, .colright .colleft and .colright: Code: width: 160px; This is the width of the left and right column. You also need to increase the margin-left and margin-right values in .mainpage after the change in colleft/right: .mainpage Code: margin-left: 180px; margin-right: 180px;
I almost finished the VirtuaNews import script. The script imports users, news, comments, articles, and files from the database. I will release it later this week.