DrupalCon Asia 2016
DrupalCon Asia 2016 was my first best conference which I have attended. Because attendees in…
- Comments
[Drupal 8] : Upgrade PHP to run new Drupal on Mac OS X
Drupal 8 is coming soon to meet the world !
May be some of you already installed Drupal…
Install Drush manually on Mac OS
Steps to Install Drush manually on Mac.
1) Download drush from github https://github.…
Civix: CiviCRM Extension Creation
Simple and nice CiviX, useful to create CiviCRM extension skeloton :)
1) Download …
CiviCRM Events Calender, with jquery Plugin
Here is a simple way to display all your CiviCRM Events in a calender without using the Drupal…
CiviCRM 4.3 MySMSMantra extension to send sms
Here is the CiviCRM Extension build using MySMSMantra which adds an indian SMS gateway within…
Views Template Inside of a Module directory.
Most of the time we render Views templates in our theme directory, but rendering Views templates…
Submit Entityforms Programmatically
Let's submit entityforms programmatically in Drupal 7. One of the useful modules in Drupal is…
User Profile Field Privacy
After lots of Googling for the best way of applying privacy settings to user profile fields like…
Format the 'Submitted by' info of a Node in theme
Below is an example of API use which returns the theme 'submitted-by' string for a node. In your…
Restrict drupal user registration to specific email
There are many modules for allowing users to register and login by email address. One is …