Drupal Technical
| 2
min read
We were faced with a situation in one of our clients Drupal sites where we had to add View relationships programmatically with custom database tables. The site was running on Drupal 7. If you are faced with the same situation in your Drupal website and want to know how to add View relationships programmatically with custom database tables in Drupal 7 then read on to know the solution.
Drupal Technical
| 2
min read
One of our Drupal clients requested us to display the main menu in two different blocks on the same Drupal site. If you want to know how to place the same menu in two different blocks in your Drupal site then read on to know how we figured it out without duplicating code.
Just follow the steps below.
Drupal Technical
| 2
min read
We have encountered a situation in one of our client sites running on Drupal where videos opened with Flowplayer will not work on Iphone and Android based devices even though it was working correctly on normal Desktop browsers. If you are facing the same issue with the Flowplayer in your Drupal site then read on to find out the solution.
Follow the steps below to solve the issue.
Drupal Technical
| 2
min read
One of our clients requested us to add a Pinterest button to a set of images in their website which was running on Drupal. If you want to know how to add a Pinterest button to an image in your Drupal site then read on to know how we did it.
Follow the steps below.
Drupal Technical
| 2
min read
In a common secnario if a user types the url of a Drupal based website without the 'www'.prefix they will be automatically redirected to the required site with the complete url. This is very convenient for most web users who do not want to type in the obvious 'www' prefix. Webmasters can configure this by changing the settings of the Drupal .htaccess file. However this will be a problem if the Drupal site has a mobile version with an 'm.' prefix. Users wishing to access the mobile version of that Drupal site will inevitably be redirected to the main website.