Drupal Technical
| 1
min read
Administration Menu Source module is used to display different menus based on the roles existing in the system. This module is only available in Drupal 7. We can install the module using the following steps :
Installation
Drupal Technical
| 2
min read
Views query alter is used to edit the query in views that we created using Drupal. In cases where we cannot add fields in views, we can use hook_views_query_alter to change the query in views.
Drupal Technical
| 2
min read
The Paragraphs module is a new way of content creation. Instead of putting all contents through WYSIWYG body field, including videos and images, end-users can now choose on-the-fly between pre-defined Paragraph Types independent from one another.
Domain Registration
| 2
min read
Quickbooks is a book keeping software. It combines a variety of accounting processes into a user-friendly system. The main function of this software is to reduce the use of tracking sheets, multiple tables and spreadsheets that are necessary to document and maintain accounting tasks of a company. Also the accounting figures are easily reconciled using Quickbooks for tax purpose. This software was developed by Intuit and it can be customized based on the needs of our business.
Drupal Technical
| 2
min read
Media module offer an extensible framework for managing files and multimedia assets, regardless of whether hosted on your own site or a third-party site - it is commonly called as a 'file browser to the internet'.
Drupal Technical
| 2
min read
Drupal rooms module is a booking and room management solution for businesses such as hotels and rentals. Availability and pricing of rooms can be managed easily by using this module. Integration with Drupal Commerce module enables handling payments. Here is how we can install and configure rooms module for use.
Drupal Technical
| 2
min read
Hi guys, here I am going to explain how to enable syntax highlighting in ckeditor. Lets assume that you already have a Drupal 7 installation ready and CKeditor also (https://www.drupal.org/project/ckeditor).
Drupal Technical
| 2
min read
Hey guys my requirement is to create a view attached with a map(highlight the map with the results) for that you have to enabling Location, GMap, views module.
Drupal Technical
| 2
min read
I had a requirement in one of my Drupal site in which I want to import content from an external XML file generated from another website.
The XML generated as a URL say For ex: http://example.com/feed.xml, I want to fetch the XML every time from the above generated URL. Follow the below steps to fetch the XML from URL's:
Drupal Technical
| 2
min read
While am working with Drupal 7 to Drupal 8 module migration I have faced the following issue.
Fatal error: Call to undefined function check_plain().As Zyxware is a regular contributor to Drupal, its relevant that we need to upgrade our contibuted modules too.