vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Contact Us Form (https://vborg.vbsupport.ru/showthread.php?t=164309)

rpainter 12-04-2007 05:04 PM

Contact Us Form
 
I'm not sure if this has already been discussed somewhere else, but I can't find it.

Is there a hack available for the contact us form that will do this: I need a drop down box for different issues: Membership Inquiry, Public/Media Relations, Website Help, etc.. Based on the option chosen in that field, the form needs to be emailed to the correct person.

Is this possible, and if so how difficult would it be?

Thanks for your help.

TigerWare 12-04-2007 05:07 PM

Quote:

Originally Posted by rpainter (Post 1394884)
I'm not sure if this has already been discussed somewhere else, but I can't find it.

Is there a hack available for the contact us form that will do this: I need a drop down box for different issues: Membership Inquiry, Public/Media Relations, Website Help, etc.. Based on the option chosen in that field, the form needs to be emailed to the correct person.

Is this possible, and if so how difficult would it be?

Thanks for your help.

vBulletin does that by default. Have a look in vBulletin options under the Contact us detail. Read the Admin help popup for those settings and it will explain. Basically you can have different email contacts for each subject, and the subjects are entered in the AdminCP to whatever you need.

HTH

rpainter 12-04-2007 05:26 PM

COOL!!! I guess those little question marks can be helpful sometimes :)

Thanks.

TigerWare 12-04-2007 05:33 PM

Anytime. Glad to help.

fringehead 12-04-2007 06:42 PM

Any suggestions for adding a message to the contact form? I get emails saying "my email account is banned" but they don't leave their username or email addy... Any ideas?

Thanks,

Sean

rpainter 12-04-2007 07:17 PM

1 Attachment(s)
Quote:

Originally Posted by fringehead (Post 1394966)
Any suggestions for adding a message to the contact form? I get emails saying "my email account is banned" but they don't leave their username or email addy... Any ideas?

Thanks,

Sean

Edit the "contactus" template.

Find:
Code:

$vbphrase[message]:
Add a space after the : and add this (or whatever you like):
Code:

<font color="#FF0000"><b>Please include your Username and Email address in the message</b></font>
The result is below. You can also play with the code to get the message wherever you want it.

Vinyljunky 12-20-2007 02:33 PM

I just added this and it works great :)

PHP Code:

<font color="#FF0000"><b>Please check the <a href="http://www.mysite.com/forum/basic-help/?$session[sessionurl_q]">Basic Help</asection before sending us a message</b></font

Thanks for the info

VinylJunky:up:


All times are GMT. The time now is 08:31 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01098 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete