Technical Solution
| 1
min read
Adminer is an open source database management tool written in PHP. Adminer is available for MySQL, MS SQL, Oracle, PostgreSQL, SQLite, Firebird, and MongoDB. Adminer is also known as "phpMinAdmin". Adminer provides more security and performance. Adminer gives the following features.
[Drupal] How can we assign different groups for a user and retrieve using Organic Group in Drupal 7?
Drupal Technical
| 2
min read
In one of my Drupal project, we had a requirement to set a 2 level arrangement for users group. That means, we want to add more than one group for a user, in one of our Drupal site. Our experts find a solution for this by implementing Organic Group with user's account by some custom codes. Do you have a requirement like this? Connect with us.
Drupal Technical
| 2
min read
JQuery and AJAX are very useful for loading data into the page without refreshing the web page. AJAX tabs can load content from remote files or URLs. In this example, the content of each Tab will be loaded dynamically with Ajax.
Drupal Technical
| 2
min read
JQuery slider allows you to select a value from a numerical range by simply dragging the slider. The following notation notes will help you to configure slider settings in your JavaScript file.
Drupal Technical
| 2
min read
Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first web sites. Bootstrap is the array of features and reusable components.
Drupal Technical
| 2
min read
The purpose of hook_file_download is to Control access to private file downloads and specify HTTP headers. The hook_file_download_access is restrict the access to certain files based on the entity type. e.g.,
only users with access to a node should be allowed to download files attached to that node.
Drupal Technical
| 3
min read
Highcharts is a charting library. It is very useful for adding interactive charts to your web site or web application. Follow the steps given below for highchart graph implementation with customizing of colors in each columns in it.
Drupal Technical
| 3
min read
What is Twig? How will it change Drupal themes? Drupal 8 is coming with lot of improvement in theme layer. Twig is a template engine and easy to learn. Twig is help to create template without knowledge of PHP. Twig is part of the symfony2. It created by SensioLabs. The changes in classes and arrays combined to attribute object. In Drupal 8 .tpl.php file is replaced by *.html.twig template files.
Drupal Technical
| 3
min read
In Drupal 8, .info file is converted to .info.yml file. It is a symphony component. The .info.yml file contains the metadata about your theme, such as theme name, description, version of the Drupal it supports, and type. Type is new metadata type indicate type of the extension such as module, theme etc.
Drupal Technical
| 4
min read
Drupal 8 has brought in a lot of changes. Lots of contributed modules have been added to Drupal core. New standards have been implemented for easy use. Drupal 8 is now in the beta phase. Drupal 8 uses Symfony framework.