Hello!
if you only need to set up a contact form on your website for all visitors regardless of registered or anonymous users and do not want authenticated users to enable their personal contact form -----on Drupal 7--- Just go to admin/people >>on permissions tab<< scroll down to CONTACT section and you will see three (3) options on left side as shown bellow: (if you do not see any contact items there - you need to enable the contact module on the drupal CORE modules section at admin/modules/ core section and check "contact" then save configuration and you will see the following bellow:
Contact
Administer contact forms and contact form settings
Use the site-wide contact form
Use users' personal contact forms
On the right site there are permission check boxes for
[anonymous user]
[authenticated user]
[administrator]
Just check all three boxes for the *****Use the site-wide contact form***** row and you are done. just save changes.
if you setup permissions for the [anonymous user] it is a must to install and enable a module for Preventing contact spam e-mails as noted on Drupal documentation that says: "there are lots of good spam-prevention modules that easily integrate and protect the contact forms and other forms (like comments, nodes, etc)." visit this link: http://drupal.org/node/206787
I have built a web site in Drupal 7. Currently I'm going to add a chat module for customer service. That means any member of my site will be able to chat to one of my customer service staff ( randomly pickup by system). Are there any modules possible to do this? Thanks
I'm new to Drupal and would love some help on the following -- I'd like the frontpage of my site to have the search bar centered and fairly large on top of a background image. What is the best template to start with / what functionalities should the template I pick have in order to alter this. Is this something that's really hard to implement, or fairly easy?
Thanks so much, either for template recommendations, and/or any guidance on how to achieve this!
This may not be the place to put it (not really used the forums yet on drupal) but just upgraded to the views beta for D7 and was very impressed.
Still being rather new to Drupal and only attempting the use of views for the first time last week I have to admit it was a daunting module to look at. Luckily there is a lot of documentation out there and after having a play around whilst watching a good vid tutorial, I did get things going in the alpha (which I presume was a straight port from the D6 version).