By editor, 8 August, 2016 Mysql Tips. Useful commands Tags Shell Server Database Show all columns of a table. Syntax: SHOW COLUMNS FROM the_table_name; Example: Show all columns of the mysql user table. mysql> SHOW COLUMNS FROM mysql.user;
By editor, 5 August, 2016 Views Complex Filters Tags Drupal 8 Drupal 7 Views Filter contents from two different content types with two different fields. Add two fields to the field list Add "Global: Combine fields filter" Add conditoin EX : contains 1
By editor, 1 August, 2016 WYSIWYG and CKEditor Advanced Configuration Tags Drupal 8 Drupal 7 Content Filtering Allow all : config.allowedContent = true; Allowing any class in the editor is config.extraAllowedContent = '*(*)';
By editor, 1 August, 2016 Disable 'Replace content' option on WYSIWYG Template Tags Drupal 8 Drupal 7 Edit the CKEditor profile, Add following line to the JavaScript Configuration on Advance options. config.templates_replaceContent = false;
By editor, 31 July, 2016 Repair grub2 EFI and BIOS mode Tags Linux To repair a broken grub boot from a linux live CD/DVD/USB. For the grub2 EFI boot from uEFI mode and BIOS for BIOS mode. Then install boot-repair tool from PPA #Add PPA sudo add-apt-repository ppa:yannubuntu/boot-repair #Update apt sudo apt-get update