patr3k Posted July 27, 2012 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 257 Reputation: 7 Joined: 03/12/12 Last Seen: May 31, 2014 Share Posted July 27, 2012 In Fluxcp Renewal, How can i disable the " Change Gender " menu/function ? Link to comment Share on other sites More sharing options...
Brynner Posted July 27, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1972 Reputation: 207 Joined: 01/08/12 Last Seen: 3 hours ago Share 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', Link to comment Share on other sites More sharing options...
patr3k Posted July 27, 2012 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 257 Reputation: 7 Joined: 03/12/12 Last Seen: May 31, 2014 Author Share Posted July 27, 2012 Thanks! Link to comment Share on other sites More sharing options...
Brian Posted August 4, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share 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 ) Link to comment Share on other sites More sharing options...
Question
patr3k
In Fluxcp Renewal, How can i disable the " Change Gender " menu/function ?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts