Login     Sign up
Errors I show
firemax (@firemax)
Join date: Mar 17th 2010
Community posts: 6
View Profile
Send Message

I'm wondering with this site online status.
it's showing "user not online icon" when user online.also it's showing it's showing "user online icon" when user not online. :)
i think your using

if ( (time()-$profile['lastlogin']) > 600) {
$profile['online'] = 1;
}

but it's must be

if ( (time()-$profile['lastlogin']) < 600) {
$profile['online'] = 1;
}

:)

181 months ago
paul (@paul)
Join date: Mar 15th 2010
Community posts: 122
View Profile
Send Message

Ah! we will check it, thank you!

181 months ago
firemax (@firemax)
Join date: Mar 17th 2010
Community posts: 6
View Profile
Send Message

can't insert single Quotations with photo names in photo albums. getting a sql error.

don't misunderstand me, I'm not playing with this community.
:)

181 months ago
This thread was moved from https://community.jcow.net/forums/listthreads/14