I recently installed the views module with a 4.7 RC3 site and I have been playing around with the views.module a bit.
It seems very impressive, however I am wishing there was some more documentation and/or examples of configurations that can produce views similar to what I would like.
I recently made a nodeapi centric module. While I started working on it I was expected
to find a 'form' as $op which will simply merge the returned form with the one created
by other modules using hook_form .
Can someone explain why instead this has been implemented with the hook_form_alter?
I gonna built a website for a group of friends of mine. We gonna make some sort of a stock fund. Every member will transfer a certain ammount of money each month on a special account. I want to make a system in wich we can administer the stock we bought. I want to make some kind of module which makes it possible to "add stock" in the create content menu. In that menu you can enter the ammount of stock you buy and the code wich is used on finance.yahoo.com. I want to use cronjobs and finance.yahoo.com to get the last trade. I am fairly new to drupal but i like how everything is built.