One thing that really cheeses me off about the core contact form is that you can't have one sitewide contact form without allowing/activating the personal contact forms.

Is this module separate from the core? In other words, can I enable tContact for a sitewide contact form without enabling the personal contact forms?

Cheers.

Comments

haffmans’s picture

No, this module does not replace the Core contact module. It merely hooks into the core system-wide contact form, and makes it translatable: you can assign a language to the contact category, and have it disappear from the contact form on other languages. I'm currently unaware of a module which disables the personal contact forms for Drupal 6.

You'd need to make a feature request for Drupal Core if your problem isn't already solved in Drupal 7 (I'm not sure, to be honest). Since it's past the feature freeze that would mean you'd have to wait until Drupal 8 though, unfortunately. Perhaps someone else is able to create a module to solve your problem for Drupal 6; I unfortunately don't have any time for it at the moment.

-Anti-’s picture

After some digging:

x_contact_option (unofficial module):
D5/D6 module which adds contact form permissions.
http://drupal.org/node/138574#comment-928203

The same functionality as x_contact (and much more) made it into D7:
http://drupal.org/node/601250

A port of the core D7 functionality is being added to an existing D6 module:
http://drupal.org/node/310895
Although by the looks of that thread, there may be a case for creating a separate module.

Cheers.

-Anti-’s picture

Status: Active » Closed (fixed)