Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic how to disable displayed name change? (Read 1848 times)
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
how to disable displayed name change?
Mar 7th, 2009 at 2:54pm
Print Post  
Where abouts in Profile.pl would I look to disable users from changing their displayed names?  I remember doing this for YaBB2.1 but I am unable to find that post using the search.
  
Back to top
 
IP Logged
 
deti
Full Member
***
Offline


YaBB is the best!!!

Posts: 101
Location: Prien am Chiemsee
Joined: Mar 13th, 2008
Re: how to disable displayed name change?
Reply #1 - Mar 7th, 2009 at 4:02pm
Print Post  
Here:
Code
Select All
   <td align="left"><input type="password" maxlength="30" name="passwrd2" size="20" /></td>
 </tr><tr class="windowbg">
   <td width="220" align="left"><b>$profile_txt{68}: </b><br />~;
	if ($name_cannot_be_userid) {
		$showProfile .= qq~
<span class="small">$profile_txt{'8'}</span>~;
	}
	&ToChars(${$uid.$user}{'location'});
	$showProfile .= qq~
   </td>
   <td align="left"><input type="text" maxlength="30" name="name" size="30" value="${$uid.$user}{'realname'}" /></td>
 </tr><tr class="windowbg"> 

  

Was immer Du tun kannst
oder erträumst tun zu können,
beginne es.
Kühnheit besitzt Genie,
Macht und magische Kraft.
Beginne es jetzt.
Whatever you can do
or dream you can,
begin it.
Boldness has genius,
power and magic in it.
Begin it now.
Johann Wolfgang Goethe
Back to top
 
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: how to disable displayed name change?
Reply #2 - Mar 7th, 2009 at 6:54pm
Print Post  
Thank You very much
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint