I've written a reinstall script for Drupal. It is not a module and should be placed on the top directory. THIS SHOULD ONLY BE USED FOR DEVELOPMENT PURPOSES. It clears your DB and then runs the install script.
I would just like to offer myself as being available to perform paid Drupal development work. I have extensive experience with the Drupal CMS in both commercial and personal sites.
I am extremely comfortable with the ins and outs of the Drupal codebase, and am not scared off by module coding, if that is necessary. Whatever you want to make happen with Drupal, I can do it.
In addition to Drupal services, I also offer custom applications development in PHP, Ruby on Rails, or Java as well as Search Engine Optimization and Online Reputation Management services.
I have a question on the print_r() method. I know that we can used this function to print out an array. My problem is if i got too many elements in the array, the print_r() could not return a nice look print out. For example:
print_r($array) may have result of:
Runing 4.5.8 and Events module:
when people click on Events > Browse the Calendar and click on the >> for future months list stops at August, even though
there are already events for October and November.
Is this due to the fact that there are none for September?