Quote:
Today at 08:04 AM Boofo said this in Post #102
If I pick a canned text from the drop down I have to set the drop down at the default (Select canned text before I can do another pick from the listing. I want it to go back to the default after I have picked a canned text from the listing so I can pick another one instead of having to manually going back to the default first. Does that make any sense?
|
Unfortunately, it doesn't to me, because I don't have to go back to the default... I can just select the next item and it'll add it without a problem.
Quote:
In newthread, I put the same code for newreply after this:
PHP Code:
if ($bbuserinfo[emailnotification]) {
$emailchecked="checked";
} else {
$emailchecked='';
}
}
|
Thanks, this did the trick.