
03-21-2008, 05:39 AM
|
|
|
Join Date: Oct 2006
Location: Minnesota, USA
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Mkvenner
It works fine with everything, given a couple of changes. To get your site style to appear around it (loading the CSS, and such) without copying all your template folders (jebus, what a terrible idea...), all you need to do is move the main php file, "vbjirc.php" into your forum root index.
Once you do that, it'll stop working. To make it work again, edit the "vbjirc_java" template for your root style (or all styles if you don't do that), and change this:
Code:
<applet code="IRCApplet.class" archive="irc.jar,pixx.jar" height="$vbjirc[height]" width="$vbjirc[width]">
To this:
Code:
<applet codeBase="vbjirc/" code="IRCApplet.class" archive="irc.jar,pixx.jar" height="$vbjirc[height]" width="$vbjirc[width]">
Just the "codeBase" attribute is added, nothing else. It'll magically work, and you'll have your styles without copying them.
|
You are my godsend <3
---
Also, it works on vB3.7 RC1, you just have to do the template changes manually.
|