Author Topic: Log in with user ID as well as with user name  (Read 3665 times)

0 Members and 1 Guest are viewing this topic.

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Log in with user ID as well as with user name
« on: January 06, 2010, 10:26:29 AM »
Hello,

How can i tweak my 4images gallery to make the users can log in also with their USER ID?. I have seen that in many other scripts.

Many thanks in advance,
Cruxy

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Log in with user ID as well as with user name
« Reply #1 on: January 06, 2010, 02:46:34 PM »
try replace in includes/sessions.php
            WHERE ".get_user_table_field("", "user_name")." '$user_name' AND ".get_user_table_field("", "user_level")." <> ".USER_AWAITING;

with this:
            WHERE (".get_user_table_field("", "user_name")." '$user_name' OR ".get_user_table_field("", "user_id")." '$user_name') AND ".get_user_table_field("", "user_level")." <> ".USER_AWAITING;
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Sun Zaza

  • Sr. Member
  • ****
  • Posts: 399
    • View Profile
Re: Log in with user ID as well as with user name
« Reply #2 on: January 08, 2010, 11:45:52 AM »
If v@no code something, then it must work :wink:
Respect for your knowledge.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Log in with user ID as well as with user name
« Reply #3 on: January 08, 2010, 12:13:34 PM »
... simple, nice, usefull ... and ... you are right cruxy ... ;)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...