форум vBSupport.ru > Форумные движки и CMS (Порталы) > CMS (Portals) > vBadvanced CMPS
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
mahmut
Продвинутый
 
mahmut's Avatar
Default vBadvanced Flash Mp3 Player
0

vBadvanced Flash Mp3 Player
i did not make the flash file so support is limited. ive tested it in IE7 and FF. this is a very simple and clean xml drivin mp3 player.

you can see it here. i placed it in the bottom of my stats module.

DEMO www.rochesterhotspot.com

install instructions

FIRST

download attached zip and unzip on your pc. in the mp3 folder you will 2 files. mp3player.swf and trackinfo.xml, you must upload these in the same directory as your cmps_index.php file (most renamed this file to index.php when installed vbadvanced) this will not work if you dont upload the attached files in the same directory that your vbadvanced index.php is.

example if you installed vbulletin in "forum" folder and vbadvanced in root your files should look like this..

PUBLIC_HTML FOLDER or root
-cmps_index.php or index.php (renamed) <~ we need our new files in same folder as this one
-mp3player.swf
-trackinfo.xml
FORUM FOLDER
-all your vbulletin files (there is a index.php in this folder, this is your vb forum index.. wrong one)


SECOND

open up trackinfo xml in cpanal or your ftp.. inside the file the first line says somthing like..

Code:
<tracks autoplay="Y" startvolumelevel="50">
by default its set to play when your page is opened. if you wish to not have it play automaticaly change the Y to N.. simple so far

underneath this you will see 10 lines that are somthing like this

Code:
<track name="track 1" path="track1.mp3" repeatcount="99" />
i used full paths starting w/ http to the mp3 files.. if you do not use all 10 lines remove the lines your not using. if you want the tracks to loop change 99 to 1...ok we can save this file and move on.

THIRD

We need to add this to a template. again i added mine to the bottom of my stats module.

admin cp > Styles & Templates > Style Manager > in the drop down choose "EDIT TEMPLATES"

expand vbadvanved cmps templates and open advanced_portal_stats

at the very bottom add

Code:
<tr>
<td class="$bgclass" align="center">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="93" height="23">
<param name="movie" value="mp3player.swf">
<param name="quality" value="high">
<PARAM NAME=bgcolor VALUE=#151515>
<embed src="mp3player.swf" quality="high" bgcolor="#151515" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="93" height="23"></embed>
</object>
</td>
</tr>
now in my above code notice the #151515 (twice) that is my alt2 css. for my style. you need to change these to match your style or you will have a dark background to your buttons.

optional.. if you want a header above the media player add this to beginning of code above..

Code:
<tr>
<td class="thead">Media Player</td>
</tr>
save!

HINT
when u make changes to this hack you will need to clear your cookies to show new changes like adding new songs. somtimes restarting IE worked and somtimes if you hold ctrl and F5 down at the same time it reloads and works.

good luck.. check out my photo album in the middle "foxy kahlua".. thumbnails that have dynamic pages and i added lightbox to open images. if there is enough interest i mught release the instructions on that too.

im using this on 3.7.beta4 and 3.0 rc2..should work on all versions. sorry if i was too step by step. i dont get on here offen and wanted to be precise for the new vbadvanced users.

Переведите, пожалуйста.
Attached Files
File Type: zip mp3player.zip (8.1 KB, 33 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 09:56 AM.


Powered by vBulletin® Version 3.0.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.