by Pedro Prez
First uploaded 439 days ago
0
Recommendations
Summary:
Full description:
Youtube Video mod
(Edit your project's description!)
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 438 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 438 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 438 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 438 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 :-)
Team Webgalli 436 days ago
is this working properly yet?
Dave Catherall 434 days ago
does anyone has this working stable? i am not able to
steven 433 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 429 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 402 days ago
it is missing the start.php! now i odnt know what to do :S
yeyeman9 339 days ago
Hey Pedro any updates for Elgg 1.5? thanks!
wolvie 306 days ago
Hey guys! Have any of you tried to check if Pedro updated this mod since his last post? thanks.
wolvie 295 days ago

Team Webgalli
Profile
Friends
Friends of
Pages
Plugins
Nice and wonderfull pluggin, but i am got some of these problems
After uploading the video instead of showing Mr.X's videos as title it shows only 's videos. ie the owner name is missing.
if i ad a space in between words in the tag it returns an error with a white screen for eg: the tag as "test video" "c5 yt:validation
invalid_charactermedia:group/media:keywords/text() 0 "No icon in the latest events after a video is posted
My system have two admins, so when the second registered admin click on the upload icon its showing the first admins name and the video is going to get uploaded in name of first admin. and i tried uploading the file. but after that i got a 500servererror. so i deleted the pluggin and then its ok. but now the problem is that i can't use it again coz itt returns the same problem :-( Is there any way i can use it again?
Thank you
Team Webgalli 439 days ago