Maintenance Notes

  • In order to get everyone to get an email when something is posted in the wall, you can go to the database with mysql and run the following command:
    • UPDATE `josbe_community_users` SET params=REPLACE(params,"\"etype_groups_wall_create\":\"0\"","\"etype_groups_wall_create\":\"1\"")