Space
#1
Many users on my forum create usernames with space on firts char, that menas if i have admin "Miked" ,ad user create also user with nick name " Miked" ( with space on first char ), may other user think taht these user are admin or moderator or other from forum team leaders, can you tell me where i can find a "register" button, and what to change to fix these small bug?
Reply
#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


Forum Jump:


Users browsing this thread: 4 Guest(s)