Posted by venkat-rk on December 25, 2008 at 12:14pm
Jump to:
| Project: | Donation |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Please explain more in this issue what you need rather than just having links.
#2
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."
<?php$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',
?>
#3
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.
#4
This is fixed in http://drupal.org/node/354915#comment-1199479 and available through the 5.x-1.2 version of the donation module.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.