The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vJukebox - Song and Video Management System Details »» | |||||||||||||||||||||||||||
vJukebox - Song and Video Management System
Developer Last Online: Jul 2020
vJukebox v 0.9.0 Alpha
What does this do? This is a Jukebox system, you can add and listen to/play videos/songs, users can rate the media, comment it, and much more! Updates: 0.9.0 - Total Rewrite, several new features, template overhall. 0.8.1 - Fixed several bugs that I overlooked at first distribution. Known Bugs: File Writing Error - Fix by Replicators, See this post. To Install: 1. Import the product xml file in this folder. 2. Upload all files in the upload folder. 3. Create a folder named media in your forumroot (or another name, you can edit the name of the folder you want to upload media in, in the ACP settings. CHMOD 777 3. Enjoy. Please note: I will not officially support this until we get into the beta phases. If you want to add a link to this in the navbar: In the template: navbar ============================= FIND: ============================= <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> ============================= BELOW THIS, ADD: ============================= <td class="vbmenu_control"><a href="jukebox.php?$session[sessionurl_q]">Jukebox</a></td> ============================= Bug Reporting: Please report all bugs to: http://www.digitalsupremacy.com/forums/vbugs.php Please Donate if you want the product to grow. I'll donate 15% of all donations I get for this project to Unicef as well. Supporters / CoAuthors Show Your Support
|
Comments |
#412
|
|||
|
|||
Quote:
|
#413
|
|||
|
|||
Quote:
Code:
switch ( $media['extension'] ) { case 'mp3': if ( $vbulletin->options['jukebox_flashmp3'] ) { $media['url'] = $vbulletin->options['bburl'].'/players/mp3player.swf?file=' . htmlentities( urlencode( $media['url'] ) ) . '&autoPlay=true'; $media['height'] = 20; $media['mime']='application/x-shockwave-flash'; $media['type']='adobe_flash'; |
#414
|
||||
|
||||
I am getting this error below while trying to upload a song or video...
Quote:
|
#415
|
||||
|
||||
Quote:
|
#416
|
|||
|
|||
I fixed two issues that I had with this today (I've been hacking mine to pieces).
Here was my player: I had two issues. One, the big white box. This is because while Mozilla is smart enough to ignore some tags, IE isn't. So IE was parsing BOTH the Mozilla player and the IE player. It could render one and not the other, so I ended up with the double-box. Adding: Code:
style="*display:none;" Secondly, after I fixed that, I noticed that the player itself didn't blend in with my background - the box around it was still white. I added: Code:
<PARAM NAME=bgcolor VALUE="#555555"> Voila! Happy, cross-browser, color-coordinated flash player. Here's my whole object call. Colored text is what I added: Code:
<object data="$media[url]" type="$media[mime]" width="$media[width]" height="$media[height]" class="player_mozilla" style="*display:none;"> <PARAM NAME=bgcolor VALUE="#555555"> <param name="play" value="$media[autoplay]" /> <param name="wmode" value="opaque" /> <param name="quality" value="high" /> </object> On an unrelated note, jukebox_medianotactive phrase is also missing. |
#417
|
||||
|
||||
Chris are you running on Firefox because I am and the player does not loads for me. :\
|
#418
|
|||
|
|||
Yeah, I've tested it on FF as well. I have it set to use the flash player by default, not Windows Media.
|
#419
|
||||
|
||||
And how do I do that? I'm really new to this jukebox stuff you know.
|
#420
|
|||
|
|||
Does not work for me. Everything is in its correct place but music isnt working in IE or FF. Any suggestions? The folder is chmodded to 777
|
#421
|
|||
|
|||
Quote:
"Would you like to use a flash MP3 player or use a Windows Media Player Non-Flash Varient?". Set that to Yes. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|