Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jonathan Roberts 409 posts 1063 karma points
    Nov 02, 2022 @ 09:19
    Jonathan Roberts
    0

    Wordpress Excert:encoded not showing in list on Full licence

    Hi,

    We have a Full licence copy of CMSImport so we can import Wordpress blogs into Umbraco. Most of it works but we need the excert:encoded value to import too but this doesn't show in the list of fields.

    Do we need to add this somewhere in a config file?

    Jon

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 02, 2022 @ 15:33
    Richard Soeteman
    0

    Hi Jonathan,

    Think at the moment of writing the import provider that field wan't in yet. You can use the source of cmsimport Wordpress provider to modify https://www.dropbox.com/s/1xw41mdum8vme0w/CMSImport.WordPress.rar?dl=0

    The WordpressHelper file does the transformation between xml and data cmsiport needs.

    Hope this helps for now,

    Richard

  • Jonathan Roberts 409 posts 1063 karma points
    Nov 02, 2022 @ 15:39
    Jonathan Roberts
    0

    Thank you so much

  • Jonathan Roberts 409 posts 1063 karma points
    Nov 02, 2022 @ 16:06
    Jonathan Roberts
    0

    Probably a silly question but the project requires some dependencies which I cant find such as:

    using CMSImport.Core.Attributes.EditorFields;
    using CMSImport.Core.Attributes.ValidationAttributes;
    using CMSImport.Core.Models.ProviderModels;
    using CMSImport.Core.Providers;
    

    I have CMSImport.Core in the BIN folder.

    Any idea how I can get the project to build?

    Many thanks

    Jon

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 03, 2022 @ 07:09
    Richard Soeteman
    0

    Hi,

    You need to refernce this package https://www.nuget.org/packages/CMSImport.Core

    Hope this helps,

    Richard

  • Jonathan Roberts 409 posts 1063 karma points
    Nov 03, 2022 @ 09:00
    Jonathan Roberts
    0

    Hi, Will your version 10 work with Umbraco 8?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 03, 2022 @ 14:54
    Richard Soeteman
    0

    Ah didn't knew it was for V8 but this will work https://www.dropbox.com/s/ui40waa4em1rz50/CMSImport.WordPress-V4.zip?dl=0

    Not sure if V4 also has a cmsimport.core project but you can always reference the dll's you have in the solution.

    Best,

    Richard

  • Jonathan Roberts 409 posts 1063 karma points
    Nov 03, 2022 @ 15:23
    Jonathan Roberts
    0

    Hi - apologies - that was my fault for not mentioning the version. That update fixed it and works a treat - thank you so much

Please Sign in or register to post replies

Write your reply to:

Draft