I just created my first page module.
But I need to use the completely different page layout for pages generated by the module.
How do I output content from the module via custom theme, not default one?
I am completely stuck, thanks for any help.
using the drupal CVS head from about 2/25 (4.7 of course)
with a simple module named "iquote" , I get this error message:
warning: Missing argument 1 for iquote_help(). and the page never finishes, instead I get "array" - so somehow a reference is confused with an array or vice versa, or maybe its all voodoo.
whats happening is the hook_help function is being called twice. The first time with a path in $section, and the second time with an empty $section. Other modules dont have this problem, just mine.
Hi all, I'm trying to create a module that will do the following task (for 4.7)
(1) when a node is created/edited, create a radio button on the editting/adding page.
(2) if the radio button is selected, extract the body's text and process it in some way