Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Video chat

I installed the plugin and it worked straight away without having to edit the files, are the files just optional to make it more customisable, is the room private, ie doesnt display on the tinychat site? thanks for your help great app

Comments

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    This is a starter chat , you can make a new chat with a name you choose here which makes it more private

    This will allow for a name change making your room more Private.

    http://es.tinychat.com/embedmaker.html?room=trees

    However to get all the features of the chat or to make it totally private you need to get an account on tiny chat . It is free to join.

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    It seems they changed that code a bit now you can change the name in the var for the script.

    <script type="text/javascript">var tinychat = { room: "YourChatroomnamehere", colorbk: "0xffffff", join: "auto", api: "list"};</script><script src="http://tinychat.com/js/embed.js"></script><div id="client"><a href="http://tinychat.com">video chat</a> provided by Tinychat</div>

  • Options

    ok Thanks so what do i register and then find that embed page? when i paste that into the php page do i have to delete the script that make the basic room come up that you put there?

    Thanks so much for your help, really cool feature for a plugin!!

    could you do the same thing but instead of a chat display a store front like zen cart?

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    You can try the chat as it is and just replace the script with the one with your chatroom name. It is not mandatory to register but some features for video like filters and effects may only work with the registered version, but everything else works well.

    If you register and obtain a new script just replace the script part in the vchat.php

    For your storefront, I recommend you use ExtraPage plugin to embed a store. But yes you could also embed more code into the vchat page if you want to have it in the same page.

  • Options

    Thanks iill check it out is there a way to only allow people from my forum into the chatroom or is it accesable from the tiny chat site too?

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited July 2013

    Well there are millions of tiny chats it is possible someone might but if they are not from the forum you can kick them off and block them. Also it has a private conversation button

    The link to the chat only shows to logged in users so that cuts back on lookey loos.. but
    It seems pretty harmless since you can kick them off.

    I think you can also choose not to be listed in the directory of tiny chats. And make it password protected too.

    Users need a key like this example:

    http://tinychat.com/turkey

    you would set this up in the tiny chat website in your account setting for the chatroom.

  • Options

    hi just installed vchat seems to be working but when it launches half the box is cut out by the right hand side of screen its to far over,sorry if its a simple fix only just started using froum software two days ago ?

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited August 2013

    Can you give a link to the page this is happening on? It is possible you need to adjust the css.

    this is the part that controls the width of that page, it is found in the videochat.css for the plugin.

    #Content {
        width: 920px!important;
        margin: 0 auto;
        float: none;
        }
    

    you can also change it to percentage

     #Content {
            width: 90%!important;
            margin: 20px auto;
            float: none;
            }
    
  • Options

    Hello,

    I have tried changing the .css but nothing happens :

    http://escorts.nzgirls.club/vchat

    Content {float:left !important;

    width: 100% !important;
    margin:0px !important;padding:0px !important;
    float: none;
    }

    I want the video box to be 100% , it's too thin and floating right ..

    Thanks!

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    Looks good to me, sometimes you need to empty the browser catch or use an extension like CSS Reloader to see the changes right away

  • Options

    i use consolidator etc , the CSS reloader plugin clears ALL cache even if other plugins are used ?

  • Options

    The chat history seems to disappear ?

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited June 2015

    @newzealandgirls said:
    i use consolidator etc

    I try to avoid those because they mess up things...

    The chat is an iframe or an embed you must apply the css to that not the #Content

Sign In or Register to comment.