Great hack. Installed without any problem. Thank you.
There is one typo in one of the template created. I think either vbxirc_index or vbxirc_small. Where 'quitmsg' spelt as 'qutmsg'.
I have set the:
<param name="pixx:showconnect" value="true">
From false to true, that will create a Connect/Disconnect button.
I have also added the following:
<param name="pixx:styleselector" value="true">
gives a colour selection for text.
<param name="pixx:setfontonstyle" value="true">
gives bold and underline selection.
<param name="pixx:nickprefix" value="<\b">
will make the nick bold.
I am using the new engine downloaded from:
http://www.pjirc.com/main.php
It works without any problem. You can just do a drop-in replacement.
The new version comes with quite a few more smileys. You can enable the smileys by inserting more lines, such as:
PHP Code:
<param name="style:smiley1" value=":) img/sourire.gif">
<param name="style:smiley2" value=":-) img/sourire.gif">
<param name="style:smiley3" value=":-D img/content.gif">
<param name="style:smiley4" value=":d img/content.gif">
<param name="style:smiley5" value=":-O img/OH-2.gif">
<param name="style:smiley6" value=":o img/OH-1.gif">
<param name="style:smiley7" value=":-P img/langue.gif">
<param name="style:smiley8" value=":p img/langue.gif">
<param name="style:smiley9" value=";-) img/clin-oeuil.gif">
<param name="style:smiley10" value=";) img/clin-oeuil.gif">
<param name="style:smiley11" value=":-( img/triste.gif">
<param name="style:smiley12" value=":( img/triste.gif">
<param name="style:smiley13" value=":-| img/OH-3.gif">
<param name="style:smiley14" value=":| img/OH-3.gif">
<param name="style:smiley15" value=":'( img/pleure.gif">
<param name="style:smiley16" value=":$ img/rouge.gif">
<param name="style:smiley17" value=":-$ img/rouge.gif">
<param name="style:smiley18" value="(H) img/cool.gif">
<param name="style:smiley19" value="(h) img/cool.gif">
<param name="style:smiley20" value=":-@ img/enerve1.gif">
<param name="style:smiley21" value=":@ img/enerve2.gif">
<param name="style:smiley22" value=":-S img/roll-eyes.gif">
<param name="style:smiley23" value=":s img/roll-eyes.gif">
<param name="style:smiley24" value=":yy: img/yinyang.gif">
<param name="style:smiley25" value=":hrt: img/coeur.gif">
<param name="style:smiley26" value=":bhrt: img/coeur-brise.gif">
<param name="style:smiley27" value=":beer: img/biere.gif">
One thing I have not been able to make work is the /sound. The new applet comes with two sound files and should be able to make some noise. I think you can even get it to make a laugh sound if eg. "LOL" is detected.
