Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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)