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.
Drupal Technical
|
2
min read
You might encounter this "Undefined index: base table.." error message in you Drupal site if you had recently upgraded to Drupal Views 7.x-3.x-dev. This is not exactly an error message but it is a notice which a number of users have encountered on their Drupal sites. Read on to find out the possible solutions to remove this message.
Drupal Technical
|
2
min read
Having a list of distinct active taxonomy terms is useful for visitors to your Drupal website as they can browse using categories. However implementing it in Drupal Views will produce duplicate terms. There are a number of solutions to overcome this scenario and create a View of distinct active taxonomy terms. Read on to find out more.
Drupal Technical
|
2
min read
Drupal Views are not usually used to display search results in a Drupal site. However If you really need to display search results in a View here is the solution. Read on to find out more.
Drupal Technical
|
2
min read
You might encounter a situation where you might have to sort users by the number of nodes they posted using Drupal Views. Drupal Views does not provide a ready-made solution for sorting the users according to the number of posts. However there is a work around to achieve this effect. Read on to find out more.
Drupal Technical
|
2
min read
You have created a View for a custom content type and wanted to bring out info related to the node author. However you failed to find the Node: Author Name in the list presented by the Views Fields while all the other relevant fields for this content type are available there. So what could be the wrong and where is the missing field in the View? The fix is pretty simple. Read on to find out more.