| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: node_invite.admin.inc,v 1.3 2009/09/01 19:00:13 hadsie Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Node invite admin settings |
* Node invite admin settings |
| 28 |
<strong>Disable Invites</strong> = To get an invite for a specific node, you will need to check the "Enable invites for this node" box in the node/edit form |
<strong>Disable Invites</strong> = To get an invite for a specific node, you will need to check the "Enable invites for this node" box in the node/edit form |
| 29 |
'), |
'), |
| 30 |
); |
); |
| 31 |
|
$form['node_invite_set_email'] = array( |
| 32 |
|
'#type' => 'checkbox', |
| 33 |
|
'#title' => t('Allow user to set their own email and name'), |
| 34 |
|
'#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), |
| 36 |
|
); |
| 37 |
$form['node_invite_rsvp_page'] = array( |
$form['node_invite_rsvp_page'] = array( |
| 38 |
'#type' => 'fieldset', |
'#type' => 'fieldset', |
| 39 |
'#title' => t('RSVP Page'), |
'#title' => t('RSVP Page'), |