We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Email Notifications defaults | Forum

Topic location: Forum home » Support » General Questions
Mike
Mike Oct 12 '11
How can the default settings be changed from notify daily to immediately?


FaceTester Leader
FaceTester Oct 12 '11
User can do this by edit the Profil settings


The Forum post is edited by FaceTester Oct 12 '11
Mike
Mike Oct 12 '11
I know the user can do it but I would like to change the default setting, I think the current default is weekly.
Den Team
Den Oct 13 '11
There is no config for change this default setting.
Mike
Mike Oct 13 '11
Hi Addenster.. is this something that can be adjusted on the DB itself?
FaceTester Leader
FaceTester Oct 13 '11
have found it..

ow_notifications_schedule



the information must be change in lowercase text
"daily / weekly / immediately "
because otherwise don't work.

greets
FaceT


Mike
Mike Oct 13 '11
Awesome Facetester.. I will give it a try.
Mike
Mike Oct 13 '11
That does not quite work, I can change the settings of someone that sets up a schedule however this does not change the default setting that a new user will see.
FaceTester Leader
FaceTester Oct 13 '11
ouch...headbang.... maybe i little bit to sleepy..

you are right, what i found is to change over DB a existing entry not the registration/join entry's.

it must be in a PHP-file for registration, because at the registration the default entry's going by click on registration into the Database.

hope i found it in view hours after sleep to fresh up :-)

greets
FaceT

EDIT:
must be a entry anywhere in a phpfile with the Database-command for this TB-table
The Forum post is edited by FaceTester Oct 13 '11
Mike
Mike Oct 13 '11
I can relate to the sleepy thing, is there another way to live? Thanks for the help!
Max
Max Oct 14 '11
Hmm
Try this :
Open ow_plugins\notifications\bol\service.php
At line 154, replace

return self::NOTIFY_TYPE_DAILY;

by :

return self::NOTIFY_TYPE_IMMEDIATELY;

Den Team
Den Oct 17 '11
Note: all direct code changes will be overwritten by new update.