The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Admin receive e-mail from forum user, but wrong recipient when i reply
Hello,
what if a vbulletin 4 forum admin/mod receive e-mail where user reports some post. And when admin/mod click to reply this e-mail, the recipient is forum admin e-mail, not e-mail of the user (this e-mail is displayed in the e-mail body by the way. Please which file to edit and what to look for? |
#2
|
|||
|
|||
Its states specifically NOT to reply to those emails lol
|
#3
|
|||
|
|||
It is exatly opposite, dumbo:
"This message has been sent to all moderators of this forum, or all administrators if there are no moderators. Please respond to this post as applicable." and i want to respond to thank user and his e-mail auto filled as a recipient. |
#4
|
|||
|
|||
Sorry DUMBO, mis read what you was asking, good luck.
|
#5
|
|||
|
|||
|
#6
|
||||
|
||||
Reporting user email is not used by vbulletin because according to your settings, reporting user might not have an email. (eg. when you enable reporting for guests).
But if you are determined to do that anyway, this should do the trick: Edit includes/class_reportitem.php, find line: Code:
vbmail($moderator['email'], $subject, $message, true); replace it as Code:
vbmail($moderator['email'], $subject, $message, true, $this->registry->userinfo['email']); |
Благодарность от: | ||
postcd |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|