![]() |
The "yes/no" options seems better to me and still works for me. Thanks :)
https://vborg.vbsupport.ru/showthrea...59#post1782159 |
That's good, dude.:up: I made this change, because for me does not work, maybe for somebody else neither. :) |
Quote:
Code:
<a href="http://xxxx.com/forums/member.php?u=1">here</a> |
works in 4.1.11
|
Working here on 4.1.11 and 4.1.12
I was also getting the emails sent in text format... To get them to send correctly I just used the PHP mail() function instead of the built in one. PHP Code:
|
Hello Geoff,
I'm interested in getting the contents of the visitor message in the email. Are you saying this is what you were able to accomplish? You're replacing Code:
vbmail($userinfo['email'], 'You have a New Profile Message', $VMEN_message, false, $vbulletin->options['VMEN_reply'], ''); Code:
mail($userinfo['email'], 'You Have a New Profile Message', $VMEN_message, 'From: '.$vbulletin->options['VMEN_reply'].PHP_EOL.'Content-type: text/html'); |
Hello,
I had installed this on 3.8 and works fine. To extract the visitor message text I added: Code:
. "\n\r" .'--------------------------------------------'. "\n\r" . $message['message'] . "\n\r" .'--------------------------------------------'. "\n\r" . HTML Code:
You have a new Profile message from Admin Thanks |
Quote:
Find: Code:
if($vbulletin->options['vmen_active'] == 1 ) Code:
if($vbulletin->options['vmen_active'] == 1 AND !$_REQUEST['vmid']) |
Quote:
Code:
if($vbulletin->options['VMEN_active'] == 1 AND $userinfo['field10'] == 'Yes') - How do I merge your solution : Code:
if($vbulletin->options['vmen_active'] == 1 AND !$_REQUEST['vmid']) Code:
if($vbulletin->options['VMEN_active'] == 1 AND $userinfo['field10'] == 'Yes') Much apreciated for your answer! |
Code:
if ($vbulletin->options['vmen_active'] == 1 AND !$_REQUEST['vmid'] AND $userinfo['field10'] == 'Yes') |
All times are GMT. The time now is 01:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|