I am working on a module that requires hook_form_alter and hook_nodeapi which I have properly implemented in my module file, however those two hooks never get called. Every other hook I have implemented is being called (help, form, etc), but for some reason those two hooks just remain unexecuted. I should mention that I have successfully written a number of modules however, none of them required implementations of hook_nodeapi or hook_form_alter. I'm at a loss and have not found anything on the site in several hours of looking so, I've turned to the community for some insights. Any help?
I am looking at changing the upcoming event block so that it shows the date of the event rather than showing me how long till that event, but I cannot seem to see what and where I need to change, any ideas would be greatly appreciated
I want several content page with particular category contents, only without filter options. Let say, I want 3 seperate content page, each one about an individual category. I also want the option to manipulate the content, like delete, edit functionalities. It seems the view module only list the items, however, it's hard to put any operation controller on the item.
What do you think it's the easiest way to do it? Thank you.