From 89732521bda456ce45053d4f63a0ebff0b4dcb88 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 26 Jul 2016 15:49:41 -0400 Subject: [PATCH] Add default communityMessagesUrl setting --- templates/CRM/common/civicrm.settings.php.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/CRM/common/civicrm.settings.php.template b/templates/CRM/common/civicrm.settings.php.template index 19f26c9126..c943179a0f 100644 --- a/templates/CRM/common/civicrm.settings.php.template +++ b/templates/CRM/common/civicrm.settings.php.template @@ -253,6 +253,13 @@ if (!defined('CIVICRM_UF_BASEURL')) { // Override the CMS root path defined by cmsRootPath. // define('CIVICRM_CMSDIR', '/path/to/install/root/'); + // Opt-out of announcements by the CiviCRM core team for releases, paid services, events, etc. Separate each preferred optout category with a comma: + // "offers": paid service offers + // "asks": requests for donations or membership signup/renewal to CiviCRM + // "releases": major release announcements + // "events": announcements of local/national upcoming events + // $civicrm_setting['CiviCRM Preferences']['communityMessagesUrl'] = 'https://alert.civicrm.org/alert?prot=1&ver={ver}&uf={uf}&sid={sid}&lang={lang}&co={co}&optout=offers,asks'; + /** * If you are using any CiviCRM script in the bin directory that -- 2.25.1