Author Topic: Username to login, But visible with full name  (Read 99316 times)

0 Members and 1 Guest are viewing this topic.

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Username to login, But visible with full name
« Reply #15 on: August 04, 2007, 08:44:21 PM »
Done all again... And all problems begin when changing sessions.php..
And there is no users online, but I am online...

Is there anyone that have any suggestions??
« Last Edit: August 04, 2007, 08:56:33 PM by cloe »
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Username to login, But visible with full name
« Reply #16 on: August 04, 2007, 09:02:12 PM »
Sorry. Can not reproduce. No 4images version answer yet too ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Username to login, But visible with full name
« Reply #17 on: August 04, 2007, 09:03:06 PM »
I shall try to install it again, from scrach...
I found out about the problem on main.php (when it goes blank)

This is what u wrote:

$lang['user_firstname'] = "Firstname: ":
$lang['user_lastname'] = "Lastname: ";

It can not be a space betwen : ":

The correct way is:

$lang['user_firstname'] = "Firstname:":
$lang['user_lastname'] = "Lastname:";

I will try it all again...

False. In string, space no matter.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Username to login, But visible with full name
« Reply #18 on: August 04, 2007, 09:05:45 PM »
I shall try to install it again, from scrach...
I found out about the problem on main.php (when it goes blank)

This is what u wrote:

$lang['user_firstname'] = "Firstname: ":
$lang['user_lastname'] = "Lastname: ";

It can not be a space betwen : ":

The correct way is:

$lang['user_firstname'] = "Firstname:":
$lang['user_lastname'] = "Lastname:";

I will try it all again...

False. In string, space no matter.

But it works when there is no space...  :?
The page is not blank then...
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Username to login, But visible with full name
« Reply #19 on: August 04, 2007, 09:09:17 PM »
Version ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Username to login, But visible with full name
« Reply #20 on: August 04, 2007, 09:11:33 PM »
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Username to login, But visible with full name
« Reply #21 on: August 04, 2007, 09:21:47 PM »
Is it anyone here that know how I can achive this??

Please someone help  :cry:
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Username to login, But visible with full name
« Reply #22 on: August 04, 2007, 09:27:48 PM »
Quote
phpMyAdmin - 2.9.2

4images version - say here:

Quote
See content in USERS_TABLE for first, last names (phpmyadmin) ?

1. If not, register new user.
2. Content (phpmyadmin) ?
3. 4images version ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Username to login, But visible with full name
« Reply #23 on: August 04, 2007, 09:34:31 PM »
Quote
phpMyAdmin - 2.9.2

4images version - say here:

Quote
See content in USERS_TABLE for first, last names (phpmyadmin) ?

1. If not, register new user.
2. Content (phpmyadmin) ?
3. 4images version ?

I have 4 images v.1.7.4
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

manurom

  • Guest
Re: Username to login, But visible with full name
« Reply #24 on: August 04, 2007, 09:44:58 PM »
Hello;
didn't you notice this error:
Quote
$lang['user_firstname'] = "Firstname:":
$lang['user_lastname'] = "Lastname:";

The good syntax should be: $lang['user_firstname'] = "Firstname:";
Don't know if it has something to do with your annoyance.
Regards

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Username to login, But visible with full name
« Reply #25 on: August 04, 2007, 09:54:35 PM »
Hello;
didn't you notice this error:
Quote
$lang['user_firstname'] = "Firstname:":
$lang['user_lastname'] = "Lastname:";

The good syntax should be: $lang['user_firstname'] = "Firstname:";
Don't know if it has something to do with your annoyance.
Regards

Corrected the error... But it still dosent work :(

I have this error on index page:

DB Error: Bad SQL Query: SELECT s.session_user_id, s.session_lastaction, s.session_ip, u.user_id, u.user_level, u.user_name, u.user_invisible, u.user_firstname, u.user_lastname FROM 4images_sessions s LEFT JOIN 4images_users u ON (u.user_id = s.session_user_id) WHERE s.session_lastaction >= 1186256905 ORDER BY u.user_id ASC, s.session_ip ASC
Unknown column 'u.user_firstname' in 'field list'

and it says that nobody is online... But I AM ONLINE
Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Username to login, But visible with full name
« Reply #26 on: August 04, 2007, 09:58:47 PM »
Quote
Don't know if it has something to do with your annoyance.

Care explain ? Report prob about space - not : (no notice - period).
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Username to login, But visible with full name
« Reply #27 on: August 04, 2007, 10:26:12 PM »
Quote
and it says that nobody is online... But I AM ONLINE

If all step follow, can not say ... for me ... login - see my username ... logout - see the session window close. Can not reproduce ... :|
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline cloe

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: Username to login, But visible with full name
« Reply #28 on: August 04, 2007, 11:09:32 PM »
Is there some php guru here, that can make this work for me??

Peace And Luv :)

--Cecilie--

http://www.cloevvold-photo.com

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Username to login, But visible with full name
« Reply #29 on: August 04, 2007, 11:25:56 PM »
Quote
Is there some php guru here, that can make this work for me??

Speak to one now ... dont believe ? Sorry... mine works well.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?