June14
How to use drupal_mail while sending in drupal custom modules.
Here's a code snippet that shows you how to use the ...
June7
I wanted redirect the webpage to the taxonomy term page after a user submits a specific content type.
1 - I ...
June1
How to extract and manipulated data from the database and then save it in the cck computer field.
computed code:
$nid=$node->nid;
...
May16
I have nodes with multiple taxonomy terms due to which the breadcrumbs are messed up. They are showing all the ...
May5
To remove node title use
auto_nodetitle module. Install it then go to the content type you want to remove ...
April25
How to open a webpage in a lightbox when a user visit a specific webpage.
Eg: Contact Importer (module) and invite ...
April17
The best of the best validation library using jquery :
https://github.com/posabsolute/jQuery-Validation-Engine
April12
I was trying to import csv into mysql database through phpmyadmin
I had build the csv from excel, hence the delimited ...
April10
In simplenews we have a feature to confirm the subscription, to avoid spam and have opt in subscribers. It ...
April10
In simplenews we have a feature to confirm the subscription, to avoid spam and have opt in subscribers. It is ...