Hi There,
I would normally say CMS, forget it. Much better to go from scratch - CMS is good, but if you want to customise to any great degree, you're stuck.
Well Im just developing a module for work and loving it! I got the core of the guts in there. Im developing our own customised Podcast and RSS feed for the podcast. I tried the same thing in Joomla a few months back and got no where fast. Even the new Joomla 1.5, im finding extra divs installed, and extra span tags for no apparently reason.
Within a couple of hours, apart from display wise - the basic framework is there and sort of working. And it doesn't monkey around with your code.
Im really really impressed by Drupal and many thanks must go to the developers!
Any how, I find I have some random questions.
Following how other people have created modules, it seems a new node type is created. Im not sure whether I like that or not. Im not sure whether I like people accessing individual database entries by hand. I guess everything is node based. I think I've come to the conclusion that for my module, I don't want users manually browsing these node types. Is it possible to remove them from search lists and from this kind of access?
Using the forms, I also need a way to be able to upload a file. Does anyone have the appropriate code for the form hook?
Im just about getting to grips with hooks etc.