
07-16-2002, 12:03 AM
|
 |
|
|
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Would this also work?
PHP Code:
if ($bbuserinfo['emailnotification']) {
$emailbox = 'yes';
} else {
$emailbox = '';
}
And
PHP Code:
<input type="hidden" name="email" value="$emailbox">
Quote:
Originally posted by Logician
This modification will configure notification mail settings of the quick box according to the default settings of the poster. That is, if the poster has enabled email notification in his user cp settings, his quick reply will be configured accordingly too. On the other hand, if his default setting of the poster is to get no notification, he will not be subscribed to the thread when he used the quick reply box..
|
|