Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Not completely invisible

Quote Reply
Not completely invisible
Hi,

I found a little bug in the user directory. The invisible users are still visible in the directory when we do a seach and click to order the results with the variable "user_last_seen" (see the attachment file).

I don't know why this code in User.pm doesn't work when we do a search:

elsif ($sb eq 'user_last_seen' and !$USER || $USER->{user_status} < ADMINISTRATOR) {
$cond = GT::SQL::Condition->new(user_invisible => '=' => 0);
}

Thank you.

François

Subject Author Views Date
Thread Not completely invisible Franco 3184 Aug 24, 2004, 8:29 PM
Thread Re: [Franco] Not completely invisible
Alex 3134 Sep 1, 2004, 2:01 PM
Post Re: [Alex] Not completely invisible
Franco 3043 Mar 25, 2005, 7:54 AM