The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I Seprate Registration email from Contact US?
How do I separate the "Contact US" email from the registration email that is sent?
|
#2
|
||||
|
||||
Read the (?) of Contact Us Options under Site name/URL/Contact Details in admincp.
It says this, Example:- Quote:
|
#3
|
|||
|
|||
I would like to use the sendmessage.php form.
Can I change where sendmessage.php sends to? |
#4
|
||||
|
||||
The post above yours tells you how to do that...
|
#5
|
|||
|
|||
Oh I see, I didn't understand what was going on at first. Thank you veenuisbest!
|
#6
|
||||
|
||||
Can someone tell me how to remove the 'other' option from sendmessage.php, or at least change where THAT option is emailed to?
Specifying an email address or userid for the contact us options works well enough, but I want to use a donotreply option as the forum outgoing address, with any and all replies deleted (they do get an autoreply saying that their message was never read by a human, and directing them to the links on the actual website.) I find this works best and prevents people from replying to PM notifications with stuff that I really DO NOT want to see or read :P But I need to redirect that auto-generated Other option in sendmessage.php, or delete it, for my scheme to work properly... Thanks in advance, --------------- Added [DATE]1221516148[/DATE] at [TIME]1221516148[/TIME] --------------- Ha. Murphy's Law rules again. Answered my own question. here's the how, in case this helps someone else: Open the Contactus template and remove the following code, which will limit the contact us options to the predefined titles and destinations you want. Code:
<label for="rb_subjother"><input type="radio" name="subject" value="other" id="rb_subjother" />$vbphrase[other]</label> <input type="text" class="bginput" name="other_subject" size="40" maxlength="85" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|