What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » [0.3.3] Some client-side Shoutbox improvements. (Firefox only!)

Pages: (7): « First « 2 3 4 5 [ 6 ] 7 » Last »
[0.3.3] Some client-side Shoutbox improvements. (Firefox only!)
Author: Message:
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: [0.3.2] Some client-side Shoutbox improvements. (Firefox only!)
Just to make it more complete, you should add buttons of some sort which enable disable certain features (e.g: the toasts, quick texts, enlarge the comments box, etc) as not everyone will like all those features (personally, the toasts would be disabled for myself).

As well, I notice that for some reason your script leaves a bunch of empty space at the bottom, that is quite unnecessary and messes with everything:sad: Turns out it's not your script, disregard that ;)

Btw,     
quote:
Originally posted by the DtTvB
0.3.1 is out.

I believe you mean 0.3.2 ;)

This post was edited on 03-18-2007 at 02:45 AM by Lou.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
03-18-2007 02:05 AM
Profile PM Web Find Quote Report
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: [0.3.2] Some client-side Shoutbox improvements. (Firefox only!)
Hmmm, users who use the /me command don't get the drop-down menu.

:P I haven't been around, this week, so forgive me if someone had already pointed that out.

By the way, you're doing a great job! (Y)

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

03-18-2007 05:14 AM
Profile PM Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
RE: [0.3.2] Some client-side Shoutbox improvements. (Firefox only!)
installed it and seems to be running smoothly, the only thing is the notification of when someone comes in to the shoutbox comes up when someone refreshes the shoutbox, so maybe a 2minute delay so if they go off for 2 minutes or more it comes up, any lower it doesnt..?
QUACK QUACK QUACK

03-18-2007 08:53 PM
Profile E-Mail PM Find Quote Report
Oxy
Veteran Member
*****

Avatar

Posts: 1368
Reputation: 24
30 / Male / Flag
Joined: Jul 2006
RE: [0.3.2] Some client-side Shoutbox improvements. (Firefox only!)
Nice script, well done (Y)

quote:
Originally posted by EBFL
* EBFL <3's this shoutbox scipt.

*script
[Image: dotlukas.gif]
03-19-2007 08:38 PM
Profile E-Mail PM Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: [0.3.2] Some client-side Shoutbox improvements. (Firefox only!)
Some users of your script have noticed strange character encoding problems. For example, the ¬ character doesn't work right. Here are a few screenshots...

http://img265.imageshack.us/img265/1086/sswsnx4.png
http://img252.imageshack.us/img252/49/83648818pt9.png (before refresh)
http://img444.imageshack.us/img444/6457/71502228do6.png (after)

I think the XMLHttpRequest is to blame. Do you have any ideas for how to fix this? :P

Update: I added charset=iso-8859-1 to the HTTP headers, and that seems to help, at least with viewing messages. There may still be issues with sending messages, but I haven't tested that.

This post was edited on 03-22-2007 at 12:36 AM by WDZ.
03-22-2007 12:17 AM
Profile PM Web Find Quote Report
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: [0.3.2] Some client-side Shoutbox improvements. (Firefox only!)
currently, none of the commands from -dt-'s shoutboxcc.user.js are working with your script either

attached below for convenience, seeing as though -dt-'s site is down

.txt File Attachment: shoutboxcc.user.js.txt (20.25 KB)
This file has been downloaded 283 time(s).
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
03-22-2007 12:28 AM
Profile PM Web Find Quote Report
the DtTvB
Junior Member
**


Posts: 47
Reputation: 10
– / Male / –
Joined: Mar 2007
Status: Away
O.P. RE: [0.3.2] Some client-side Shoutbox improvements. (Firefox only!)
> Just to make it more complete, you should add buttons of some
> sort which enable disable certain features

OK, I will try to do it.

> Some users of your script have noticed strange character encoding
> problems. For example, the ¬ character doesn't work right.
> I think the XMLHttpRequest is to blame.

You are right. You know that XMLHttpRequest tries to be UTF-8.
Many times it doesn't work on a non-UTF8 sites.

I'm pretty sure that there must be some workarounds.. I will look at it.

> currently, none of the commands from -dt-'s shoutboxcc.user.js
> are working with your script either

> Quoted from -dt-'s script:
> unsafeWindow.checkName = function(){return start();}

> From my script:
> document.msgform.onsubmit = function() {

This code from my script kicks the -dt-'s one away.
From -dt-'s code, I also pretty sure that there must be
some workarounds, because we hook the function at
different places.
the DtTvB - My name has no meaning, but it's unique at least!
[Image: asj.gif]
03-23-2007 04:44 PM
Profile E-Mail PM Web Find Quote Report
the DtTvB
Junior Member
**


Posts: 47
Reputation: 10
– / Male / –
Joined: Mar 2007
Status: Away
O.P. RE: [0.3.3] Some client-side Shoutbox improvements. (Firefox only!)
> you should add buttons of some sort which enable disable certain
> features

OK, finished!

And some of the bugs are fixed..

Added: An option to disable XMLHttpRequest sending to make -dt-'s script work.
the DtTvB - My name has no meaning, but it's unique at least!
[Image: asj.gif]
03-23-2007 05:32 PM
Profile E-Mail PM Web Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [0.3.3] Some client-side Shoutbox improvements. (Firefox only!)
Do you mind if I try and edit the script to make it work perfectly with Opera :P? I'll be doing it tomorrow though. I'll release the script if i succeed :D. I know you'll allow, but still wanted to ask.
03-23-2007 05:37 PM
Profile E-Mail PM Web Find Quote Report
the DtTvB
Junior Member
**


Posts: 47
Reputation: 10
– / Male / –
Joined: Mar 2007
Status: Away
O.P. RE: [0.3.3] Some client-side Shoutbox improvements. (Firefox only!)
Sure! And thanks for asking...
the DtTvB - My name has no meaning, but it's unique at least!
[Image: asj.gif]
03-24-2007 02:24 PM
Profile E-Mail PM Web Find Quote Report
Pages: (7): « First « 2 3 4 5 [ 6 ] 7 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On