Log in using your admin password. If your board does not ask for a password when you log in, create an html page with the same html code but add the following tag:
<param name=need_password value=true>
If your Groupboard appears inside a web page then press the FLOAT button, and they should appear in the ADMIN menu at the top of the window.
There are two ways of uploading background pictures. If the picture is on your local machine, you can upload it by using the Upload Background page.
Alternatively, if the picture is already on a website, you can upload it as follows:
Note that if you want the image to be permanently set as the background for your board, you need to use the BACKGROUND_PIC parameter. See the main admin help pages for more details.
Go into your admin page and select "board info" from the admin menu.
You need to set NEED_PASSWORD to FALSE in your html code.
Adjust the WIDTH and HEIGHT tags in the html code until the board just fits in the space. Note that you should test your page on Netscape and Internet Explorer, as they tend to require different amounts of space for the window.
The Groupboard will automatically try to connect using firewall tunnelling if it can't open a normal socket connection. You can create a board which always uses firewall tunnelling by using the following tag:
<param name=use_tunnel value=true>
You can try adding the following tag:
<param name=tunnel_port value=80>
This forces the Groupboard to tunnel using port 80 rather than the default tunnelling port of 6666. This should (in theory) make it work with any combination of firewall and proxy server. Note that tunnelling through port 80 requires that you insert a module into your web server. Please contact us for details.
Set the WIDTH and HEIGHT tags to zero, set the ALWAYS_FLOAT param to TRUE, set the DONT_START param, and call the startup() function using javascript when the link is clicked on:
<a href="javascript:document.gb.startup();">Click here for chat!</a>
<applet name=gb code="groupboard.class" width=0 height=0 archive=groupboard.jar
codebase="http://demauro.com/java">
<param name=board_id value=xxx>
<param name=always_float value=true>
<param name=dont_start value=true>
</applet>
The IP addresses of the other users are sent from the server. The java client does not know its own IP address, so it comes up unknown.