Unreported: Attachments from specific forum(s) (block and installer) - Part II: language files, ACP and get rid of only for registered users restriction.

This commit is contained in:
Kevin
2008-02-14 23:05:08 +00:00
parent 0ad8e05dc4
commit dd47129743
5 changed files with 7 additions and 8 deletions

View File

@@ -135,7 +135,8 @@ class acp_portal
'vars' => array(
'legend1' => 'ACP_PORTAL_ATTACHMENTS_NUMBER_SETTINGS',
'portal_attachments' => array('lang' => 'PORTAL_ATTACHMENTS' , 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'portal_attachments_number' => array('lang' => 'PORTAL_ATTACHMENTS_NUMBER' , 'validate' => 'int', 'type' => 'text:3:3', 'explain' => true),
'portal_attachments_number' => array('lang' => 'PORTAL_ATTACHMENTS_NUMBER' , 'validate' => 'int', 'type' => 'text:3:3', 'explain' => true),
'portal_attachments_forum_ids' => array('lang' => 'PORTAL_ATTACHMENTS_FORUM_IDS', 'validate' => 'string', 'type' => 'text:10:200', 'explain' => true),
)
);
break;