Pedro Prez
184 days ago
Hi people!
in these day im working in this mod. Youtube video.
This plugin work thanks to Youtube api. So you can upload videos and then view in your portal.
Is very simple but is a preliminary version so is easy to crash ;)
Sorry for my english i hope this plugin like to all.
So...enjoy.
PD: Read the video_user_instructions_.txt for install
View gallery

View video

Settings

Webgali, thanks for test the mod.
i will work in theses bugs!
in these days i will solve this problems.
thanks!
Pedro Prez 183 days ago
I downloaded and installed according to the ideo_user_instructions_.txt. There are a few problems.
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
Also the latest activity page get's disabled when anything is uplaoded to the videos. When selecting all site videos my videos are the only ones showing up even though others have uploaded tot he public domain..
Ciaphas 183 days ago
i think that /mod/videos/views/default/video/forms/uplad.php is brouken
i find thad string
<label><?php echo elgg_echo("video"); ?></label>
<= echo elgg_view("input/file",array('internalname' => "upload_video")); ?>
and fix it like that:
<label><?php echo elgg_echo("video"); ?></label>
<?php echo elgg_view("input/file",array('internalname' => "upload_video")); ?>
and now the form is show,
but stil i have problem :
yt:validationinvalid_charactermedia:group/media:keywords/text()yt:validationinvalid_charactermedia:group/media:category[@scheme='http://gdata.youtube.com/schemas/2007/developertags.cat']/text() 0
how to fix it?
any idea's
sorry about my torrible english
rogal 183 days ago
hi rogal,
yt:validationinvalid_charactermedia:group/media:keywords/text()yt:validationinvalid_charactermedia:group/media:category[@scheme='http://gdata.youtube.com/schemas/2007/developertags.cat']/text() 0
this problem is because youtube api not support space in tags so you can solve this changing line 81 in videos/action/upload.php for this line
$myvideo->setVideoTags(str_replace(' ', '_', $sTags));
i was testing and work fine.
good luck and sorry for my english too ;)
Pedro Prez 183 days ago
I think it will be nice, if the error messages displayed are more understandig to the common users. now the errors are displayed in a white scree. why can't they get displayed in the usual elgg format in the form of system message?
Sorry 4 the bad english :-)
Webgalli 181 days ago
is this working properly yet?
Dave Catherall 179 days ago
does anyone has this working stable? i am not able to
steven 177 days ago
Will this work with Vimeo too?
Drew 177 days ago
Hi thanks for the plug. Is anyone have information about the youtube API limitation ??? is there a max upload ?? is there a max bandwidth ?? is there a commercial youtube API solution (thinking about the googlemap api which exceed a certain number of request per day).
thnx!
spicyjr 173 days ago
i think there is a problem with access. what ever is the access the videos posted in my site will become publically available in you tube and aol. so whats the need of private and loggedin users access so that people can get these videos from youtube or aol. is it possible to make those videos unavailble from youtube and aol.
prem 147 days ago
it is missing the start.php! now i odnt know what to do :S
yeyeman9 84 days ago
Hey Pedro any updates for Elgg 1.5? thanks!
wolvie 51 days ago
Hey guys! Have any of you tried to check if Pedro updated this mod since his last post? thanks.
wolvie 40 days ago

Webgalli
Profile
Friends
Friends of
Pages
Plugins & themes
invalid_charactermedia:group/media:keywords/text() 0 "Webgalli 183 days ago