• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Dailymotion Video / Error on adding video from front end

Started by w4q45,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

w4q45Topic starter

I get this screen after i add a dailymotion video link. but it works fine in the adminpanl of phpvibe. i have attached the screen shot. it does not pick the thumnail, video name or anything else. wors fine for youtube.
i am using blue host
  •  

PHPVibe A.

I think Dailymotion changed their url structure recently, some videos work, some do not.
We are aware and looking into it.

w4q45Topic starter

If so why its working at backend.
All same link which does not work on front end works fine on back end
  •  

PHPVibe A.

I'm not sure, they use the same class.
I've checked now and you are right.
I'll check the code.

PHPVibe A.

It was the jquery thing added to help with mod_security issues.

Remove:

$("#vfile,#remote-img").change(function(e){
  $(this).val($(this).val().replace("http://","www."));
  $(this).val($(this).val().replace("www.www.","www."));
});


from:

/tpl/main/js/phpvibe_app.js

Similar topics (7)