New and noteworthy in Drupal 7 - View Modes
Drupal 6 offered two ways to display a node - teaser and full mode. However, There might be custom display types required - e.g. RSS display, search result or even home page display. Drupal 7 offers...
View ArticleInstall and configure Drush on Mac OSX
Drush is a powerful shell for Drupal. It can many developer tasks really easy to manage from the command line. If you are installing it on Mac OSX, there might be a step or two which you have to...
View ArticleModify views filter query with hook_hook_views_query_alter
If you are familiar with Drupal Views, you might have come across a very nifty feature called exposed filters. If you expose one of the fields as a filter then views provides a widget and a search...
View Articlethegateway.org launched
About thegateway.org: The Gateway has been serving teachers continuously since 1996 which makes it one of the oldest publically accessible U.S. repositories of education resources on the Web. The...
View ArticleCreate the custom autocomplete field
Create the custom autocomplete field using the custom module. How to create a custom autocomplete form and to get the user names or or anything else? Here is the example. /** *Implementation of...
View Articlethegateway.org and 10jumps deliver skills for 21st century
The Gateway to 21st Century Skills (www.thegateway.org) is a semantic web enabled digital library that contains thousands of educational resources and as one of the oldest digital libraries on the...
View ArticleSetup Eclipse to work with your remote server and Drupal plugin
Very often we work on projects that are hosted on a remote server. There are multiple ways to work on the remote files: 1. ssh into the remote machine and use an editor like vi or emacs to edit the...
View ArticleTrouble shooting Drupal : Why I can't see my CCK fields & related changes to...
0) Try and flush the menu cache, theme cache Exp: Many times we go on making the changes and forget to clear the cache. Drupal caches everything in database and until and unless you clear cache,...
View ArticleTroubleshooting Drupal : Why I can't see my page?
0) Try and flush the menu cache, theme cache Explanation: I mentioned this in previous post also that, many times we go on making the changes and forget to clear the cache. Drupal caches...
View ArticleLinkedIn Integration with Drupal
How to send Message or Invitation to LinkedIn friends using Linkedin account with Drupal? 1) CreateLinkedIn Application URL - https://www.linkedin.com/secure/developer · Create LinkedIn...
View ArticleHow to setup Drupal project instance on AWS EC2
In this blog I will drive you through setting up Drupal project instance on Ec2 micro instance of AWS and setting up ftp on your Drupal instance. Before this, of course you have to register with AWS...
View ArticleWhat's new in Drupal 8
Hey all now days Drupal community is very hard at work in developing Drupal 8. If you are passionate about Drupal and want to contribute to Drupal 8 but not finding any source to start then this is...
View Article5 Striking changes I found in new architecture of Drupal 8!
I am so glad that my Dear friend Ashwini broke the ice for us. And I would like to thank him for the same, I followed the steps and Bingo!!! I have Drupal on my machine. I walked little further and...
View ArticleDrupal theming and more
In this blog we will see some basics of drupal theming . 1. Importance of theming in drupal? 2. Which files are required for theming? 3. What does these...
View Article