Make IT Complete

Technical Ramblings From an IT Professional

Entries for the ‘Drupal’ Category

Makeitcomplete.com has completed the development on misscyfairhouston.com

In a little more than a couple days we have helped the Cy-Fair Chamber of Commerce launch a web site for the Miss Cy-Fair Houston Pageant.  We developed this site using Drupal.  With some graphics work form Logo Origins to help match the printed materials and ads already submitted to press we teamed for excellent [...]

Advanced User

The advanced user module allows the filtering of users based on the user.module fields and optionally the profile.module fields. The fields available for filtering can be configured using the module settings. Eg. Site admin may search through 1000s of users to display all users who have not accessed their account.
Once the group of users with [...]

Auto Delete Content In Drupal

I have a client that wants to have content posted on his site automatically deleted when it reaches 30 days.  His site is built using Drupal and using the hook_cron() will let the scheduled cron job process the node deletions.
I created a Drupal module and in the .module file added function profeng_cron() as the hook [...]