Hi all, I was just wondering is there any command line (Drush command maybe?) to generate template for custom module?
So file like .install, .module, and .info already been generated automatically along with some predefined code (or with some standard hooks like: hook_menu or hook_block) in it?
Why? because sometimes it's kinda tiring to create those files manually, as I also often created custom modules.
Probably similar like what Zend Framework does when creating for Views, Model and Controller.
I've been poking around Wordpress and what it has to offer. They come a long ways since I last saw them. I always thought it was only for blogging but I'm miserably incorrect. It looks like you can do pretty much what Drupal can do especially with with writing your own code hooks. Can someone point out where Drupal shines over Wordpress? Your feedback is important.
I am in the proses of migrating a troubled Drupal 6 site with the Feeds module to Drupal 7.
I'd like opinions, thoughts on whether it is better to add the fields from my old user profiles to the standard "user" content type or to create a new content type using the Profile2 module?
Where are the Pros and what are the cons?