Last re-issue contained some of the coding twice, as advised by Jonpayton - Thanks for pointing this out and the feedback!Please remember to locate: var tinychat = { room: "***YOUR SITE NAME***-$roomname" in videochat/videochat.php and change ***YOUR SITE NAME***
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Does anybody have any problems with this plugin?
131 downloads, only 2 recomendations, not many errors reported.
@elggfan People dont use that recommend button that often, they only report if it doesnt work... hmmm
if you dont see any errorsor error reports then try them out :)
or if still not dare to.. ask anyone else using I believe sai chirala is using it ask him...
but always best way to test things is to use them :)
HaPPy ElGGinG :)
Do GooD :)
I'm in a recommending mood.
Just out of interest, does it allow everyone in the chatroom to use a mic? Or just the room host?
P.S. - you'll realize after a while that the leechers rarely say thanks. Just hit the download button and enjoy themselves!
Thanks guys.
@Trajan, everybody can use their mic.
With more than a couple of people in a room, I think it's better to use the 'push to talk' mode rather than an open mic.
Read this for more control informations of tinychat
http://code.google.com/p/tinychat-embed-api/wiki/embedvariables
HaPPy ElGGInG ::)
Do GooD :)
Tried it in 1.7.3 and it's not working for me. Did anybody tried it with this version ?
Seems like the code is not structured correctly so you need to set output_buffering to 4096. Edit the php.ini file and add the following line:
output_buffering = 4096
NOTE: I don't recommend it. The code should be revised. I don't like hiding bad code with output buffering.
hello
good plugin, elgg function in 1.7.6? you have to pay any license or something? no limit to the number for rooms?
sorry and thanks
this is a great idea! when will support be here for 1.8?
ii can only imaging the code required to run some of these plugins..
Plz those this plugin work on 1.8 versions
has anyone explored what is needed to upgrade this for 1.8 yet? thanx
i went through and made the changes i could see that were needed for 1.8... the plugin activates.. but when i navigate to any of the pages i get 500 internal errors..
hmm.. if anyone wants i can send them the code.
i can debug this eventually... for now i don't have access to a server with a server log i can read.
ura, if you want to share the code, i would love to see it
all i have done is replaced the deprecated function calls with the updated ones for 1.8..
and maybe some other minor changes.
i'll look at creating a github repo shortly.
there you go:
https://github.com/propertunist/elgg-videochat-tinychat-1.8
ty
@ura - you've not completely explained the status of the code @github !;o( does it work or not work or does someone else gotta have time, download, install, test, then see wazzup ?
presently the code is incomplete, changes are needed to make the github code functional.
i have not read all the dev docs for 1.8 so probably the issue is in my limited comprehension of the way the plugins structure are structured now. basically, the pages do not render at all on my test site.. though looking at the code, i don't know why that is.
link did not work ura, have found some major problems with this plugin though. will list a couple problems in the comments
other than just the layout being wrong, the form add is not there:
$area2 .= elgg_view("videochat/forms/add");
ah yes, most likely that is meant to be 'create' instead of 'add'.
i have changed that file and uploaded to github.
there are quite possibly many issues to resolve in the code.
there is a create form, and from what i can tell there is supossed to be an add form
ah right, one to create rooms and one to add people to the rooms maybe.. i never used this in 1.7 so i don't know.