1
Hello xoopers
I have modified class/user.php in CBB - changed ICQ to GG (which is most popular IM in Poland).
if($user->getVar('user_icq'))
$userbar[]= array("link"=>"javascript:void window.open('gg:" . $user->getVar('user_icq')."', 'new');", "name" => _MD_ICQ);
But I doesn't work...
It's still using
http://www.icq.com link. Why ?
Maybe this code is also somewhere else...