Fully Decoupled Solution For Paramount Software Solutions

Homepage of Paramount Software Solutions with Paramount written in red on top left and graphical illustration consisting of several icons on right

Reinventing the existing business models and offering creative solutions, Paramount Software Solutions impeccably enhances productivity and protects your investments. As one of the leading IT service providers in blockchain, applications and infrastructure management, staffing etc., it’s an expert in providing dependable and integrated business solutions for everyone - small, medium and large enterprises.

Sectors: 
Technology

Display Icons with Taxonomy Terms on Backend

greetings:

My site has hundreds of icons associated with various taxonomy vocabulary. Is there a way to display the icons on the admin's content page...i'd like to get a quick look at which taxonomy term has an icon

/admin/structure/taxonomy/manage/taxonomy_name/overview page? i'd like to make sure, without clicking everyone, the appropriate icon is loaded. so the icon display could be to the left or right of the operations column.

example of what i am asking is at:

Changing the tab title for a specific content type on multilingual site

I have changed Translate tab title for the specific content type by following code.

function tei_preprocess_menu_local_task(&$variables) {
if (isset($variables['element']['#link']['title']) && $variables['element']['#link']['title'] == 'Translate') {
$node = \Drupal::request()->attributes->get('node');
if ($node && $node->getType() == 'person') {
$variables['link']['#title'] = t('Update/Translate');
}
}
}

Drupal 8 some help needed to make menu with layout builder

Hi, working on drupal 8.8.1 I found some articles about making a Mega Menu on drupal 8 with the use of the Layout builder, is there a tutorial somewhere how to do that.

I did make a menu (mainly with the normal menu system) but I didn't succeed in making it collapsable and the articles I did find aren't of any help.

On my production site (drupal 7) I used TB mega menu but that is not possible on drupal 8 as far as I Know and I do need a Menu where I can add images to the menu link see www.redcaps.nl Teams for what i need.

Editing labels on sign up/register form - likely simple fix

Hey! So I'm basically just trying to change the login form and register form labels to instead say Email address instead of Username or email address and Full Name instead of Username. Any thoughts on what I could be doing wrong? I don't see any changes at all, but I know it's being called because the form id's print. 

<?php

/**
* @file
* Task 1 - only ask for email address and change username label to Full Name
*/

Help with first custom module

Hey! I'm extremely new to Drupal development and have the following code:

kay_user.module:

<?php

/**
* @file
* Task 1 - only ask for email address and change username label to Full Name
*/

use Drupal\Core\Form\FormStateInterface;

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x