Yeah,
I think these are the ones that I am concerned with:
Quote:
class_mail.php:196: $mailfromname = construct_phrase($this->fetch_first_line($vbphrase['x_mailer']), $vbulletin->options['bbtitle']);
class_mail.php:200: $mailfromname = $vbulletin->options['bbtitle'];
class_mail.php:218: $mailfromname = "$username @ " . $vbulletin->options['bbtitle'];
|
I have changed these to be: $vbulletin->options['bbtitle_discrete'] but the problem is that when the emails are sent, this variable is empty.
In the same progression of code, where would the: $vbulletin->options['bbtitle'] variable be getting its value? (From the Database I know) But where is it set?
Quote:
At a guess the setting is in a loop of data from the db, like
while name=>value
option[name] = value
I don't know where that would be.
|
Thanks for your help Eikinskjaldi.
Can anyone else suggest a solution?
Remo.