sunrisecc Posted March 20, 2015 Posted March 20, 2015 In 3.4.7, I had set a group to always be anonymous. This setting was not preserved in 4.0.Am I correct that this setting is now no longer available?
Adriano Faria Posted March 20, 2015 Posted March 20, 2015 I'd say it's a bug. Columns and fields exists but doesn't appear: /* Privacy */ if ( $memberListEnabled = \IPS\Application\Module::get( 'core', 'members' )->enabled or $onlineListEnabled = \IPS\Application\Module::get( 'core', 'online', 'front' )->enabled ) { $form->addHeader( 'group_privacy' ); if ( $memberListEnabled ) { $form->add( new \IPS\Helpers\Form\YesNo( 'g_hide_from_list', !$group->g_hide_from_list, FALSE, array(), NULL, NULL, NULL, 'g_hide_from_list' ) ); } if ( $onlineListEnabled ) { $form->add( new \IPS\Helpers\Form\YesNo( 'g_hide_online_list', !$group->g_hide_online_list, FALSE, array(), NULL, NULL, NULL, 'g_hide_online_list' ) ); } }It should appear above Can be ignored?.Reported just in case: http://community.invisionpower.com/4bugtrack/rc-5a-group-privacy-missing-r4430/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.