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?
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.
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.
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 , 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