Space
#2
Can you try this;

Open member.php

Find
	$user = array(
		"username" => $mybb->input['username'],

Change into
	$user = array(
		"username" => trim($mybb->input['username']),
Reply


Messages In This Thread
Space - by Miked - 2007-09-06, 05:22 PM
RE: Space - by LeX- - 2007-09-06, 05:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)