Looking for Drupal, PHP developer Washington DC area face-to-face

Hi, Looking for Drupal, PHP developer for government job in the Washington DC area. On-site at the start, then telework later. They want face-to-face. They are looking for 2 developers for a long contract. It will be myself and someone else. If you know anyone with experience in Drupal 8 and PHP programming. Please contact me. It's a migration job,  Simple non-complex sites they said.

How to put a condition in TWIG “if the user is flagged” ?

I have a site with Drupal 8 and the Flag module.

I would like to display a text when the user has the association role and when it is flagged with the following flag (his machine name):

flag_request_association_role

Then put its 2 conditions in a single line and how to know if the user is flagged ?

  {% if 'association' not in user.getroles and ??? %}
     <p>my text</p>
  {% endif %}

Upgrading from Drupal 8 to 9

My current Drupal version is 8.9.6  , updated from 8.6.x using "composer update".   PHP version is 7.4.3

I tried to upgrade to Drupal 9 used this https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-to-... as guide.

When i came to composer update I got into trouble.  

Maybe someone has answer how to fix my upgrade issue ?

Which module to replace Page Manager when upgrading to Drupal8

Hello !

I have a problem with my upgrade to Drupal 8 :
Nearly all the modules I use are either ported or now in the core, but not Page Manager (apparently still used in Drupal 8 or 9 but not advised by Drupal's security policy).
https://www.drupal.org/project/page_manager

I have always used it for all my Drupal projects.

How can I manage to replace it ?

Regarding Webform issue

Hello All,

I'm very new in Drupal 8 development, I have created a basic webform and now i want to add custom css to make it more attractive so how can i add? Any lead will be appreciated..

Drupal 8 ssl site shows site is not secured

Hello,

I just talked to the hosting company and they told me ssl was installed correctly to the site. But I am still having an issue. When I visit the site, it forwards to https just fine. But laptop still shows not secured in browsers including incognito. However, mobile site shows secured. What could go wrong?

settings.php file has this. Not sure if it is causing the issue.

$base_url='https://example.com';

My root directory .htaccess file:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x