Configurable options for settings

venkat-rk - December 25, 2008 - 12:14
Project:Donation
Version:5.x-1.0
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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.

#1

kbahey - January 6, 2009 - 16:03
Status:active» postponed (maintainer needs more info)

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

#2

jbomb - January 6, 2009 - 16:11

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

venkat-rk - January 6, 2009 - 17:17

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

venkat-rk - January 31, 2009 - 04:29
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

System Message - February 14, 2009 - 04:30
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.