vForums Support > vForums :: Support :: > Chatroom not working?

Chatroom not working? - Posted By dog199200 (dog199200) on 14th Feb 08 at 12:38am
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?

Re: Chatroom not working? - Posted By Marc (cr0w) on 14th Feb 08 at 12:41am
By "chatroom" do you mean ShoutBox? If so, you can get a VF version in the Code Database. {Smile}

Re: Chatroom not working? - Posted By Michael (wrighty) on 14th Feb 08 at 12:51am
Links to forums help as well! {Smile}

Re: Chatroom not working? - Posted By Nick (nickb) on 14th Feb 08 at 12:59am
I think he is talking about the chat room PB installed, but I may be wrong as well,

Re: Chatroom not working? - Posted By dog199200 (dog199200) on 14th Feb 08 at 1:04am
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:
 
  1. <center>
  2. <script type="text/javascript">
  3. <!--
  4. if(location.href.match('board=livechatfemale')){
  5. 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>');
  6. document.write('<param name="room" value="204814">');
  7. document.write('</applet>');
  8. }
  9. // -->
  10. </script>
  11. </center>
 

Re: Chatroom not working? - Posted By Michael (wrighty) on 14th Feb 08 at 1:06am
use:

Code:
 
  1. <center>
  2. <script type="text/javascript">
  3. <!--
  4. if(location.href.match(/board\/chatroom/i)){
  5. 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>');
  6. document.write('<param name="room" value="204814">');
  7. document.write('</applet>');
  8. }
  9. // -->
  10. </script>
  11. </center>
 

Re: Chatroom not working? - Posted By dog199200 (dog199200) on 14th Feb 08 at 1:08am
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

Re: Chatroom not working? - Posted By Michael (wrighty) on 14th Feb 08 at 1:13am
lol it's ok! {Smile}

Glad it's fixed! {Smile}

Re: Chatroom not working? - Posted By ajay (ajay) on 21st Feb 08 at 5:57pm
The code that wrighty used is compatible with vforums so its good.

Re: Chatroom not working? - Posted By Michael (wrighty) on 21st Feb 08 at 6:02pm
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.