patr3k Posted July 27, 2012 Posted July 27, 2012 In Fluxcp Renewal, How can i disable the " Change Gender " menu/function ?
Brynner Posted July 27, 2012 Posted July 27, 2012 In Fluxcp Renewal, How can i disable the " Change Gender " menu/function ? on your config\application.php put // at the front of 'changesex' => 'Change Gender', // 'changesex' => 'Change Gender',
Brian Posted August 4, 2012 Posted August 4, 2012 In Fluxcp Renewal, How can i disable the " Change Gender " menu/function ? on your config\application.php put // at the front of 'changesex' => 'Change Gender', // 'changesex' => 'Change Gender', Removing that line from /config/application.php only hides Change Gender from the menu. They can still access it at <CP_url>/?module=account&action=changesex To disable Change Gender, you must remove their permission to use it. Edit /config/access.php and change 'changesex' => AccountLevel::NORMAL, to a higher level (to disable it completely, use AccountLevel::NOONE )
Question
patr3k
In Fluxcp Renewal, How can i disable the " Change Gender " menu/function ?
3 answers to this question
Recommended Posts