Add contact block.
See the patch. Patch contain the patch http://drupal.org/node/340729
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | contact_forms_block_and_menu.patch | 3.84 KB | pp |
| contact_forms-block.patch | 4.11 KB | pp |
Add contact block.
See the patch. Patch contain the patch http://drupal.org/node/340729
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | contact_forms_block_and_menu.patch | 3.84 KB | pp |
| contact_forms-block.patch | 4.11 KB | pp |
Comments
Comment #1
pp commentedI corrected the patch. Add hook_menu deleting to this patch. (I hope this isn't too dirty.) http://drupal.org/node/340729
Comment #2
behindthepage commentedHi Palócz,
I am not convinced that I need or want to add a contact block to my module. It might be better in a seperate module.
What is the advantage or need to add if arg(0) == 'contact' to the if then statement?
Thanks for your input.
Regards
Geoff
Comment #3
pp commentedHi Geoff!
"I am not convinced that I need or want to add a contact block to my module. It might be better in a seperate module."
When I wanted to have this feature I was searching for a module which implement it. I found your module (contact_form). I didn't want to make another module which is similar to yours but have small differences. I thought it is too small thing for totally new module.
I think we shall work together on the contact_form module.
"What is the advantage or need to add if arg(0) == 'contact' to the if then statement?"
You are right! It isn't necessary!
pp
Comment #4
Marko B commentedI would like to have BLOCK option for form, so i can easily attach it to some node types and not being necessary to change the page, but have all on the same page. Problem is seems to me this patch doesnt work on latest realase. It looks for 1.11 and there is no 1.11 in d6. so maybe u put it on wrong version and if so, please make one for 6.
thanx
Comment #5
behindthepage commentedTry the module - Webform block
http://drupal.org/project/webformblock
regards
Geoff
Comment #6
behindthepage commented