Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 12-07-2006, 08:55 PM
LauraM LauraM is offline
 
Join Date: Nov 2006
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump!

Oh, and the above posts WAS originally two different posts......I have no idea why it automerged those two posts. They were more than a day apart. *shrug*
Reply With Quote
  #12  
Old 12-07-2006, 10:48 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Using a redirection email account can only be used as the webmaster account but doing so does have the disadvantages of all site database errors also being mailed to everyone on the redirection list.
Reply With Quote
  #13  
Old 12-10-2006, 12:26 PM
LauraM LauraM is offline
 
Join Date: Nov 2006
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry it's taken so long to get back.........working long hours.

As to everyone receiving the database errors, that should not be a problem, I don't think.

How would I set that up? Do I change the webmaster email field? Do I have to go into someplace else?

What I want to happen is to have the "contact us" be available to non-registered people still, so I guess I'd still have to have the "contact us" field show the current php setup...........so I am not sure where to change the email address to what would be the new central email?
Reply With Quote
  #14  
Old 12-10-2006, 12:44 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Add a plugin using the sendmessage_docontactus_complete hook:
Code:
$url =& $vbulletin->url;
eval(fetch_email_phrases('contactus', $languageid));

// this one is to the contact person
vbmail($destemail, $subject, $message, false, $vbulletin->GPC['email'], '', $name);

// these are to the other people
vbmail('who1@domain1.tld', $subject, $message, false, $vbulletin->GPC['email'], '', $name);
vbmail('who2@domain2.tld', $subject, $message, false, $vbulletin->GPC['email'], '', $name);
vbmail('who3@domain3.tld', $subject, $message, false, $vbulletin->GPC['email'], '', $name);

eval(print_standard_redirect('redirect_sentfeedback', true, true));
EDIT: also see the next post for an alternative
Reply With Quote
  #15  
Old 12-10-2006, 01:30 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another way you could do it is as follows. Set your Contact Us Options like this:
(click the question mark in the Contact Us Options block in the ACP for details)
Code:
{1} Site Feedback
{example@example.com} Help
Registration
And then instead add this plugin using the sendmessage_docontactus_complete hook:
Code:
$url =& $vbulletin->url;
eval(fetch_email_phrases('contactus', $languageid));

// this one is to the contact person based on the contact us options
vbmail($destemail, $subject, $message, false, $vbulletin->GPC['email'], '', $name);

// this one is a copy to you if you are not the contact person
if ($destemail != $vbulletin->options['webmasteremail'])
{
	vbmail($vbulletin->options['webmasteremail'], $subject, $message, false, $vbulletin->GPC['email'], '', $name);
}

eval(print_standard_redirect('redirect_sentfeedback', true, true));
Reply With Quote
  #16  
Old 12-18-2006, 11:47 PM
LauraM LauraM is offline
 
Join Date: Nov 2006
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry it took me so long to get back...........just lots of stuff going on, plus our hosting company moved to a new datacenter so we were down for a while..

Anyway, I THINK I have it working now. If I have any further problems, I'll post back.

Thanks for all your help, everyone!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:15 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.04592 seconds
  • Memory Usage 2,210KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete