|
Post by Zero Kiryu on Apr 17, 2011 21:58:33 GMT -5
Its annoying. When i get a PM the pop up comes up telling me, thats fine i click ok, but when it loads the new page it again tells me, its and endless loop unless i push cancel or whatever and that stops it. No offence to who ever picked the code but its not a good one. if (td[2].innerHTML.match(/1 is new/i)) { var newPms="1"; } else if (td[2].innerHTML.match(/(\d+) (are|is) new/i)) { var newPms=RegExp.$1; } if (newPms=="1") { if (confirm('You have a new PM. Would you like to go to it now?')) { location.href='/index.cgi?action=pm'; } else { alert('Ok. No action taken.'); } } if (newPms > 1) { if (confirm('You have '+newPms+' new PMs. Would you like to view them now?')) { location.href='/index.cgi?action=pm'; } else { alert('Ok. No action taken.'); } Now im guessing this is all part of the new welcome bar. ALSO Cause im kinda OCD. Admins, you need to space your codes out well. makes it easier to find them when you need to change or fix them.
|
|
|
Post by Sōsuke Aizen on Apr 17, 2011 22:04:34 GMT -5
*is going to go crazy OOC* ......v.v;;;; I'm new to using codes....and I noticed the PM thing...and will talk to the person who designed it..... I like the set up of the welcome bar...but it more trouble than it's worth
|
|
|
Post by Jenny-chan <3 on Apr 17, 2011 22:05:14 GMT -5
*has no idea what's going on with the PM thing.* DX it's annoying as hell!!!!
|
|
|
Post by Sōsuke Aizen on Apr 17, 2011 22:08:11 GMT -5
It should be gone now. ._.
|
|
|
Post by Jenny-chan <3 on Apr 17, 2011 22:10:13 GMT -5
=D YAY!!
|
|
|
Post by Zero Kiryu on Apr 17, 2011 22:48:19 GMT -5
It is. I think who ever made the code mainly worked on the redesign of the welcome bar and not really the PM thing, likely he/she might have taken another code and made it work. If you guys need any help, PM me. ^_^ Always welcome to help.
|
|
|
Post by Rie Ishionawa on Apr 18, 2011 6:49:57 GMT -5
...I don't get it. .w.
|
|
|
Post by Zero Kiryu on Apr 18, 2011 7:51:51 GMT -5
Thats cause its gone now Ohhh another sort, the mod might not have been fully CB (Cross browser) so it might have only done it for some browers, i use safari. Doesn't play nice with pb anyway xD
|
|
|
Post by Rie Ishionawa on Apr 18, 2011 8:28:42 GMT -5
Oh.... .w.;;;
|
|
|
Post by Kaiyo Kamimari Ushinowa on Apr 18, 2011 15:00:44 GMT -5
It did it to me....and I have Google chrome ._.;
|
|
|
Post by Rie Ishionawa on Apr 18, 2011 16:20:27 GMT -5
It didn't do it to me.... .w.;;
|
|
|
Post by Zero Kiryu on Apr 18, 2011 19:44:48 GMT -5
Do you use IE ash?
|
|
|
Post by Rie Ishionawa on Apr 18, 2011 20:00:22 GMT -5
Yeah, I do. .w.
|
|
|
Post by Zero Kiryu on Apr 18, 2011 21:40:42 GMT -5
End of story. Most people make codes for IE because its whats used the most by everyone.
|
|
|
Post by Rie Ishionawa on Apr 19, 2011 6:50:52 GMT -5
Umm...okay.... > >;;;;
|
|