139 views
in Web Develop by (423 points)
How to disable space in user name during user registration in Q2A site

1 Answer

0 votes
by (423 points)

You can do it very easily. 

Add this following code at qa-include/plugins/qa-filter-basic.php:51 

Than save the page and you will be done..

if (preg_match('/\\s/', $handle)) {

    return qa_lang_sub('users/handle_has_bad', 'space');

}

292 questions

75 answers

2 comments

5,034 users

2 Online Users
0 Member 2 Guest
Today Visits : 364
Yesterday Visits : 2094
Total Visits : 6133086
...