Sales Executive and Sales Officer

We are looking for a Sales Executive with at least 1 year of experience in marketing and sales. The candidate will receive a fixed salary plus incentives based on their performance.

Salary: 20,000/- per month

TA: 3000/- per month

03
June

Render Field Variable In Node Twig Template (Node.html.twig) Drupal 8
By: Anonymous | Published On: Thu, 06/03/2021 - 19:19

Render Field Variable In Node Twig Template (Node.html.twig) Drupal 8

Show Node Created Date

If you want to show node created date on template you can use code as below

{{ node.getCreatedTime|date("d/m/Y")}}

You change date format as your requirement

Display Title of node

{{ node.title.value }}

Print node url

{{ url }}

Show Term Reference Field

To display reference term name the you can use code as below

22
April

Getting Error "CSV Serialization requires the League\Csv library" in Drupal 8
By: Anonymous | Published On: Wed, 04/22/2020 - 22:13

When I want to installed Views Data Export module to export CSV then we getting error as "CSV Serialization requires the League\Csv library"
We follow this step then I have installed module
1. Install module "Ludwig" module and enable the module
2. open this path "/admin/reports/packages" that will show missing library then you can download that library.
3 Upload required library in given location
4. Unzip that files and upload their all files and directory in /modules/csv_serialization/lib/league-csv/8.2.2

22
April

How to add Captcha in Webform in Drupal 8
By: Anonymous | Published On: Wed, 04/22/2020 - 22:13

If you have already created a webform then you can follow thi step
1. Open this url /admin/structure/webform (Structure -> Webform)
2. Click on "Build" in OPERATIONS column

3. Click on "+Add element" button, there will be seen a list form element

4. You can select Captcha from available list.