in memebrs.php (and other files, fe details.php) I didnt change variables, only their values, first I had:
$user_icq_button = "<a href=\"http://wwp.icq.com/scripts/search.dll?to=".$user_icq."\" target=\"_blank\"><img src=\"http://web.icq.com/whitepages/online?icq=".$user_icq."&img=5\" width=\"18\" height=\"18\" border=\"0\" alt=\"".$user_icq."\" /></a>";
now I have:
$user_icq_button = "<a href=\"gg:".$user_icq."\"><img src=\"http://www.gadu-gadu.pl/users/status.asp?id=".$user_icq."&styl=1\" border=\"0\" alt=\"".$user_icq."\" /></a>";
coment_bit.html, (it is shown on picture detail page) I have {comment_user_icq_status}, but it gives nothing.
On member_profile.html I have (after my changes to get rid of ICQ and paste GG:
<td class="row2" align="left">{if user_icq}<a href="gg:{user_icq}">{user_icq}</a> (<b>{user_icq_status}</b>){endif user_icq}</td>
It gives only "()", as you can see...
EDIT:
It is working in comment_bit, but it isn't in members profile. I don't know why