PDA

View Full Version : my icq number doesnt apppear in my profile


PJKru
19-08-2004, 06:39 PM
i added it to my profile but it doesnt appear

qedx
19-08-2004, 08:00 PM
Confirmed, ICQ number doesnt appear in viewprofile page but does appear under the name in the forums. HOWEVER when you click on the ICQ link in the forums it seems to go to a page that is no longer valid. perhaps can change to this page? http://www.icq.com/whitepages/wwp.php?uin=48482233&x=0&y=0

Come on masterof_none fix this hehe oh btw 48482233 is my number nice isnt it? :P

jiinjoo
20-08-2004, 01:15 PM
Bug fixed. Apparently it's a weird javascript issue I thought I describe here for those who understands it

If you somehow write

<scr ipt ...></scr ipt>
all in one line, then your code will be ignore somehow, not executed by IE. I think this would be a bug in IE (maybe just IE6 because I haven't heard many people complain about it). To have the code work you must at the very least have the actual javascript start on the next line.

<scr ipt ...><!--
your-javascr ipt-code-here // --></scr ipt>
As for the link - i think icq changed it but we didn't update our php nuke (which we probably won't, speaking of security concerns...) so I just went in and modified to the one you suggested.

Any more problems / suggestion with the site please use the other thread.
http://www.recom.org/modules.php?name=Forums&file=viewtopic&t=950#29320

(man, i love the fact that we're screening away entirely the word "script" within angel brackets. i had to put spaces so that i can demonstrate it...)