Content body disappeared for all content types in drupal 7
This is what happened recently on one of our drupal 7 website: Problem: Content body (node description) disappeared for all content types. Content body was present in the database but…
learnings, photography, travel, adventures, passions, life etc...
This is what happened recently on one of our drupal 7 website: Problem: Content body (node description) disappeared for all content types. Content body was present in the database but…
If you want to get the information about the logged in joomla user in your external script here is the recipe for it: 1. First you need to get the…
Ubuntu 10.04 is LTS release hence it does not support latest releases of php, i.e you cannot upgrade to latest php version. Here are the instruction how to upgrade to…
CiviCon is a get together of CiviCRM community around the world to discuss and share their experiences to make CiviCRM more awesome. It is also a great chance for people…
Recently on CiviCRM irc and forum few people asked about adding client side validation for phone field. By default CiviCRM packages validate plugin, so this can be easily implemented with…
I had an excellent time with fellow drupalars at Drupal Camp Mumbai held at IIT, Powai. It feels great to put faces to irc nicknames and meet the people for…
Here are the instructions to setup Mac OS X ( Lion ) for MAMP software development. Basically you will need apache, mysql, php, subversion and may be phpmyadmin. I am…
I am currently on Mac OS X( Snow leopard ) and have installed mysql using macports. I wanted to copy my databases to another machine Mac OS X ( Lion…
For my project CivCRM, I wrote a simple jquery plugin to change the row color on mouse hover. It is generic enough and can be used in any project. Here…