MyBB Community Forums

Full Version: Change Default Group On Registration?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2010-11-23, 01:11 AM)LowPriceBargains Wrote: [ -> ]Didn't work =[

How didn't it work?
(2010-11-23, 07:53 AM)AJS Wrote: [ -> ]
(2010-11-23, 01:11 AM)LowPriceBargains Wrote: [ -> ]Didn't work =[

How didn't it work?
I changed it in the file you said to then logged out and registered the same way anyone else would, activated my account and then i was in the same as before, not the new group that i should of been put in to...

	if($mybb->settings['regtype'] == "verify" || $mybb->settings['regtype'] == "admin" || $mybb->input['coppa'] == 1)
	{
		$usergroup = 5;
	}
	else
	{
		$usergroup = 22;
	}
Did you also change it to 22 on line 760?
(2010-11-24, 03:28 PM)AJS Wrote: [ -> ]Did you also change it to 22 on line 760?

ahh..
no i didn't i will do it now, thanks Big Grin
Pages: 1 2