mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Add files upload option in member editor
This commit is contained in:
parent
bac8a0ab9d
commit
def55840c5
5 changed files with 21 additions and 2 deletions
|
|
@ -314,7 +314,14 @@ class memberView extends member
|
|||
$option = new stdClass();
|
||||
$option->primary_key_name = 'member_srl';
|
||||
$option->content_key_name = 'signature';
|
||||
$option->allow_fileupload = true;
|
||||
if($member_config->member_allow_fileupload === 'Y')
|
||||
{
|
||||
$option->allow_fileupload = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$option->allow_fileupload = false;
|
||||
}
|
||||
$option->enable_autosave = false;
|
||||
$option->enable_default_component = true;
|
||||
$option->enable_component = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue