Following up on http://drupal.org/node/154841#comment-780541, I would like to submit a request for making the code changes suggested by Aldren in http://drupal.org/node/154841#comment-574331 as configurable settings.

Comments

kbahey’s picture

Status: Active » Postponed (maintainer needs more info)

Please explain more in this issue what you need rather than just having links.

jbomb’s picture

Looks to me like a request to edit the description on the donation form through the GUI so that you don't need to make changes to the module to remove "Drupal loves you."

$form['amount'] = array(
    '#type' => 'textfield',
    '#title' => t('Amount'),
    '#description' => t('Drupal loves you. Enter the amount you wish to donate.'),
    '#size' => 40,
    '#required' => TRUE,
    '#maxlength' => 255,
    '#name' => 'amount',
venkat-rk’s picture

Yes, my request is exactly as jbomb puts it. Only, not just the description but all the fields mentioned in Aldren's post linked in my first post.

venkat-rk’s picture

Status: Postponed (maintainer needs more info) » Fixed

This is fixed in http://drupal.org/node/354915#comment-1199479 and available through the 5.x-1.2 version of the donation module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.