1
hi'
I would like all member accounts that are created are set to receive notifications by email. Is there a way to do that easily ?
I have found an old hack. Replace :
Quote:
$this->initVar('notify_method', XOBJ_DTYPE_OTHER,1, false);
... by :Quote:
$this->initVar('notify_method', XOBJ_DTYPE_OTHER,2, false);
... but it does not work (with XOOPS 2.4.4) or I have missed something.
I would like also to set checkboxes ticked by default ; the aim is to set notifications by my own, members should never set anything.
I hope you understand my requests