Contentteller Community Forums  

Go Back   Contentteller Community Forums > Announcements > Announcements

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 08-27-2008, 08:30 PM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default Acquire 1.0 Beta 2 available

The second beta of Acquire 1.0 is now available.

Acquire is an import module for the Contentteller content management system to import existing databases to the Contentteller platform. The import module imports users, news, comments, articles, knowledgebase entries, and files.

The databases from the following scripts can be imported:
  • Storyteller CMS
  • Pligg
  • VirtuaNews
  • WordPress
Installation
Upload the content of the "upload" directory to your /cadmin directory and then select in the admin section Modules => Install New Module => acquire => Submit. Now you can configure the module under Acquire => Acquire Preferences

The "redirection" directory contains redirection scripts to forward requests from your previous CMS installation to your new Contentteller installation. Do not upload these scripts unless you finished the migration to Contentteller.

Download
You find Acquire 1.0 Beta 2 in the attachment below
Attached Files
File Type: zip acquire_1_0_beta2.zip (71.8 KB, 19 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-27-2008, 10:58 PM
Customer
 
Join Date: Aug 2008
Posts: 195
Default

Just installed it and it doesn't show up in Main in control panel.

Solved.

Last edited by error; 08-27-2008 at 11:16 PM. Reason: Solved.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-29-2008, 08:48 AM
Customer
 
Join Date: Aug 2008
Posts: 195
Default Issue with Virtua News Import

If there was no comment in imported stories CT will not show comment form in imported stories. Allow comments is not checked. Is it possible to enable comments upon importing stories?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 08-29-2008, 09:29 AM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default

I will change this in the next version. To manually enabled the comment function for all your news stories, run the following SQL query in phpMyAdmin:

Code:
 UPDATE esselbach_ct_newsstories SET newsstory_allowcomments = '1';
If you use a table prefix you need to add it before the table name.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 09-03-2008, 02:13 PM
Customer
 
Join Date: Aug 2008
Posts: 195
Default VN Issue

When importing news stories from virtuanews all other news posters except me are shown as:

Posted by: Unknown on: 09/02/2008 09:27 PM [ Print | 0 comment(s) ]

Also what is purpose of: enter your local path to your teaser or logo images. Because news logos are not imported from virtuanews.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 09-03-2008, 03:52 PM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default

Quote:
Originally Posted by error View Post
When importing news stories from virtuanews all other news posters except me are shown as:

Posted by: Unknown on: 09/02/2008 09:27 PM [ Print | 0 comment(s) ]
Is IPB integration enabled? The import script will try to get the user information from IPB.

Quote:
Originally Posted by error View Post
Also what is purpose of: enter your local path to your teaser or logo images. Because news logos are not imported from virtuanews.
You need to enter the local path to your news logos in this field. For example, ../images/news/logos
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 09-03-2008, 07:24 PM
Customer
 
Join Date: Aug 2008
Posts: 195
Default VN Issue

Yes, IPB integration is enabled.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 09-03-2008, 08:48 PM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default

I may found the problem. Please try the following change in classes/class_uwrapper_ipb2.php

Find:

PHP Code:
         $query $uwrapper -> bbquery"SELECT id FROM " $uwrapper -> bbescape$preferences'website_uwrapper_prefix' ] ) . "members WHERE name = '" $user_name "'" ); 
and replace with:

PHP Code:
         $query $uwrapper -> bbquery"SELECT id FROM " $uwrapper -> bbescape$preferences'website_uwrapper_prefix' ] ) . "members WHERE members_display_name = '" $user_name "'" ); 
Let me know if this fixes the problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 09-03-2008, 09:49 PM
Customer
 
Join Date: Aug 2008
Posts: 195
Default VN Issues

No, it doesn't fix it. I checked also virtuanews import script and couldn't find whats wrong or missing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 09-03-2008, 11:25 PM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default

I found the problem. It seems that VirtuaNews keep also news admins in the IPB database. I will post tomorrow a patch.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:17 AM.


Copyright ©2002 - 2009 Esselbach Internet Solutions
Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 ©2009, Crawlability, Inc.