mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +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
|
|
@ -73,6 +73,7 @@ class memberModel extends member
|
|||
|
||||
if(!$config->signature_editor_skin || $config->signature_editor_skin == 'default') $config->signature_editor_skin = 'ckeditor';
|
||||
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono';
|
||||
if(!$config->member_allow_fileupload) $config->member_allow_fileupload = 'N';
|
||||
|
||||
if($config->redirect_mid)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue