Skip to content
Home
About
Services
Testimonials
Blog
Drupal
LinkedIn
Twitter
GitHub
Daggerhart Lab Blog
Enter Search Term
How to modify a new Drupal 6 user programmatically
There are many things you may want to do to a new user on your Drupal website. You may want to apply a new role, require approval, or even programmatically create node with the new user as the author.
Read More
Custom caching in your Drupal module
Recently I needed to implement caching for a custom Drupal module. I needed my module to cache exactly every 30 minutes on the hour and half-hour.
Read More
Previous
1
2
3
4
5
6