- Сообщений: 39
- Спасибо получено: 1
Это форк Vinaora Nivo Slider, пришлось переименовать, в силу требования JED. Даже старую версию качать можно было только с варезных сайтов, нашпигованную троянами. Зачем оно такое, согласитесь.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
grease monkey пишет: Но по приведенной ссылке нигде не сказано, какие теги понимает бета версия нового плагина Videobox (сейчас v.5). Не смог найти.
{videobox}5AG4pQPdZoE|,ATod-zbwMDE|,BqHTJfxBRww|,S9M3WaZSTBk|,eVoGpaCz8KE|,EPhTFLJiuYQ|,nHrMsr9spRk|,gt782I7ngUc{/videobox}
{videobox}video_ID1|title1|,
video_ID2|title2|,
video_ID3|title3|,
video_ID4|title4{/videobox}
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
tekumze пишет: существует ли возможность заставить плагин не работать на одной из страниц сайта?
public_html -> plugins -> content -> videobox -> videobox.php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted Access' );
if (JURI::current() == JURI::base()) return;
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
grease monkey пишет: Aleksej, Videobox я пытался. Но по приведенной ссылке нигде не сказано, какие теги понимает бета версия нового плагина Videobox (сейчас v.5). Не смог найти.
I've tested the code above on Joomla! 3.5 running Videobox 5.0.0 beta-2 and it seems to work fine. Please check that both System - Videobox and Videobox - YouTube plugins are enabled, since Joomla! doesn't auto-enable plugins upon installation. If that doesn't solve the problem, open the System - Videobox plugin and click Save, in case the plugin settings haven't been properly saved upon installation.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.
HitkoDev commented 28 days ago
As far as I know, Continuous play only appears on the SoundClout website. When an embedded SoundCloud player finishes, it shows the Play another track suggestion, but doesn't play it automatically (see below). This is the behaviour you'll get from Videobox (unless SoundCloud changes their player, of course).
This doesn't mean changing it is impossible:
Removing the Play another track suggestion and other player modifications can be done by creating a custom player. There is a library for a custom SoundCloud player. To use it with Videobox, you have to:
- Change the getPlayerLink method in the SoundCloud adapter to return index.php?vb-video=...
- Add the playerTpl filed to the soundcloud.xml
- Implement the renderVbPlayer($videobox) method in the Videobox/SoundCloud plugin to output your custom player
- Modify the playerTpl (include custom player JS library, define the layout and style, ...)
These things are already implemented in the HTML5 adapter, you can use it as a reference. Unfortunately I don't have enough time to implement and support these kinds of features, but I'll try to help should you have any questions regarding the custom player implementation.
Пожалуйста Войти или Регистрация, чтобы присоединиться к беседе.