![]() |
When there will be an update??? It's been 5 months already...
|
I installed however does not work have you done any updates to this and or beta version thank for the hard work
mark:banana: |
Quote:
|
Quote:
php_value upload_max_filesize 10M I finally got around to buying another vB license so I have the rights to post around here and what not again. :p |
Yay that means a stable version will be released soon. :p
|
Quote:
|
*Cannot find phrase jukebox_mediaupdatedsuccessfully
*Windows Media Player only works in IE but not in full version. I'll report them as I find them. |
just wondering if it would be possible to have subcategories be able to be added. also maybe a good feature would be able to change height and width of media and maybe the options to pull video from youtube or google. is any ot this possible?
|
Could not find phrase 'jukebox_errorwriting_x'.
|
i get "could not find phrase jukebox_error" when i tried to put music in! WTF!
|
Quote:
|
Quote:
Code:
switch ( $media['extension'] ) |
I am getting this error below while trying to upload a song or video...
Quote:
|
Quote:
|
I fixed two issues that I had with this today (I've been hacking mine to pieces).
Here was my player: http://www.sevenstring.org/chris/jukebox_error.jpg 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"> http://www.sevenstring.org/chris/jukebox_now.jpg 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;"> On an unrelated note, jukebox_medianotactive phrase is also missing. |
Chris are you running on Firefox because I am and the player does not loads for me. :\
|
Yeah, I've tested it on FF as well. I have it set to use the flash player by default, not Windows Media.
|
And how do I do that? I'm really new to this jukebox stuff you know.
|
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
|
Quote:
"Would you like to use a flash MP3 player or use a Windows Media Player Non-Flash Varient?". Set that to Yes. |
Quote:
Quote:
|
Quote:
|
Maybe I am in idiot. I have read all 29 pages of this thread, and I my jukebox is still not working. I changed the CHMOD in the media folder to 777, added the php.ini file, and every other fix noted here. Still with no success. Is it possible for someone to look at my problem? Maybe I am overlooking something.
|
Man this hack is really (can I say the word?) up while browsing on Firefox. I still consider this hack as beta, lots of stuff needs to be fixed and such.
|
I have no problems with it in FF at all. Here's my entire jukebox_mediadisplay template. Keep in mind that I cut a lot of stuff out of it, but see if it helps:
Code:
$stylevar[htmldoctype] |
<a href="http://www.sevenstring.org/forum/jukebox.php" target="_blank">http://www.sevenstring.org/forum/jukebox.php</a>
User: test Pass: test |
This is weird. It does works fine on your forums but it doesn't on mine. It just displays the flash player's background image and then it stops, nothing plays back.
Here take a look here: http://www.finalfantasyforums.net/ju...pe=media&mid=2 |
Any problems running the vJukebox with 3.6.0?
|
Quote:
Here's a view source on my page: https://vborg.vbsupport.ru/ And then the same on yours: https://vborg.vbsupport.ru/ If so, try disabling it and see if that helps at all. |
If you are talking about the vBMicrostats hack, then yes I do have it installed.
OK I'm gonna disable it and see if it works now... |
Nah, Microstats just tosses the server load at the bottom of your page. For some reason your page output in that particular template has no whitespace where the actual applet code is.
If the template is at all customized, try reverting it. If not, it looks like something's up with the way it imported. Try pasting this code in jukebox_mediadisplay - this is my un-edited default template for it. Code:
$stylevar[htmldoctype] |
Just want to add again, this hack really, really needs a definable limit on # of files uploaded per Usergroup.
Right now if I allow regular members to upload, there's nothing stopping someone from registering to my site and chain-uploading 100 gigs of files 10MB at a time. |
Nope, still ain't working Chris. I really don't know what's going on in here.
|
Hrm. Do a view source on your page - something is still killing all of the line breaks and whitespaces. Here's a snippet of the code:
Code:
ass="normal"> testest by tsetstset</span></td> <td id="mediarate" class="vbmenu_control" nowrap="nowrap"><a href="#mediarate">Rate This Song/Video</a> <script type="text/javascript"> vbmenu_register("mediarate"); </script></td> </tr> </table> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="thead" width="50%" colspan="2">Now Playing:</td> <td class="thead" width="50%" colspan="2">Other Information:</td> </tr> <tr> <td class="panelsurround" align="center" colspan="2"> <div class="panel"> <div align="center"> <fieldset class="fieldset"><legend>testest by tsetstset</legend> <object data="http://www.finalfantasyforums.net/players/mp3player.swf?file=http%3A%2F%2Fwww.finalfantasyforums.net%2Fmedia%2F1-wwe+-+undertaker+bells+and+thunder.mp3&autoPlay=true" type="application/x-shockwave-flash" width="220" height="20" class="player_mozilla"> <param name="play" value="true" /> <param name="wmode" value="opaque" /> <param name="quality" value="high" /> </object> <!--[if IE]> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="220" height="20"> <param name="movie" value="http://www.finalfantasyforums.net/players/mp3player.swf?file=http% |
Well I got the welcome headers hack but I don't think that's the problem which is causing here. And yes I have tried on the default vB skin, still same result.
|
Quote:
I have personally tried everything here.. with no success.. as an amateur I throw in the towel and sadly un install.. this was a favorite hackon our 3.09 board.. but i cant make it work on 3.5.4 ill be checking back tho to see if it makes more progress. |
Quote:
|
As a newbie I had a request from a number of my members for an MP3 Jukebox, I loaded this up with the amended code changes and the system works fine... i can upload MP3's, I can see the MP3's .... I just can't play the MP3's...... there is no MP3 Player present.
Does anyone know what code is needed to install a Flash MP3 Player and where I need to add it???? Thanks |
The flash player is just an option in the ACP options for vJukebox.
ACP -> Jukebox -> Flash MP3 Player |
Quote:
there are some bugs in it though.. minor.... still i like it |
All times are GMT. The time now is 06:39 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|