Make IT Complete

Technical Ramblings From an IT Professional

Entries Tagged ‘Drupal’

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 [...]

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 [...]