Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-17764

Add pledge block region to contribution form

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.7
    • Fix Version/s: 4.6.12, 4.7
    • Component/s: None
    • Labels:
    • Documentation Required?:
      Developer Doc
    • Funding Source:
      Contributed Code

      Description

      As described - just an extra region.

      Sample code to swap out the contents of this block looks like this

      ```
      CRM_Core_Region::instance('pledge-block')->update('default', array(
      'disabled' => TRUE,
      ));
      CRM_Core_Region::instance('pledge-block')->add(array(
      'template' => 'pledgeOnlyBlock.tpl',
      ));
      ``

        Attachments

          Activity

            People

            • Assignee:
              eileen Eileen McNaughton
              Reporter:
              eileen Eileen McNaughton
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: