151

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Alors la, tu m'en demandes trop, poses ta question en anglais, tu auras plus de chances d'obtenir une réponse.
Il est censé marché avec IE sauf que les temps de rafraichissement semblent plus longs.
Sinon aprés il vas falloir touché au code et la je ne peux rien faire sad

152 (edited by N3twork2 2010-05-03 18:54)

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Ok je fait la question en anglais alors smile Merci encore wink

Hello

I have just noticed that under IE the messages is not immediately posted, it's possible to correct this bug? So that the message quickly displays?

Fabien
smile

153

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

I've installed chitelite, but when I install the extension, it says : WARNING ! Write access needed. Please give php the permission to write in ek_chatlite/data/chat.dat and ek_chatlite/data/.htaccess before running the chat.

I went on my FTP server and changed the permission on both chat.dat and chat.php.

154

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

OK I've succeded eventually. Bravo for this extension, and for the "panel customisation" of this functionality.

Juste a question. Is it possible to not have this chat on the top of the index page but only on the panel ? Or at least, to have this chatlite on the bottom of the list of the forums ?

Thank you very much for your help and all your work.

Regards,

155

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Isn't it possible to put the chatbox at the bottom of the Forum index instead of top ? I try this for hours and I didn't find. Someone haas an idea ?

156

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

I've noticed that two other people have made the same request : put the chatbox only on a panel, or at the bottom of the index page... Really no idea for this ?

Thanks,

157

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Problem solved (for those who asked it) : On the file chat.js replace

        if(!appendAfter) appendAfter = document.getElementById('brd-announcement');
        if(!appendAfter) appendAfter = document.getElementById('brd-visit');
by

        if(!appendAfter) appendAfter = document.getElementById('brd-crumbs');
        if(!appendAfter) appendAfter = document.getElementById('brd-stats');

158 (edited by freshmasta 2010-12-13 03:32)

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

slickplaid wrote:

I modified the extension some more to make it validate as XHTML 1.0 Strict and added a send button.

I'm currently working on getting an admin backend added onto it so you can set some options so until I finish that, the previous modifications I've done aren't included.

Modified chatlite:ChatLite 0.6.0


Let me know if you find anything wrong with it as I'm still kind of a novice at this.

Sorry to bump a old thread, but what files were modified in this new mod?

159

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Hi. Yes sry again for the old topic but any idea why on IE8 the right scrollbar is not visible and all the messages are shown on page? With firefox all is ok.
Thanks!

160

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Hello,
Thank you very much for this fantastic extension

is it possible to keep an automatic record of the discussions ?

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Anyone know how I can add BBcodes to this chat?

162 (edited by coolternet 2012-01-17 06:31)

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

lbouriez wrote:

Tu peux essayer ca, ca avait résolu mon problème smile
Ouvre le fichier media/js/chat.js

Cherche vers la ligne 60 ca:

// launch refresher
        this.pe = new this.refresher(this.param['exturi']+'data/chat.dat', {
            method: 'post',    frequency: 2.5, decay: 1.1,
            onChange: this.updater.bind(this),
            onFailure: this.error.bind(this, 'con')
        });

Modifie le

method: 'post'

par

method: 'get'

En esperant que ca résolve ton problème:)
Tient moi au courant^^

Moi cette technique ne fonctionne pas... Tu as une idée ?
Si tu veux tester tu peux venir voir : http://forum.mine-infinity.com
PS. J'utilise la version 1.4.1

Sa fonctionnait avant que je commence à supprimer des plugin qui me servait à rien...

163

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Oula, je suis resté sur la 1.3 du coup peut être que ca vient de ca.
Essaye de le désinstaller et réinstaller.

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

Chatbox for 1.4.2 is out ?

165

Re: [Release] ChatLite v0.5.1 (javascript chat on forum index)

http://punbb.informer.com/forums/topic/ … -shoutbox/