dog199200 Guest | | Chatroom not working? (14th Feb 08 at 12:38am UTC) | | | 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? | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | | Re: Chatroom not working? (14th Feb 08 at 12:41am UTC) | | By "chatroom" do you mean ShoutBox? If so, you can get a VF version in the Code Database. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Chatroom not working? (14th Feb 08 at 12:51am UTC) | | Links to forums help as well! | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | | Re: Chatroom not working? (14th Feb 08 at 12:59am UTC) | | | I think he is talking about the chat room PB installed, but I may be wrong as well, | |
|
dog199200 Guest | | Re: Chatroom not working? (14th Feb 08 at 1:04am UTC) | | 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>
| |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Chatroom not working? (14th Feb 08 at 1:06am UTC) | | 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>
| |
|
dog199200 Guest | | Re: Chatroom not working? (14th Feb 08 at 1:08am UTC) | | | 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 | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Chatroom not working? (14th Feb 08 at 1:13am UTC) | | lol it's ok!
Glad it's fixed! | |
|
ajay Guest | | Re: Chatroom not working? (21st Feb 08 at 5:57pm UTC) | | | The code that wrighty used is compatible with vforums so its good. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | Re: Chatroom not working? (21st Feb 08 at 6:02pm UTC) | | 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. | |
|