3
I added this function to viewcat.php as mentioned but i get this error
Aucun Tout Erreur(s) (0) Deprécié(s) (1) Requête(s) (30) Bloc(s) (3) Extra (2) Temporisation(5)
Deprécié(s)
Class 'XoopsTree' is deprecated, check 'XoopsObjectTree' in tree.phpI tried
// Get video from source $video['showvideo'] = xtube_showvideo($video_arr['vidid'], $video_arr['vidsource'], $video_arr['screenshot'], $video_arr['picurl']);
in viewcat.php but This brings me
<embed src="http://www.youtube.com/v/&autoplay=0&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295">embed>
instead of
<embed src="http://www.youtube.com/v/[color=CC0000]xxxxxxx[/color]&autoplay=0&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295">embed>