Drupal Technical
| 1
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.
Drupal Technical
| 2
min read
You have created a Drupal View as a page and the View is working correctly as intended in the preview section in the View settings page. However when you visit the actual page it throws up a 'Page cannot be displayed' error after you had clicked on the View button on the Views settings page. So what is causing the problem and what could be the fix? Read on to see the solution.
-->
Drupal Technical
| 2
min read
If your Drupal site has some content which is restricted to certain users using hook_node_access you might find that the Views you create might bypass these hook_node_access restrictions granting unauthorized users complete access to view the content. The permissions might come into place only when the users click on the title of the node. If you need to know how to fix this, read on.
Technical Solution
| 2
min read
We are happy to announce that we will be conducting a Drupal bugathon at our office at Kakkanad on the 20th of October, 2012. If you are a Drupal developer and you would like to get some guidance on how to contribute to Drupal you are welcome to join us.
Drupal Technical
| 2
min read
If you are creating a View using the Drupal Views module and if you want to filter nodes based on nids (Node > NID filter) then Views gives you options to filter it based on a single argument of the nid. Currently there is no direct way to have multiple nid filters in Views similar to "Is one of" for Taxonomy. However there is a workaround to achieve that. Read onto find out more.
Drupal Technical
| 1
min read
Some Drupal users have reported that there was a conflict with an external Jquery script and the Views Ajax. This occured when the Drupal user wanted to use the external script for some specifc purpose. The conflict was causing the Views UI to break. If you are experiencing this issue in your Views read on to find out the solution.