Need help migrating your site to Drupal?

Switching from Drupal 6 to Drupal 8

I have created a Drupal 8 site and now I need to import contents from an old drupal site 6. How can I do?

Import Users and messages from PHPBB 3.0.14 to Drupal 7.59?

We have a rather large forum running Phpbb 3.0.14 we want to deprecate.  I have made a backup of the forum messages, users, and structure.  In going into the Drupal control panel I do not see an import function.  Can this be done? 

Using Migrate to add additional field to existing node type?

Hi all,

I am working on creating a migration for the poll module (https://www.drupal.org/project/poll/issues/2638406).

I have got a lot of things working, with some errors, but right now I am working on adding an entity reference to the poll from the poll node type.

Once created I have the yaml that will populate the field working, but I cannot seem to find any examples or guides which show how to create a new field on an existing node type.

Any ideas?

Migrate/import only content from Drupal 7 to working Drupal 8 site

Good day,

Before this I have no problem migrating working Drupal 7 to clean Drupal 7 (using backup & migrate module). But I am not sure if there is a way to migrate/import only content (node & content type) from working Drupal 7 to working Drupal 8 site. My client asked to revamp the old site & after done finishing Drupal 8 new site, suddenly they want the 100+ content (blog/article) in previous site (Drupal 7) to be in Drupal 8 site. 

Any idea & suggestion on how to achieve this?

Thanks in advance

Migration configuration, DateFormat: How to format 2018-09-20T20:30:00+02:00

My site (8.5) is set to Europe/Amsterdam timezone
I am using migration to import an atomfeed. The date source value is 2018-09-20T20:30:00+02:00
in my configuration I use:
<code>
field_from_date:
    plugin: format_date
    from_format: 'Y-m-d\TH:i:sP'
    to_format: 'Y-m-d\TH:i:s'
    from_timezone: 'Europe/Amsterdam'
    to_timezone: 'UTC'
    source: from_date
</code>

However this displays as 22:30
How to make it so that it actually displays 20:30?

When this module is installed

When this module is installed , the page content generated by Phorum is shown embedded into a Drupal page. User login authentication is provided by Drupal (all forum users must be registered Drupal users first, and be granted the 'phorum_access' privilege).

Currently this module is only suitable for integrating a freshly installed Phorum board. It will not permit you to integrate a board that already has registered users other than the 

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal