|
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;
}
:) |
|
Ah! we will check it, thank you! |
|
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.
:) |
This thread was moved from https://community.jcow.net/forums/listthreads/14