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

fuerst’s picture

Version: » 6.x-1.0
Assigned: Unassigned » fuerst
Status: Active » Closed (fixed)

Hm, did not expect the request for a 6.x version that fast :)
Get the 6.x-1.0 from the modules page.

artatac’s picture

Status: Closed (fixed) » Active

Thanks 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

fuerst’s picture

Status: Active » Closed (won't fix)

That 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.

Tilt_11’s picture

The 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!

markconroy’s picture

I 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