CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Default NO BULK EMAILS (User Opt Out)
Pages: [1]

Author Topic: Default NO BULK EMAILS (User Opt Out)  (Read 673 times)

rjb

  • I post occasionally
  • **
  • Posts: 63
  • Karma: 2
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6
  • MySQL version: 5.1.44
  • PHP version: 5.3.1
Default NO BULK EMAILS (User Opt Out)
March 23, 2011, 04:48:46 am
Hi, all.

Is there a nice simple way of making it so that any contact created via the backend admin gui has their NO BULK EMAILS (User Opt Out) box checked, or do I need to hack contact.php?

Huge thanks in advance,

RJB

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Default NO BULK EMAILS (User Opt Out)
March 28, 2011, 11:43:55 am
Create a Drupal block visible only on page "civicrm/contact/add"  ( this is the admin interface )

Set the input filters on the block to "Full HTML" (so you can use jQuery in the block)

Use jQuery ( http://www.electrictoolbox.com/check-uncheck-checkbox-jquery/ )  to check the box, which id is: #is_opt_out
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Default NO BULK EMAILS (User Opt Out)

This forum was archived on 2017-11-26.