diff options
| author | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-05-20 15:47:53 +0000 |
|---|---|---|
| committer | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2009-05-20 15:47:53 +0000 |
| commit | fa7a0c56c53d37ecb6fb804139b33120d33780bd (patch) | |
| tree | f36118d3f633f611d65a63df74d943838adcf5b8 /admin | |
| parent | 3fe9798c1f7d781af4f057435496d37535976c56 (diff) | |
| download | liberty-fa7a0c56c53d37ecb6fb804139b33120d33780bd.tar.gz liberty-fa7a0c56c53d37ecb6fb804139b33120d33780bd.tar.bz2 liberty-fa7a0c56c53d37ecb6fb804139b33120d33780bd.zip | |
add new opt in join to pull primary attachment in lists - nothing in tpls yet, and need some feedback on mimetype flagging - hoping this is simpler and lighter than what seems like an earlier attempt at this
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_liberty_inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/admin_liberty_inc.php b/admin/admin_liberty_inc.php index 00841be..7641b2e 100644 --- a/admin/admin_liberty_inc.php +++ b/admin/admin_liberty_inc.php @@ -66,6 +66,10 @@ $attachmentOptions = array( 'label' => 'Allow Attachments to Comments', 'note' => 'Allow users with permission to upload file attachments to add them to comments. This is a new feature and can conflict with ajax attachments and ajax comments.', ), + 'liberty_display_primary_attach' => array( + 'label' => 'Display primary attachments in lists generated by Liberty (such as list_content.php)', + 'note' => 'This is a new feature in Beta, and will not display anything unless you have modified your templates to do so.', + ), ); $gBitSmarty->assign( 'attachmentOptions', $attachmentOptions ); |
