Contentteller

Contentteller Support Forums
Home Forums > Announcements > Announcements >

Acquire 1.0 Beta 2 available

Discussion in 'Announcements' started by Philipp Esselbach, Aug 27, 2008.

Page 1 of 2
1 2 Next >
  1. Philipp Administrator

    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:

    • acquire_1_0_beta2.zip
      acquire_1_0_beta2.zip
      File size:
      71.8 KB
      Views:
      47
    Philipp, Aug 27, 2008
    #1
  2. error Customer

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

    Solved.
    error, Aug 27, 2008
    #2
  3. error Customer

    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?
    error, Aug 29, 2008
    #3
  4. Philipp Administrator

    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.
    Philipp, Aug 29, 2008
    #4
  5. error Customer

    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.
    error, Sep 3, 2008
    #5
  6. Philipp Administrator

    error;166 said:
    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.

    error;166 said:
    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
    Philipp, Sep 3, 2008
    #6
  7. error Customer

    VN Issue

    Yes, IPB integration is enabled.
    error, Sep 3, 2008
    #7
  8. Philipp Administrator

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

    Find:

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

    PHP:
             $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
    Philipp, Sep 3, 2008
    #8
  9. error Customer

    VN Issues

    No, it doesn't fix it. I checked also virtuanews import script and couldn't find whats wrong or missing.
    error, Sep 3, 2008
    #9
  10. Philipp Administrator

    I found the problem. It seems that VirtuaNews keep also news admins in the IPB database. I will post tomorrow a patch.
    Philipp, Sep 3, 2008
    #10
  11. Philipp Administrator

    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.

    Attached Files:

    • acquire_mod.zip
      acquire_mod.zip
      File size:
      6.6 KB
      Views:
      27
    Philipp, Sep 4, 2008
    #11
  12. error Customer

    It works partialy. Members names who posted story are wrong.

    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
    error, Sep 4, 2008
    #12
  13. Philipp Administrator

    Another attempt. This will hopefully get the right user names.

    Attached Files:

    • acquire_mod2.zip
      acquire_mod2.zip
      File size:
      3.4 KB
      Views:
      25
    Philipp, Sep 4, 2008
    #13
  14. error Customer

    Ok. Now it show right user names, but at some (a lot) posts user name missing.

    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.
    error, Sep 4, 2008
    #14
  15. Philipp Administrator

    Another update

    Attached Files:

    • acquire_mod3.zip
      acquire_mod3.zip
      File size:
      3 KB
      Views:
      33
    Philipp, Sep 4, 2008
    #15
  16. error Customer

    Still doesn't work properly. When importing news alot of news are asigned to me even another member posted news.
    error, Nov 2, 2008
    #16
  17. Julio Customer

    Is this still the latest version of Acquire to be used with the final version of ContentTeller? I will be importing from StoryTeller.
    Julio, Nov 2, 2008
    #17
  18. Philipp Administrator

    error;418 said:
    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

    Julio;423 said:
    Is this still the latest version of Acquire to be used with the final version of ContentTeller? I will be importing from StoryTeller.
    Yes
    Philipp, Nov 2, 2008
    #18
  19. Philipp Administrator

    error;418 said:
    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?
    Philipp, Nov 3, 2008
    #19
  20. error Customer

    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.
    error, Mar 1, 2009
    #20
Page 1 of 2
1 2 Next >
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > Announcements > Announcements >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.