D8

Drupal 8

Making a Drupal website to learn Drupal 8.

Installing Drupal with shared DB tables between two Drupal installation.

Enable simple sitemap XML contrib module and setup some SEO configurations.

Create new module to lock some forms and to prevent critical changes and form submissions.

Create new custom Twig filter to return translated field value for untranslatable Group field value.

Create new custom VBO action to update specific custom value in user profile.

Making Drupal login two steps instead of only one step by utilizing TFA contrib module.

Debugging workflow file field issue and saving files into node field instead of workflow transition.

Fixing AJAX form issue and setting a proper element names to avoid any duplicate HTML IDs.

Create custom AJAXed form with complicated addmore elements inside addmore elements.

Convert configuration files to a profile files to be easy to chosen as an installation profile.

Trying Excel importer contrib module and importing data into content type nodes.

Implementing hook_node_access and handling exceptions first to allow view for a specific users only depend on user profile field value.