Monday, October 29, 2018

How to Change 'Any' option in exposed filter in Drupal 8.

If you Want to Change label of "Any" in exposed filter option in Drupal 8. You can use "Better exposed filter" . here thesome step to change of Any text in D8.Step 1 :...

Wednesday, October 24, 2018

My trick to add Colorbox popup on Slideshow images in Drupal 8

Hello, If you want to show any slider image in the popup form on click on image here is the my funny or easy trick to do it. i hope it will work for...

How to Show all products and node related to the node user

When we click on the node or product and you want to show show all the products related to the user who publish the current user. you have to apply filter user id filter...

Exclude current Node in Block view in Drupal 8

If you want to exclude current node and product in block view in drupal 8 pls follow the below steps. Step 1 :-  Create a block view. Step 2 :-  Add Content Under "Contextual...

Tuesday, October 23, 2018

How to Add Popup using jQuery

Add popup on any div using jQuery :- HTML : - <div class="disclaimer custom-popup"> <div class="container"> <div class="close">X</div> Lorem Ipsum is simply dummy text. </div> </div> <div class="disclaimer-show">Disclaimer</div> JQuery : - jQuery(document).ready(function(){ /*Disclaimer popup*/...

Add Node as a popup in Drupal 7

How to Show Any Node in the popup form in Drupal 7 :- If you want to Show any node or page in the poup form when click on the link add the link...

Monday, October 22, 2018

How To Translate Read more text in Drupal 7

Translate Read More link in drupal 7 : - under config->translate interface click on translate tab, then select "Read More" string in string search.  click on edit and then put your required string in...

Sunday, October 21, 2018

Import and Export Database using ssh

Import Database using ssh :-  mysql -u <database_username> -p -D <Your_databasename> < <database_path> Example :- mysql -u abcpanam_devuser -p -D abcpanam_abcpanama < abcdistr_abcpanama(1).sql Export Database using ssh :-  [abcdistr@server ~]$ mysqldump -u abcdistr_ntf -p...

Basics Ubuntu Terminal commands

Some basics command to use terminal in Ubuntu Linux S. NO COMMAND EXAMPLE BRIEF DESCRIPTION 1. cd <folder_name> ntf-22@NTF-22:~$ cd /home/ntf-22/ To enter in a folder 2 cd  .. ntf-22@NTF-22:~$ cd .. exit from...

How to Connect ssh in ubuntu linux.

  Connect Cpanel using ssh in Ubuntu linux :-   Create ssh key  Authorize key Download id_rsa.pub file  Put this file at your system where ever you want. In my case i always prefer...

Saturday, October 20, 2018

How to add missing node id in Drupal 8

Add Missing Node id in drupal 8 :-  By default node id will not be there in the drupal 8. to enable this you have to add this code in your .theme file ->...

Most important module list in Drupal 7

 Sr.  no.     Module name    Installation url   Brief Description 1 Administration menu https://www.drupal.org/project/admin_menu Used for drop down admin menu. 2 Front page https://www.drupal.org/project/front Used for different front page for anonymous and authentic user. 3 Backup...

Top Drupal 8 Module list

S. no. Module Name Installation url Brief Description 1. Admin Toolbar https://www.drupal.org/project/admin_toolbar Provide drop-down dashboard menu. 2 Block Class https://www.drupal.org/project/block_class Add class in Drupal 8 block 3 Simple-news https://www.drupal.org/project/simplenews Provide Newsletter and subscribe form....

Page 1 of 3123»