Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Changing user name for everyone

Asked Modified Viewed 2,884 times
M
Maailmameister
M
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions
asked
Junior Member

Hello,
on the latest version (v 7.02.07) when I disable the option of user's nickname change it applies only for regular users. Administrators can still change it. Is there a way to stop everyone from doing that? Thanks.
0 replies

3 posts

M
MeTRoiD
M
  • Member, joined since
  • Contributed 114 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

UserFields.class.php this line:
Do something with it..
$this->html .= (iADMIN || $this->_userNameChange ? $this->basicInputField("user_name", $locale['u127'], "30", $locale['u122']) : "");
0 replies
M
Maailmameister
M
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

MeTRoiD wrote:

UserFields.class.php this line:
Do something with it..
$this->html .= (iADMIN || $this->_userNameChange ? $this->basicInputField("user_name", $locale['u127'], "30", $locale['u122']) : "");


Could you define "something", please? :)
0 replies
M
MeTRoiD
M
  • Member, joined since
  • Contributed 114 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

i don't know.. :D
maybe try adding // at the start of the line..
0 replies

Category Forum

User Administration - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

M
M
  • Member, joined since
  • Contributed 114 posts on the community forums.
  • Started 11 threads in the forums
M
M
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet