There is an easy way to reset your password through FTP, if you’re an Admin user. 1. Login to your site through FTP and download your active theme’s functions.php file. 2. Edit the file and add below code to it, 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 …
My js events are not calling after loading the page using AJAX
Whenever we are loading any data in DOM through AJAX, these data are not registered into the DOM that is why jQuery code written for any event like click, change, submit etc for any element, are not fired. Solution: By 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 …