Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Innovative Small MP3 Multi-Player Details »»
Innovative Small MP3 Multi-Player
Version: 0.0.1, by TheLastSuperman (Senior Member) TheLastSuperman is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.7.x Rating:
Released: 05-21-2009 Last Update: Never Installs: 4
Supported
Additional Files Translations Is in Beta Stage  

Innovative Small mp3 Multi-Player

By:


This BB Code will allow users to have a small mp3 player in:
  • Posts in the forums
  • Signatures i.e. Song of the day/week etc.
  • anywhere you can use BB Code Tags

*** This Player will have multiple song playing capability and will be UPDATED ASAP.

I found this while browsing: http://www.phpbb3bbcodes.com as I have some phpBB boards of my own and was tinkering as usual . It was rather simple to add as a BB Code to VBulletin and did not take much time to make it work in vB via the {param} tags etc!

Credit for the Code goes to phpbb3codes.com and the creator of the .swf player i.e. Stoker!

Time to install: 1-2 mins

Instructions:
  • Download the .zip and extract the SWF player
  • Upload the dewplayer-multi.swf into your forum root folder
  • Add new BB code:

Also I have decided post mods on vb.org by password protecting the .zip, please view the code while logged-in, below.

Code:
Hopefully you users will not be too harsh on me! The .zip is password protected, and the password displayed within a "code" bbcode so at least the users have to be logged in to obtain the password. 

The Zip's password is: vborgmp3
AdminCP --> Custom BB Codes --> Add New BB Code

Title: Multi-Song MP3 Player
Tag: manymp3
Replacement:
Code:
<object type="application/x-shockwave-flash" data="dewplayer-multi.swf?mp3={param}&amp;showtime=1" width="240" height="20"><param name="wmode" value="transparent" /><param name="movie" value="dewplayer-multi.swf?mp3={param}&amp;showtime=1" /></object>
Use {option} = NO

*The Player .swf file HAS to be in your forums ROOT folder, this will make it NOT visible in AdminCP as that is another folder i.e. admincp folder BUT it will display FINE in the forums via FireFox and Internet Explorer!

Now use the tags [manymp3]Full Song URL Here![/manymp3]

*Experienced Users can take the code replacement and hard code into forums where desired!

Demo

Enjoy!

TheLastSuperman
http://www.innovationbyinstinct.com

EDIT: This MP3 Player will soon have multiple song playing capabilities after a related coding issue is resolved HOWEVER if your looking for an MP3 Player that can handle a playlist please check out Macc's new release in April 09 --> https://vborg.vbsupport.ru/showthread.php?t=210115

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-24-2009, 04:47 AM
lm3a.net's Avatar
lm3a.net lm3a.net is offline
 
Join Date: May 2009
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks,
Reply With Quote
  #3  
Old 05-29-2009, 06:45 PM
Robert Paulson's Avatar
Robert Paulson Robert Paulson is offline
 
Join Date: Nov 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you know why it wont play a song uploaded to our servers? I've tried a few different sources and the player will not play any of the songs, though I do get the graphic of the player.
Reply With Quote
  #4  
Old 05-29-2009, 06:49 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Robert Paulson View Post
Do you know why it wont play a song uploaded to our servers? I've tried a few different sources and the player will not play any of the songs, though I do get the graphic of the player.
It has an .mp3 extension in the link correct? If you followed the instructions it should work fine. Make sure you have it setup correctly and get back to me.

Also, the player will play multiple songs via the previous/next button if you hard code it in to your forums but I have not got around to using the option in bb code yet that is all.

S-MAN
Reply With Quote
  #5  
Old 05-29-2009, 06:55 PM
Robert Paulson's Avatar
Robert Paulson Robert Paulson is offline
 
Join Date: Nov 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
It has an .mp3 extension in the link correct? If you followed the instructions it should work fine. Make sure you have it setup correctly and get back to me.

Also, the player will play multiple songs via the previous/next button if you hard code it in to your forums but I have not got around to using the option in bb code yet that is all.

S-MAN
Its strange. When I directly copy the code from your original post, I get nothing when I use the tag. When I use the code from the phpbb3 site, I get the dewplayer graphic, but it will not play the song.

The URL does have the .mp3 extension, yes. I've tried songs from our servers and from lightningmp3.com. Neither will work correctly in the player. The ability to play multiple songs caught my eye initially, pretty swanky.
Reply With Quote
  #6  
Old 05-29-2009, 06:59 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Robert Paulson View Post
Its strange. When I directly copy the code from your original post, I get nothing when I use the tag. When I use the code from the phpbb3 site, I get the dewplayer graphic, but it will not play the song.

The URL does have the .mp3 extension, yes. I've tried songs from our servers and from lightningmp3.com. Neither will work correctly in the player. The ability to play multiple songs caught my eye initially, pretty swanky.
I was just working on that part of it

Hmm sounds odd, if you want to provide admincp and ftp access via pm, make temp accounts so you can delete when done and I'll look into it, you might have the same situation as TheKdd(3.7 thread) but I would have to check.

S-MAN
Reply With Quote
  #7  
Old 05-29-2009, 07:20 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try it now, the FTP was not to your forum root however if the graphic displayed the songs should now play, you became confused is all and had pasted over or pasted parts from the phpbb site and did not use the tags around in the example as seen in your other bb codes so it was not going to work properly in vB unless you used that w/ the option box checked and had it coded in properly. Update later on the mp3 so it will do multiple songs mark as installed and look for it.

Post example code in your forums to confirm, let me know. If it is working delete those temporary accounts you made.

S-MAN
Reply With Quote
  #8  
Old 05-29-2009, 07:23 PM
Robert Paulson's Avatar
Robert Paulson Robert Paulson is offline
 
Join Date: Nov 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
Try it now, the FTP was not to your forum root however if the graphic displayed the songs should now play, you became confused is all and had pasted over or pasted parts from the phpbb site and did not use the tags around in the example as seen in your other bb codes so it was not going to work properly in vB unless you used that w/ the option box checked and had it coded in properly. Update later on the mp3 so it will do multiple songs mark as installed and look for it.

Post example code in your forums to confirm, let me know. If it is working delete those temporary accounts you made.

S-MAN
Thanks, S-Man. Where was it uploaded if not to the root? Oh well..


It seems that this didn't work either, as I'm not even seeing the graphic now. Awesome!
Reply With Quote
  #9  
Old 05-29-2009, 07:49 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Robert Paulson View Post
Thanks, S-Man. Where was it uploaded if not to the root? Oh well..


It seems that this didn't work either, as I'm not even seeing the graphic now. Awesome!
What I meant was the FTP info you provide was to an empty directory and I could not go up levels to the folders I needed i.e. the root, let me check the code again but I need to verify the location of the .swf file. It will work we just need to make sure the code pasted is correct I edited but let me straight copy/paste.

S-MAN
Reply With Quote
  #10  
Old 05-29-2009, 08:03 PM
Robert Paulson's Avatar
Robert Paulson Robert Paulson is offline
 
Join Date: Nov 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
What I meant was the FTP inof you provide was to an empty directory and I could not go up levels to the folders I needed i.e. the root, let me check the code again but I need to verify the location of the .swf file. It will work we just need to make sure the code pasted is correct I edited but let me straight copy/paste.

S-MAN
Thanks, S-Man for your help.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04545 seconds
  • Memory Usage 2,314KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete