Quote:
Originally Posted by mkdevo
yeah, i did the following.. sort of setting it up like an email header..
Code:
$touserinfo[username],
You have received a new private message at $vboptions[bbtitle] from $bbuserinfo[username]. Please click here to log in and reply:
$vboptions[bburl]/private.php
FROM: $bbuserinfo[username]
TO: $touserinfo[username]
SUBJECT: $title
$message
|
What version of VB has this been tested against? In a quick test I did with 3.5.2, I don't get anything for $title and $message ... althought the other variables ($bbuserinfo, $touserinfo) did translate correctly.