Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Notify Email With Another Email Address Details »»
Notify Email With Another Email Address
Version: 1.00, by psico psico is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 08-17-2003 Last Update: Never Installs: 6
 
No support by the author.

What does this hack do?
This hack allows you to change the email address that vBulletin use to send mails to users. vBulletin by default use the webmaster?s email address, but if u don?t want to receive bounce mails or wrong replys from your users you can install this hack and then put another address like: no-reply@yoursite.com and configure an autoresponder with something like this:

"We don?t monitor this email address, please if u need to contact the webmaster please send an email to: webmaster@yoursite.com"

Version
1.0

Screenshots
N/A, this hacks no need screenshots...

NOTES
This hacks works only with vBulletin 2.3.0 and higher.

PLEASE CLICK HERE IF U INSTALL THIS HACK

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 09-04-2003, 12:59 PM
psico psico is offline
 
Join Date: Oct 2001
Location: Buenos Aires, Argentina
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 12:14 PM David Bott said this in Post #10
Bummner...I tried to make it work well with 2.2.8 but I guess differnt e-mails are called differnt way in versions less than 2.3.

Yeap...

vb2.2.8 don?t have the vbmail function so you have too many php's...

I recommend you to upgrade to the latest version.
Reply With Quote
  #13  
Old 01-12-2004, 11:14 PM
Bender NZ Bender NZ is offline
 
Join Date: Nov 2002
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How might I get this going with vB3?
Reply With Quote
  #14  
Old 03-27-2004, 02:32 PM
influence influence is offline
 
Join Date: Jan 2002
Location: inside a bullet
Posts: 207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ya can someone port this over to vb 3.0
Reply With Quote
  #15  
Old 04-02-2005, 11:40 PM
trulylowcarb's Avatar
trulylowcarb trulylowcarb is offline
 
Join Date: Apr 2004
Location: Colorado
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was just whining about this over at vbulletin.com and came here hoping some had already done it.
Their suggestion was:
Quote:
On my forum I use a black hole for the webmaster address, and then use a PM link for the "Contact Us" link. This way all contacts go to my PM box.
Another option would be to specify a mailto for the "Contact Us" link
My reply was:
Well, that's really not a good solution...
I hate to let my current 'real' address become too public, it will just become unusable all too soon, like my other domain addys if I do that... and unregistered users cannot use the PM feature on my forum, (that just invites the spamming of my users instead of me, I think), so changing the contact us link to a PM link won't help the people who are having trouble activating or logging in, etc. And they are the ones who need that link to work the most.

Perhaps you could help me construct some sort of conditional that would allowed unregistered users to PM ONLY me, but no one else on the forum?

To restate this, what I want/need to do is modify this:
************************************************** **
<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>
*************************************************
to use a real email address different from the one used by the automailer, but I still want to require them to use the form that doesn't reveal my address to them, not use a mailto link that advertises my addy to all and sundry.

Any other ideas for me? Besides trying to write filters in my email client for every conceivable bounce scenario, which is another thinig I am trying hard to avoid. I just don't need all the extra mail receiving and deleting that solution would force on me, who does...

This issue must bother many others, a standard option to differentiate between the two addresses should be a proposed suggestion for the next revision, if it isn't already ...

thx again

edit: found this in sendmessage.php
************************************************
vbmail($vboptions['webmasteremail'], $subject, $message, false, $email, '', $name);
************************************************
Is this where I could change the email destination?

At that point they sent me here .... and I am thinking maybe I was close to on target, I'll try messing with that portion of the code on my own and see what happens... but if someone, anyone with more knowledge (and that wouldn't need to be MUCH! trust me, LOL) can point me in a better direction, that would be much appreciated.
Reply With Quote
  #16  
Old 04-02-2005, 11:52 PM
trulylowcarb's Avatar
trulylowcarb trulylowcarb is offline
 
Join Date: Apr 2004
Location: Colorado
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

DANG, I must be catching on to this coding stuff okay ... because it appears to work just DANDY!!!

In sendmessage.php, FIND
PHP Code:
vbmail($vboptions['webmasteremail'], $subject$messagefalse$email''$name); 
CHANGE to:

PHP Code:
vbmail('realemailaddy@yourdomain.com'$subject$messagefalse$email''$name); 
Reply With Quote
Reply

Thread Tools

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:24 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.05317 seconds
  • Memory Usage 2,253KB
  • Queries Executed 20 (?)
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
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (5)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_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