Download & Extend

Configurable options for settings

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

Status:active» postponed (maintainer needs more info)

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

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.

#5

Status:fixed» closed (fixed)

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

nobody click here