PDA

View Full Version : Video BBCode: How to add new video source


SuhovDE
11 Apr 2012, 15:28
Hi all,

I'm trying to add new video source from http://ctc.ru website.

Code for share is
HTML Code:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


I do following actions:
1. Added new provider to includes/xml/bbcode_video_vbulletin.xml
PHP Code:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


2. Enabled debug mode

3. Rebuilt video bbcode

4. Modified bbcode_video template
Code:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


I was able to process link like http://videomore.ru/video/tracks/26933.xml instead of whole share code and As result I got code in message:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



But player didn't apper in message although I modified bbcode_video template. What is wrong? Any advices.