Drupal Technical
| 2
min read
Many users of the Drupal GMap module have discovered that GMap in their Drupal website has stopped displaying on Firefox and IE9 but at the same it is working fine with Chrome. The fix for this issue is extremely simple. Read on to find out more if you are experiencing this in your Drupal site.
Drupal Technical
| 2
min read
A few users wanted a particular feature using Drupal Views in their Drupal sites. They wanted to have a Drupal Views block which should display the profile of the current user. The currently logged in user should be able to see their profile information but at the same time they should not be able to view the info of the other users. Read on to find out how to implement this feature in your Drupal site.
Drupal Technical
| 2
min read
You might have encountered a situation in your Drupal site where the Drupal View you had created has been working correctly. However any recent content added to the site was coming up in the View but not when searching for it through your exposed filters. Read on to find out the fix for this issue.
Drupal Technical
| 2
min read
The Drupal Views module provides pagers that lets you browse the items in the View via AJAX. Most of the time using the pager to view the next page will leave you at the bottom of the page when you expect to go to the top. This usually turns out to be a nuisance. Views currently does not provide a way to fix that. But there is a workaround to let you scroll to the top of a View after using a pager to load the page in your Drupal site. Read on to find out more.
Drupal Technical
| 2
min read
Drupal Views is an incredibly useful module for Drupal users. This means that it will be a frustrating experience if it breaks by any chance. You might encounter a situation where the Views admin interface suddenly stops working leaving you with a broken UI with a flat set of lists with no AJAX and no theme. If you are experiencing a broken Views in your Drupal site and want to know the fix, read on to find out.
Drupal Technical
| 1
min read
Drupal Views allows you to output results in a variety of formats including a grid view. There might be a situation where you would want to insert an additional div tag inside the td tag of the grid view to bring in additional styling like having a custom background color and spacing between the grid elements. You can implement this in two ways in your Drupal site. Read on to find out more.
Drupal Technical
| 2
min read
The Drupal Webform module allows you to track and download Webform submissions in your Drupal site. You might occasionally face issues while downloading submissions to your Webform like getting an empty file or getting none at all. If that is the case then read on to find the fix.
Drupal Technical
| 2
min read
Drupal Webform 3.17 users might find that the webform module has suddenly stopped working after upgrading to Webform 3.18. New webform elements fail to start showing up in the overview page. There is a simple but not so elegant solution for this issue. If you are having the same problem in your Drupal site then read on to find out more.
Drupal Technical
| 2
min read
Webforms are used to create HTML forms with ease, track submissions and send confirmation emails to users after submission in a Drupal website. Users are notified of successful confirmation via messages send out by the Drupal Webform module. If you webform is redirecting users towards a blank page then follow the instructions below to fix it.
Drupal Technical
| 2
min read
Drupal Webform can be used to create forms and track the results of submissions in your Drupal installation. Drupal Webform can also be used to send confirmation emails to users when they have successfully completed submission. There could be instances where you might want to send an attachment along with confirmation email. Read on to find out how to add an attachment to the confirmation email of a submission in a Drupal Webform.