Closed (won't fix)
Project:
Contact form blocks
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jun 2009 at 08:15 UTC
Updated:
10 Aug 2011 at 20:15 UTC
I could see contact form block being very useful for drupal 6 please.
we run a small community website and combined with mollum and moderation it would remove another barrier to villagers participation
Comments
Comment #1
fuerst commentedHm, did not expect the request for a 6.x version that fast :)
Get the 6.x-1.0 from the modules page.
Comment #2
artatac commentedThanks for the prompt work and looking good!
Some helpful feedback I hope the name mail and subject lines protrude into the content area. I sorted it in css with
input#edit-name.form-text.required {
width: 95%;
}
input#edit-mail.form-text.required {
width: 95%;
}
input#edit-subject.form-text.required {
width: 95%;
}
As screen real estate is at a premium with blocks I used compact_forms to put the headings inside the boxes - but it maybe something that this module would benefit from out the box!
The result is at
http://shelfanger.com/taxonomy/term/31/all
It does not seem to send - currently checking if it is an issue at my end..
Regards and thanks Joe
Comment #3
fuerst commentedThat is controlled by the CSS contact_form_blocks.css (added by the contact_form_blocks module), for sidebar blocks only:
The CSS cascade in use is: div.sidebar > div.block-contact_form_blocks input[type=text]
Since your right sidebar does not have the class "sidebar" (contrary to the standard Drupal theme Garland) this will not work for you.
Naming of the sidebar differs between themes so I don't see a general way to address the sidebar located contact forms but leave the content located form unmodified.
I will add some text eplaining that to the README.txt.
Comment #4
Tilt_11 commentedThe 6.x version and artatac's css fix for the width of name, email and subject lines both work for me.
Very useful module,
Thanks!
Comment #5
markconroy commentedI don't suppose anyone could have a look at this comment which shows the problem not fixed for me? Thanks:
http://drupal.org/node/650804#comment-4849714