vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - vbMp3 & XEON vbMp3 Player (https://vborg.vbsupport.ru/showthread.php?t=125817)

E.Blackadder 09-05-2006 11:26 AM

would someone help a dude who knows jack about all this...

I love the player but don't have the confidence to install it without some more help.

I have some spare webspace and hardly use any of my bandwidth so would like to store the mp3's there. Here is my folder directory, www being the root. Would someone explain to me where to create this new folder (if I actually need one) to upload my mp3's to?


http://homepage.ntlworld.com/peter.c...ebb%20tree.JPG

I don't have any clue about the contents of the playlist.xml file and need some help there too. Soundbuffers? Stream?

if my url is www.teadrinker.net and I have uploaded three tunes to the suggested folder called earlgrey.mp3, darjeeling.mp3 and englishbreakfast.mp3 would someone create an example playlist for me?

cheers folks

KevNJ 09-05-2006 11:45 AM

Quote:

Originally Posted by E.Blackadder
would someone help a dude who knows jack about all this...

I love the player but don't have the confidence to install it without some more help.

I have some spare webspace and hardly use any of my bandwidth so would like to store the mp3's there. Here is my folder directory, www being the root. Would someone explain to me where to create this new folder (if I actually need one) to upload my mp3's to?

I don't have any clue about the contents of the playlist.xml file and need some help there too. Soundbuffers? Stream?

if my url is www.teadrinker.net and I have uploaded three tunes to the suggested folder called earlgrey.mp3, darjeeling.mp3 and englishbreakfast.mp3 would someone create an example playlist for me?

cheers folks



Upload the files yto your forum root.

so it would be teadrinker.net/forum teaddrinker.net/forums etc .... where forum/forums is put the folder the vbulletin forumhome index file is located.

open the xml file and link to the mp3 files as you would do a normal link, picture etc.

lanc3lot 09-05-2006 12:20 PM

Place no more than 50 tracks in playlist

This can be changed? I plan to post more than 500 songs :)

Ty again

Ps

Also a feature : Download it for a specific usergroup, it will be awesome:D

basilrath 09-05-2006 12:26 PM

ive added the mod and ye pretty nifty works good ..............little answer if you can help .............

the coding to add it to navbar etc .i opted to make a little ipod as a pic in the forum so you click it and obviously opens the pod window.........however its "vbplayer" phrase thats linked (or whatever you put in there) and i want the image to open the pod window ............without the phrase ,,,,,,,

this is the code........

<center><!-- vbMp3 Player Start -->
<script type="text/javascript">
<!--

function OpeniPod(){
iPod = window.open('ipod.htm','iPod','directories=no,heig ht=430,width=190,location=no,menubar=no,resizable= no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><img class=""src="$stylevar[imgdir_misc]/pod.gif"></br><a href="#" onclick="return OpeniPod()">I Pod</a></td>
<!-- vbMp3 Player End -->
</center>


obviously the image shows.........but the phrase "IPod" is lnked , how can i link the image without the phrase , just looks better

you can see it here

http://www.thebigfatsofa.com

syrus.xl 09-05-2006 12:28 PM

Quote:

Originally Posted by lanc3lot
Place no more than 50 tracks in playlist

This can be changed? I plan to post more than 500 songs :)

Ty again

It's a bug I have in my ActionScript of the player itself, nothing major really just annoying. What happens is if the swf flash file tries to import the XML file with more than 50 tracks, is it causes a scripting error, which then can crash the browser. I haven't yet tried it on any other browser apart from Internet Explorer 6.0.

Hopefully, I have a fix for this problem soon. And update the package.

syrus.xl 09-05-2006 12:45 PM

Quote:

Originally Posted by basilrath
ive added the mod and ye pretty nifty works good ..............little answer if you can help .............

the coding to add it to navbar etc .i opted to make a little ipod as a pic in the forum so you click it and obviously opens the pod window.........however its "vbplayer" phrase thats linked (or whatever you put in there) and i want the image to open the pod window ............without the phrase ,,,,,,,

this is the code........

<center><!-- vbMp3 Player Start -->
<script type="text/javascript">
<!--

function OpeniPod(){
iPod = window.open('ipod.htm','iPod','directories=no,heig ht=430,width=190,location=no,menubar=no,resizable= no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><img class=""src="$stylevar[imgdir_misc]/pod.gif"></br><a href="#" onclick="return OpeniPod()">I Pod</a></td>
<!-- vbMp3 Player End -->
</center>


obviously the image shows.........but the phrase "IPod" is lnked , how can i link the image without the phrase , just looks better

you can see it here

http://www.thebigfatsofa.com

Try this code, you had tried to place the image in the onclick statement. Should work fine with this code.

Code:

<!-- vbMp3 Player Start -->
<script type="text/javascript">
<!--

function OpeniPod(){
iPod = window.open('ipod.htm','iPod','directories=no,height=430,width=190,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpeniPod()"><img src="$stylevar[imgdir_misc]/pod.gif" border="0"></a></td>
<!-- vbMp3 Player End -->


midirtrider 09-05-2006 01:27 PM

thank you syrus for the new code so only members can view.. works like a charm..

fuzionpoker 09-05-2006 01:29 PM

This looks awesome!

Is it possible to have this put into like a sidebar as you have done in digitalport?!

JoRd

midirtrider 09-05-2006 01:33 PM

one more idea..

would it be possible to have this as a imported product.. where as you can add songs direct from the admin cp instead of having to go in and alter the xml. file for each song?

not that its to difficult just takes some time :D

soletrader 09-05-2006 02:26 PM

Slight problem... working fine in Firefox but not in IE. Any suggestions? Thank you


All times are GMT. The time now is 08:42 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
  • Page Generation 0.01589 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete