| 1 |
<?php |
<?php |
| 2 |
// $Id: node_invite.admin.inc,v 1.3 2009/09/01 19:00:13 hadsie Exp $ |
// $Id: node_invite.admin.inc,v 1.3.2.1 2009/09/02 05:43:38 hadsie Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Node invite admin settings |
* Node invite admin settings |
| 34 |
'#description' => t('Leaving this unchecked will force the user to invite from their email address and username as configured in their profile.'), |
'#description' => t('Leaving this unchecked will force the user to invite from their email address and username as configured in their profile.'), |
| 35 |
'#default_value' => variable_get('node_invite_set_email', TRUE), |
'#default_value' => variable_get('node_invite_set_email', TRUE), |
| 36 |
); |
); |
| 37 |
|
$form['node_invite_hash_urls'] = array( |
| 38 |
|
'#type' => 'checkbox', |
| 39 |
|
'#title' => t('Use private URLs'), |
| 40 |
|
'#description' => t('Check this to enable hash\'d URLs that will make guessing another guests RSVP page impossible.'), |
| 41 |
|
'#default_value' => variable_get('node_invite_hash_urls', FALSE), |
| 42 |
|
); |
| 43 |
$form['node_invite_rsvp_page'] = array( |
$form['node_invite_rsvp_page'] = array( |
| 44 |
'#type' => 'fieldset', |
'#type' => 'fieldset', |
| 45 |
'#title' => t('RSVP Page'), |
'#title' => t('RSVP Page'), |