Wiccle.com in Facebook Wiccle.com in Twitter Wiccle.com in LinkedIn Wiccle.com in Youtube RSS from Wiccle.com Wiccle.com in Atom
 
 
 

Thread: Can I shorten username to 2 characters?

Started: September 16, 2009, 12:01 AM  ⋅  Zone: Public Forums  ⋅  Category: Install & Modification  ⋅  Posts: 4  ⋅  Views 624
Started by: john  ⋅  Description: No description.
Post #1
Member: john  ⋅  Date: September 16, 2009, 12:01 AM  ⋅ Subject: "Can I shorten username to 2 characters?"

Hi Markus,

I'd like to be able to accommodate usernames with 2 characters (rather than the current 4). Can I do this myself and, if so, how?

As always, thanks for your help.

Post #2
Member: Markus  ⋅  Date: September 16, 2009, 01:37 AM  ⋅ Subject: "Re: Can I shorten username to 2 characters?"

Sure, you can do that (though this isn't in configuration yet -> I'll move it in). Here's how.


Crack open /core/members.php, find function show_registration() and the following section (line 445):

        if (strlen($data['member_username']) < 4)
        {            
            $errors[] = $lang['username_too_short'];
        }

And then do the needful. =) And the language string is under /languages/en/lang_members.php at #43.

I'll throw this into the config files for the next release; for now, just change the above.

Post #3
Member: john  ⋅  Date: September 16, 2009, 04:37 AM  ⋅ Subject: "Re: Can I shorten username to 2 characters?"

Thanks Markus, much appreciated.

Update: that should read /ajax/members.php not /core/members.php  Smile

Post #4
Member: Markus  ⋅  Date: September 16, 2009, 03:42 PM  ⋅ Subject: "Re: Can I shorten username to 2 characters?"

Yes, sorry: /core/ajax/membes.php. It's the only folder with unprefixed files -- with everything else, if you know the filename, you know the location.

 

Install & Modification

Add to Favorites
Public Forums
Category  ⋅  Deploying iWiccle and Wiccle into unique solutions that match your needs.
 

Public Forums

Add to Favorites
Public Forums
Zone  ⋅ Public forum sections for support and discussions. Available for everyone.
 

Zone Categories

 
Questions? Ask us!
Back to Top