1
Hi,
there is a bug with grant access on Xoopstube.
If i create a private category, category is visible just for the authorised group, but
the videos in this category are visibles for anonymous :
- in the last new video (on the main page on the module)
- in direct link to the videos (
http://mysite.com/modules/xoopstube/singlevideo.php?cid=6&lid=16)
===============================
Moreover, in order to use internal video : (Big tx to Nikita in French Support)
- modules/xoopstube/submit.php
replace near line 254
109 => _MD_XTUBE_MEGAVIDEO
by
109 => _MD_XTUBE_MEGAVIDEO,
200 => _MD_XTUBE_XOOPSTUBE
- Add the define "_MD_XTUBE_XOOPSTUBE" in the main.php language file
- In modules/xoopstube/admin/main.php
near line 117 replace
109 => _AM_XTUBE_MEGAVIDEO
by
109 => _AM_XTUBE_MEGAVIDEO,
200 => _AM_XTUBE_XOOPSTUBE
Now,
in the submit page,
you can choose "Xoopstube" in the list then put in "Id-Code vidéo:" myvideo.flv
(Video in flv format located in the video directory, see the module preferences)