From dd38fad9ee2fae3a072ce9b3043f10149f2aaef4 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 30 Sep 2017 09:44:40 -0400 Subject: [PATCH 1/4] Update administrator_guide.md --- doc/admin/administrator_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/admin/administrator_guide.md b/doc/admin/administrator_guide.md index e3b6190cb..2fa52c7c6 100644 --- a/doc/admin/administrator_guide.md +++ b/doc/admin/administrator_guide.md @@ -246,7 +246,7 @@ a _standard_ and _premium_ class using the following lines: App::$config['system']['default_service_class']='standard'; // this is the default service class that is attached to every new account - // configuration for parent service class + // configuration for standard service class App::$config['service_class']['standard'] = array('photo_upload_limit'=>2097152, // total photo storage limit per channel (here 2MB) 'total_identities' =>1, // number of channels an account can create @@ -256,7 +256,7 @@ a _standard_ and _premium_ class using the following lines: 'attach_upload_limit' =>2097152, // total attachment storage limit per channel (here 2MB) 'chatters_inroom' =>20); - // configuration for teacher service class + // configuration for premium service class App::$config['service_class']['premium'] = array('photo_upload_limit'=>20000000000, // total photo storage limit per channel (here 20GB) 'total_identities' =>20, // number of channels an account can create From 89457c8390fdfad1a9d687ade1c1685ab3e1c614 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 1 Oct 2017 10:24:33 +0200 Subject: [PATCH 2/4] fix profile edit dropdown for multiple profiles --- view/tpl/profile_vcard.tpl | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index f51f0719c..0f30e5816 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -7,17 +7,15 @@ {{/if}} {{if ! $zcard}} {{if $editmenu.multi}} -