Main Menu
Quick Links
Other Options
Information
NukeForums
Top10 Links
Site Visitors
Membership:
Latest: tones
Today: 1
Yesterday: 2
Overall: 15105
Visitation:
Guests: 560
Members: 0
Total: 560
You are Anonymous user. You can register for free by clicking here
Sponsor Links
NukeResources :: View topic - Show all post by not showing with short name
Show all post by not showing with short name
Posted: Mon Jul 03, 2006 6:13 am
Astroman
Resourceful
Joined: Apr 01, 2005
Posts: 71
Posted: Tue Jul 04, 2006 1:32 am
Evaders99
Resource Master
Joined: May 25, 2004
Posts: 1785
It is indeed the two letter name. We're waiting phpBB guys to fix that
Posted: Tue Jul 04, 2006 6:35 am
Astroman
Resourceful
Joined: Apr 01, 2005
Posts: 71
Oh, is there nothing I can do about it then, other than wait of course?
Could you point me to a discussion on this if there isn't?
Thanks.
Posted: Sat Jul 08, 2006 2:04 am
Evaders99
Resource Master
Joined: May 25, 2004
Posts: 1785
Posted: Sat Jul 08, 2006 8:06 am
Astroman
Resourceful
Joined: Apr 01, 2005
Posts: 71
I that case I hope someone can figure out how to change it so you can't register with short usernames.
Posted: Sat Jul 08, 2006 5:20 pm
Evaders99
Resource Master
Joined: May 25, 2004
Posts: 1785
Hmm need to add a check in the userCheck() function of Your_Account's index.php
If you're using the latest Patched files, add something like
Code:
if (strlen($username) < 3) $stop = "<center>Nickname too short!</center>";
Posted: Sat Jul 08, 2006 7:04 pm
Astroman
Resourceful
Joined: Apr 01, 2005
Posts: 71
Where abouts do I add it, I'm not that good with php stuff?
Posted: Mon Jul 10, 2006 1:09 am
darklord
Resourceful
Joined: Feb 25, 2006
Posts: 210
in modules/your_account/index.php
search for
Code: function userCheck($username, $user_email) {
then within function find
Just above add
Code: if (strlen($username) < 3) $stop = "<center>Nickname too short!</center>";
_________________
for those who STAND shall NEVER fall and those who fall shall rise once more...never give up the end is just another beginning.
Posted: Mon Jul 10, 2006 7:03 am
Astroman
Resourceful
Joined: Apr 01, 2005
Posts: 71
Thanks.
NukeResources Forum Index -> Bug Reports
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
All times are GMT - 4 Hours
Page 1 of 1
Powered by phpBB © 2001-2005 phpBB Group. Theme created by Vjacheslav Trushkin . There have been 172 unique hit(s) in the past 24 hours.
:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::