Acquire 1.0 Beta 2 available
Philipp Esselbach
From: -
Editor
0From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
What is exactly the problem? Do you get a blank page or will it no longer import the story/extended story fields?
Also, you didn't replaced [ IMG ]images/news/icons/source.gif[ /IMG ]. I am not sure whether this path is entirely right after I have no longer a VirtuaNews dump available. You find the proper path in your news stories.
Also, you didn't replaced [ IMG ]images/news/icons/source.gif[ /IMG ]. I am not sure whether this path is entirely right after I have no longer a VirtuaNews dump available. You find the proper path in your news stories.
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
Can you attach your modified class_virtuanews.php?
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
Tried everything. Doesn't work.
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
Did you add the code? Sounds like you replaced it.
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
Now i cant login to cadmin. I got blank page.
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
Tried that. Now imports only news titles. Not a whole story.
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
Find in class_virtuanews.php:
and add something like:
You need to replace [ IMG ]images/news/icons/source.gif[ /IMG ] with the code/path of the icon you used in your news stories.
$newsstories_dat['story_text'] = strip_tags($newsstoriesarray['mainnews']);
$newsstories_dat['story_extendedtext'] = strip_tags($newsstoriesarray['extendednews']);
and add something like:
$newsstories_dat['story_text'] = str_replace(" images/news/icons/source.gif", "", $newsstories_dat['story_text']);
$newsstories_dat['story_extendedtext'] = str_replace(" images/news/icons/source.gif", "", $newsstories_dat['story_extendedtext']);
You need to replace [ IMG ]images/news/icons/source.gif[ /IMG ] with the code/path of the icon you used in your news stories.
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
How to edit class virtuanews to not to import small icons with read more, download, news source at the end of news post. I want to just import Download:, News source:, Read more:, View etc, not small icons.
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
Still doesn't work properly. When importing news alot of news are asigned to me even another member posted news.
Can you give me a few examples (story id) where the news poster is wrongly assigned?
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
Still doesn't work properly. When importing news alot of news are asigned to me even another member posted news.
I will look into it tomorrow
Is this still the latest version of Acquire to be used with the final version of ContentTeller? I will be importing from StoryTeller.
Yes
1 Re: Acquire 1.0 Beta 2 available
Julio 11
From: -
From: -
Is this still the latest version of Acquire to be used with the final version of ContentTeller? I will be importing from StoryTeller.
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
Still doesn't work properly. When importing news alot of news are asigned to me even another member posted news.
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
Ok. Now it show right user names, but at some (a lot) posts user name missing.
Example:
wrong
Right
Same poster, same day.
Example:
Posted by: on: 09/03/2008 10:49 PM
wrong
Posted by: Slimy on: 09/03/2008 10:43 PM
Right
Same poster, same day.
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
It works partialy. Members names who posted story are wrong.
Member ID = 58
Insted of
Member ID = 33910
Posted by: ricki on: 09/03/2008 10:49 PM
Member ID = 58
Insted of
Posted by: slimy on: 09/03/2008 10:49 PM
Member ID = 33910
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
Here the patch. You need to upload adminacquirenewsstories.php and class_acquire_virtuanews.php to your /cadmin/acquire directory.
Let me know if that fixed the problem.
acquire_mod.zip
Let me know if that fixed the problem.
acquire_mod.zip
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
I found the problem. It seems that VirtuaNews keep also news admins in the IPB database. I will post tomorrow a patch.
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
VN Issues
No, it doesn't fix it. I checked also virtuanews import script and couldn't find whats wrong or missing.
No, it doesn't fix it. I checked also virtuanews import script and couldn't find whats wrong or missing.
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
I may found the problem. Please try the following change in classes/class_uwrapper_ipb2.php
Find:
and replace with:
Let me know if this fixes the problem
Find:
$query = $uwrapper -> bbquery( "SELECT id FROM " . $uwrapper -> bbescape( $preferences[ 'website_uwrapper_prefix' ] ) . "members WHERE name = '" . $user_name . "'" );
and replace with:
$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
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
VN Issue
Yes, IPB integration is enabled.
Yes, IPB integration is enabled.
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
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.
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
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
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.
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.
1 Re: Acquire 1.0 Beta 2 available
Philipp Esselbach
OP
From: -
Editor
0From: -
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:
If you use a table prefix you need to add it before the table name.
UPDATE esselbach_ct_newsstories SET newsstory_allowcomments = '1';
If you use a table prefix you need to add it before the table name.
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
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?
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?
1 Re: Acquire 1.0 Beta 2 available
error 232
From: -
From: -
Just installed it and it doesn't show up in Main in control panel.
Solved.
Solved.
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
acquire_1_0_beta2.zip