Um I was just wondering, I transfered over the chatroom i was using on my proboards version of my bleach site onto my bleach site using this forums service, and i noticed that for some reason it will not show up, but i can put it on another board or website and it works fine. i bet its because of the different setup, but how could i fit it so that it will work?
By "chatroom" do you mean ShoutBox? If so, you can get a VF version in the Code Database.![]()
Links to forums help as well!![]()
I think he is talking about the chat room PB installed, but I may be wrong as well,
darkmage is right, i went into the admin area for that and code the code to post it on another site and it wont show:
Board Url: http://bleachhollow.virtualforums.co.uk
Chatroom Board URL: http://bleachhollow.virtualforums.co.uk/board/Chatroom/
Chatroom Code:Code:
- <center>
- <script type="text/javascript">
- <!--
- if(location.href.match('board=livechatfemale')){
- document.write('<applet code="Client.class" codebase="http://client0.addonchat.com/current/" archive="scclient_en.zip" width="600" height="425" alt="Java Chat Software - AddonChat" MAYSCRIPT>');
- document.write('<param name="room" value="204814">');
- document.write('</applet>');
- }
- // -->
- </script>
- </center>
use:
Code:
- <center>
- <script type="text/javascript">
- <!--
- if(location.href.match(/board\/chatroom/i)){
- document.write('<applet code="Client.class" codebase="http://client0.addonchat.com/current/" archive="scclient_en.zip" width="600" height="425" alt="Java Chat Software - AddonChat" MAYSCRIPT>');
- document.write('<param name="room" value="204814">');
- document.write('</applet>');
- }
- // -->
- </script>
- </center>
ya thx, i had just seen the bug when i posted it and was just about to edit the last post telling that i fixed it myself. lol
lol it's ok!![]()
Glad it's fixed!![]()
The code that wrighty used is compatible with vforums so its good.
Please stop bumping old threads.
As you can see, this thread has been solved. Posting a reply like that will simply just lead to a increasing of your warning.