View Single Post
  #70  
Old 18th May 2009, 00:24
brilliantul brilliantul is offline
Member
 
Join Date: May 2009
P2P
Posts: 1
Default
First post so, be kind :)
I think i've fixed a bug, in the block-online.php file.
If I log in from 2 stations at the same time with the same username, the block will report me twice

eg:
Code:
Online: admin, admin, brilliantul
so i've added

PHP Code:
$title_who array_unique($title_who); 
before

PHP Code:
$title_who[] = "<a href=\"userdetails.php?id=".$uid."\" class=\"online\">".get_user_class_color($class$uname)."</a>"
hope you find this usefull, cheers.
Reply With Quote