Bouncing randomly through the weird documentation ... I've learned how to set up a page/form as a node via a module (although in hindsight perhaps doing a single page would have been easier), and I've figured out how to call the form_submit code.
My question is:
1) How do I easily print out arbitrary contents of my form fields to a page/node
2) can I, say, go to an existing node, and append/prepend text to the page text?
3) How do I go to my initial form page and print stuff out (probably same as answer for Q2)
Just a quick question related to this hook. I was interested in using the comment hook to allow a module to modify the appearance of the comment. There is an $op for 'view', but the only time comment.module does anything at all with the returned values from the other modules is in comment_form. So, my question is two fold:
1) Are the return values intentionally disregarded for all operations except insert?
I want to make a page with a form integrated !
I do a simple form, and it is well displayed, but when I do Submit !
I am not able to receive the value,
what is wrong???
thanks in advance !!
I just want to add some new function for my group module,for example ,I just want to add classified ad opinion for O.G.:
I want there is a menu for members to chose it,and they can view and add some classified ad ,just for the group members.
I just notice somebody collection some different modules,and make a new module,just like o.g ,gojoingo....
How could i do that?(I known it's a fool question,make me looks like a idiot,but i really want to know)