Quote:
Originally Posted by toonysnn
Oh har. Didn't ever look there. Thanks.
|
If you need any other help, let me know.
A few things I have noticed with PJIRC are:
Needs to be a CodeBase setting in the settings to allow for the IRC to work outside of the directory the JAR files are.
<applet code=IRCApplet.class codebase="{vb:raw vboptions.ezircvb4_codebase}" archive="irc.jar,pixx.jar" width=640 height=400>
codebase would be
http://path.to/files
To make the nick of the user from the forums:
<param name="nick" value="{vb:raw bbuserinfo.username}">
To join a channel:
<param name="command1" value="/join {vb:raw vboptions.ezircvb4_chan}">
Also, the pixx GUI allows for color changing.
http://www.pjirc.com/help.php?p=0&faq_id=16
It will take some time, but I could help making an admincp option for this if you like.
<param name="pixx:color1" value="{vb:raw vboptions.ezircvb4_color1}">
<param name="pixx:color2" value="{vb:raw vboptions.ezircvb4_color2}">
<param name="pixx:color3" value="{vb:raw vboptions.ezircvb4_color3}">