VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
а по ссылке из темы не дает скачать?
там же вроде все подробно расписано и показано, где и что редактировать
@TTR123
Простоузер
Join Date: Mar 2018
Posts: 40
Версия vB: 3.8.x
Reputation:
Novice 3
Репутация в разделе: 3
0
Only licensed members can download files
Не дает к сожалению ссылку на файл.
kerk
k0t
Join Date: May 2005
Location: localhost
Posts: 28,711
Версия vB: 3.8.x
Пол:
Reputation:
Гуру 20257
Репутация в разделе: 8432
2
For some reason, i enjoy working with all different players from around the net, like in what ways can a video/audio player help in the ways of vbulletin 3, to completely one day have vb3 players all compatible with HTML5 with the flash fall back. well, after testing with many HTML5 players, it seems, for this mod, so far mediaelement comes out on top. mind you, lets get one thing strait, at this stage, you just cannot please every single browser or device. but, this is at least, a great start for attachments in threads/posts using HTML5 with flash fall back. and mediaelement is updating all the time, so maybe, in the end, this player will work for everything, fingers crossed!
This is a very strait forward install of a HTML5/Flash Fallback Player uploaded in your MP3/MP4 uploaded attachments to threads/posts.
How to install:
1. upload the attached zip to your forums root.
2. in your postbit_attachment template, add this code to the very bottom:
3.Add this code to the bottom of your Headinclude Template: Note, Full URL is needed to support Safari.
Code:
<script src="http://www.YOURSITE.com/mediaelement/build/jquery.js" type="text/javascript">
</script>
<script src="http://www.YOURSITE.com/mediaelement/build/mediaelement-and-player.min.js" type="text/javascript">
</script>
<link rel="stylesheet" href="http://www.YOURSITE.com/mediaelement/build/mediaelementplayer.css" type="text/css" />
4.Add this code to the bottom of your Footer Template:
Code:
<script type="text/javascript">
//<![CDATA[
// using jQuery
$('video,audio').mediaelementplayer();
//]]>
</script>
5.Upload the attached mp4.gif to your images/attach folder.
6.Add New Extension for MP3/MP4 Attachments. See Read Me Text on how to do this. http://rgho.st/8wGVSpPqC
@TTR123
Простоузер
Join Date: Mar 2018
Posts: 40
Версия vB: 3.8.x
Reputation:
Novice 3
Репутация в разделе: 3
0
Большое спасибо!
@TTR123
Простоузер
Join Date: Mar 2018
Posts: 40
Версия vB: 3.8.x
Reputation:
Novice 3
Репутация в разделе: 3
0
Не подскажете.
Всё сделал по инструкции но ошибок не было. просто не работает.
@Kurbatov
Эксперт
Join Date: Jan 2007
Location: %SystemRoot%
Награды в конкурсах:
Posts: 942
Версия vB: 3.8.x
Пол:
Reputation:
Professional 825
Репутация в разделе: 247
1
Может быть протокол у Вас на сайте https, а в скрипте указан http, вот и не отображает.
@TTR123
Простоузер
Join Date: Mar 2018
Posts: 40
Версия vB: 3.8.x
Reputation:
Novice 3
Репутация в разделе: 3
0
http: протокол.
Какой же кривой 3.8.11
@Hobot
Эксперт
Join Date: Sep 2006
Location: Единственный город Земли, расположенный с внутренней ?
Награды в конкурсах:
Posts: 3,574
Версия vB: 3.8.x
Пол:
Reputation:
Expert 2496
Репутация в разделе: 891
1
а вот это сделано?
Quote:
How to create New Extension in your Admincp for Attachment MP3/MP4.
Goto Attachments>>Attachment Manager>>Add New Extension.
For MP3, add the following.
===========================================
Extension: mp3
Max Filesize: set at your max upload size
Maximum Width: 0
Maximum Height: 0
Mime Type & Headers: Content-type: audio/mp3
Display thumbnail for this type?: no
Open this attachment in a new browser window?: no
Enabled: yes
Save.
===========================================
For MP4, Add another New Extension.
===========================================
Extension: mp4
Max Filesize: set at your max upload size
Maximum Width: 0
Maximum Height: 0
Mime Type & Headers: Content-type: video/mp4
Display thumbnail for this type?: no
Open this attachment in a new browser window?: no
Enabled: yes
Save.
===========================================