Jump to content

anonymous group setting


sunrisecc

Recommended Posts

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/

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...