If you want to access Drupal functions and sessions in your stand alone PHP scripts which is present any where in your project directory then how you will do this? Let say you are going to create one websevices in Read More …
How to create new block region in Drupal 7
Then following are the steps demonstrate how to create a new block region in Drupal 7. Step 1: Open up your theme’s .info file and add the following line: regions[new_region] = New Region Step 2: Now go to the your Read More …
Drupal node indexing
How to index a node at time of its creation/modification in Drupal7? Drupal would not indexing nodes at the time of its creation/modification. At the time of executing the cron script drupal indexing all the nodes those are yet not Read More …