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 - MP3 player ( new ) (https://vborg.vbsupport.ru/showthread.php?t=154082)

baha 08-01-2007 10:00 PM

MP3 player ( new )
 
:D is new yesterday design :D
https://vborg.vbsupport.ru/
+Upload all the files/folders inside to your forums root directory.
+The config.xml file is very self-explanatory, so not much in the way of documentation is really needed. For example:

<time_visible>true</time_visible>

Obviously, setting that to "false" will cause the applet to not display the timer information.

<default_volume>50</default_volume>

That's clearly the default volume setting (acceptable values are integers between 0 and 100, inclusive). And so on...

The only parameter that might cause some confusion is this one:
+<play_list>http://xxx/mtvpage-com/2006-11-29_yq23_Pls-tell-me-why.mp3,pls tell me why#http://xxx/mtvpage-com/buon-oi-khi-nao-nguoi_MBK.mp3,buon oi khi nao nguoi</play_list>
- color blue : is link , red : is song
-This is the actual playlist, as shown in the blue playlist window of the MP3 Player. You must separate the items of the playlist with commas, which means that you SHOULD NOT HAVE COMMAS IN THE MUSIC TITLE! That will confuse the applet. The "#" symbol separates the title from the path to the .mp3 file.
You must change the "config.xml" name in BOTH places! Of course, also rename the actual config.xml filename to the name of your choice.
+Find in navbar
PHP Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td

After add:
PHP Code:

<!-- mp3 players -->
<
script type="text/javascript">
<!--

function 
OpeniPod(){
webcam window.open('mp3player.htm','mp3player','directories=no,height=247,width=335,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return 
false;
}

-->
</
script>
<
td class="vbmenu_control"><a href="#" onclick="return Openmp3player()">mp3player</a></td>
<!-- 
mp3 player --> 

End of template edits.http://www.++++.eu/forum/images/smilies/Onion21.gif
+++++++++++++++++

evanoo 08-02-2007 12:27 PM

thnx for this nice look will try this on my new forum :D

Zaiaku 08-02-2007 01:00 PM

I agree the look of it is very nice. Great design.

Dark Cynicus! 08-02-2007 04:15 PM

i cant get dis to work =/

syrus.xl 08-04-2007 09:55 PM

Seems very similar coding to one of my old modifications - even the javascript coding has the same OpeniPod function launch!

vbMp3 Player <--- Released last year!

xoutlawz00x 06-13-2008 05:40 PM

anyone got this to work on 3.7? any live demos


All times are GMT. The time now is 07:33 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.01087 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete