Content import module

Hi

Im looking for a custom module to import articles to a Drupal 8 website. An import should write the following to Drupal.

The module must be able to import:

  1. Title
  2. Body
  3. Tags
  4. Published flag (default unckecked)
  5. URL alias
  6. Authoring information
  7. (Images)
  8. Revision log message

Would be if the module can import:

  1. Comment settings (default closed)
  2. Promotion options

Please let me know the price for such a custom moduel.

Best Simon

How to get the season in a View

I have pages in a view that I want to display during a season and there is a field that is a taxonomy of {summer, fall, winter, spring}. My problem is that I cannot figure out how to get the current season and compare it to the field in my pages. I can calculate the season using php:

$value = '';
$today = new DateTime();
echo 'Today is: ' . $today->format('m-d-Y') . '<br />';

Moved to host site now requires Composer. (Novice Help required)

I have a site that uses leaflet map and geofied. I found it to be a headache to set up as it required composer to install some files somewhere. I say somewhere as I am a bit of a novice with regards to Drupal. I found a post that mentioned 2 composer requirements

composer config repositories.drupal composer https://packages.drupal.org/8composer config repositories.drupal composer https://packages.drupal.org/8

Composer require phayes/geophp

Adsense Yerleştirme

Merhaba herkese siteme adsense reklamlarını güzel yerleştirmek istiyorum reklamlar temayı bozuyor bunu nasıl çözebilirim  site https://rmznyldz.com

Can't properly access admin panel

Hello all - first post and new Drupal admin.  I just set up Drupal on a Linode VPS and used Composer to download the core and dependencies.  I tried to make sure user permissions are all set correctly.  I basically have everything owned by a non-webserver user and the permissions are 755.  The webserver user is a member of the group so it gives the webserver read/execute access on all of the files but no write permissions.  I did have to temporarily grant write permissions to the settings.php file for the web based installer to run and complete and per it's instruction removed the write acc

How to add html in drupal 8 views rewrite results and no results behavior

Hello,

I like to add a html code in views > rewrite results and no results behavior.

I got the variable from the replacement pattern in views. {{ field_news_source_link }} this is link field. 

In rewrite results > Override the output ... > Entered this:

Attemp 1:

<a href="{{ field_news_source_link }}">URL</a>

Attempt 2:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x