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)

daystorm 09-26-2006 01:27 PM

I just installed this and for some reason I uploaded the songs and urled them, but nothing is playing... when it pops up, it shows the name and 0:00 mins...

syrus.xl 09-26-2006 03:58 PM

Quote:

Originally Posted by daystorm
I just installed this and for some reason I uploaded the songs and urled them, but nothing is playing... when it pops up, it shows the name and 0:00 mins...

If the track name is showing then the data from the XML files is read correctly, however if the track doesn't start playing (no time showing), then the url maybe incorrect to the mp3's or the server they are hosted on has a slow connection.

Hope that helps!:)

teedizz 09-27-2006 06:42 PM

Hello, first off. Great Hack!

Im using a custon so editing my navbar wont make the " mp3 player " tag show up. I want to put the mp3 player where it says " Advertise ", of course ill change the " Advertise " pic to Mp3 Player but I dont know how. Can you advise me on how to do it. Below is the code in my header template & I know where the " # " is where i should put the path to the mp3 player but im lost when it comes to that. Can you tell me what should go there bro. Thanks

Code:

<td valign="middle"><a href="#"><img src="street/advertise.gif" border="0" alt="" /></a></td>

syrus.xl 09-27-2006 11:06 PM

Quote:

Originally Posted by teedizz
Hello, first off. Great Hack!

Im using a custon so editing my navbar wont make the " mp3 player " tag show up. I want to put the mp3 player where it says " Advertise ", of course ill change the " Advertise " pic to Mp3 Player but I dont know how. Can you advise me on how to do it. Below is the code in my header template & I know where the " # " is where i should put the path to the mp3 player but im lost when it comes to that. Can you tell me what should go there bro. Thanks

Code:

<td valign="middle"><a href="#"><img src="street/advertise.gif" border="0" alt="" /></a></td>

Hi, and thanks!:)

You will still need the javascript in the code, for the popup to work. The part of the code with the '#' symbol in tells your browser not to change the current page (but is needed for the popup code to work correctly). You're not the first to ask this question with reference to having a custom style, I remember someone else had a similar query.

Here's the modified code you would need.

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 valign="middle"><a href="#" onclick="return OpeniPod()"><img src="street/advertise.gif" border="0"></a></td>
<!-- vbMp3 Player End -->

Obviously, you would change the 'advertise.gif' to whatever the image you wish to use for the player.

Hope that helps you!:)

teedizz 09-27-2006 11:39 PM

coo, thanks bro.

pickles21 09-28-2006 09:06 PM

Hey I'm having some problems when I edit the XML file. I uploaded the songs that I want onto my server in a folder, and then I placed the URL into the XML file. BUT when I bring up the player from my forums the only songs that appear are the default ones that came with. Why is that, and what am I doing wrong? Thanks

syrus.xl 09-28-2006 09:14 PM

Quote:

Originally Posted by pickles21
Hey I'm having some problems when I edit the XML file. I uploaded the songs that I want onto my server in a folder, and then I placed the URL into the XML file. BUT when I bring up the player from my forums the only songs that appear are the default ones that came with. Why is that, and what am I doing wrong? Thanks


Hi there,

Can you PM me the url of the site, I'll have a look for you.:)

kay9 09-28-2006 10:48 PM

nice feature syrus.xl :cool: my members are loving this :laugh: many thanks!!

teedizz 09-29-2006 01:00 AM

Voted for mod of the month! ;)

syrus.xl 09-29-2006 10:01 AM

Quote:

Originally Posted by teedizz
Voted for mod of the month! ;)

:D Thanks, appreciated. I think the future releases will merit that though, not this small-mod. To me its just too small.;)

:cool:


All times are GMT. The time now is 04:02 PM.

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.01375 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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