Technical Blog

Configure Views Filter criteria
| 2 min read
Configuration management is the task of tracking and controlling changes in a website. Site owners often want to have deeper visibility and control over configuration changes to maintain integrity and traceability throughout the lifecycle of a website.Configuration Management in DrupalThe Configuration Management Initiatives in Drupal include:
Zyxware default image2
| 4 min read
With Drupal 8 just around the corner, every Drupal developer is in a nirvana of excitement and eagerness. Drupal keeps getting better and better every day and Drupal 8 will make website development and management a five-finger exercise, because this latest version of Drupal has included some amazing and potent Symfony components to serve the big businesses better.
Zyxware default image2
| 3 min read
To keep the default values of the step one form after successfully submitting the step 2 form, here is an easy way. Just pass the form state values of step 1 form as query parameters to the same page on submitting step 2 form. Set the default values of step 1 form as, first check whether the form_state value is set. If yes, set the default values of step 1 form fields with the form_state values. Else check the URL query parameters, whether this variable is set. If yes, then set the default value with that value.
Zyxware default image4
| 3 min read
It would be an understatement to say that the implementation of HTML 5 in Drupal 8 is much-awaited. The introduction of HTML 5 is a big step for the Drupal community, as nowadays, with the proliferation of new-age devices, websites are no longer viewed only on desktops but in mobile phones, smart phones, and tablets.
Zyxware default image3
| 4 min read
The web development world is buzzing with the news of the launch of Drupal 8, the world’s most loved CMS. With an amazing array of more than 200 new features and improvements, the upcoming release of Drupal 8 is sure to win hearts. Drupal 8, the latest version of Drupal slated for release this month, is touted to be a boon for API writer and application builders and of course, all those looking for a smoother mobile interface.
Zyxware default image2
| 4 min read
When you try to set up a local development environment from a drupal dump which includes just the code base and the database without the Drupal files folder you will run into the issue of missing files. Drupal would think that it still has all the files in the Drupal files folder and would create links / process images as usual. This would however lead to a lot of unexpected errors in a lot of unexpected places. If you really do not care about the content in these files and want to recreate the missing files here is how you do this.
Zyxware default image2
| 2 min read
This article explains how to replace tokens to webform, views, blocks and Drupal forms from the node body. The preg_replace function for replacing the tokens. The preg_replace function works in the same way as preg_match. preg_replace is used to search a regular expression and replace it.
Zyxware default image3
| 4 min read
The World Wide Web is getting cluttered with numerous brands and products. In this scenario, how will you get search engines to favour your Drupal website? Search engines are obsessed with quality content and so your “content” is ultimately going to decide how well your website gets ranked in search engine results. Drupal is the best and most efficient platform for you to easily create and manage your content.
Zyxware default image1
| 4 min read
This article covers to the How to integrate Single Page Site module in a Drupal website. Single page site is of one of the newest trends in web designing. It allows you to automatically create a single page from a menu. The single page module will render all contents from the configured menus and links.It will then override the menu links so that they refer to an anchor instead of a new page.
Zyxware default image4
| 3 min read
Before we discuss on how to to join multiple database tables using db_select in Drupal 7, let me tell you that we can add as many joins as we want and most methods such as, 'fields', 'conditions', joins etc. can be called multiple times. However, one thing may be worth mentioning is that the call to join() needs to be separate. It should not be "chained", meaning that one should use this,
Zyxware default image3
| 3 min read
Technology has completely changed the way businesses were operated in the past. Now, marketers can make their products available to the customers at their finger tips at any place and time. About two decades ago, nobody could ever imagine that buying and selling would be carried out in such a seamless manner sans the brick and mortar retail outlets. All this has been possible only because of technological advancements. Technology is progressing in leaps and bounds, opening newer avenues for success.