The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MP3 Player in Profile Details »» | |||||||||||||||||||||||||
Before anything, I want to thank to Mini YouTube Profile and Embed MP3 coders.
With this mod, your users can have music in their profiles. All the features of this mod are: - Auto Play. - MP3 Player in Right Side Block. Install instuctions: 1.- Import product. 2.- Download Player: http://www.1pixelout.net/code/audio-...ugin/#download 3.- Upload player in forum root. 4.- Create 1 profile field: Single-Line Text Box Title: My Music (or whatever) Description: Put a complete URL to your MP3 file. Private field: Yes. Field Searchable on Members List: No Show on Members List: No Save. 5.- Edit memberinfo_block_profmp3: Code:
<if condition="$userinfo[fieldx]"> <div id="profmp3" class="tborder content_block"> <h4 class="thead block_title"> <a href="#top" class="collapse_gadget" onclick="return toggle_collapse('profmp3')"><img id="collapseimg_profmp3" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a> <a name="albums"></a> <span class="block_name">My Music</span> </h4> <div class="block_content" id="collapseobj_profmp3" style=""> <div class="alt2" align="center"><script language="JavaScript" src="http://www.yousite.com/forum/audio-player/audio-player.js"></script> <object type="application/x-shockwave-flash" data="http://www.yousite.com/forum/audio-player/player.swf" id="audioplayer4" height="24" width="220"> <param name="movie" value="http://www.yoursite.com/forum/audio-player/player.swf"> <param name="FlashVars" value="playerID=4&slider=0x303030&track=0xFFFFFF&border=0x666666&loader=0xC52C24&autostart=yes&loop=yes&soundFile=$userinfo[fieldx]"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object> </div> </div> </div> </if> Change yoursite.com/... with your domain and with the directory where you uploaded the audo player files. 6.- Edit MEMBERINFO template and search: Code:
$blocks[stats_mini] $template_hook[profile_right_mini] $blocks[friends_mini] $blocks[albums] $template_hook[profile_right_album] $blocks[groups] $blocks[visitors] Code:
$blocks[stats_mini] $template_hook[profile_right_mini] $blocks[friends_mini] $blocks[albums] $template_hook[profile_right_album] $blocks[profmp3] $blocks[groups] $blocks[visitors] Show Your Support
|
Comments |
#52
|
||||
|
||||
Works perfect!
Very easy to follow. Thanks! |
#53
|
||||
|
||||
Quick question though...how do you stop the autoplay or the looping? I tried changing it from "yes" to "no" in the plugin on the line with the following code...
Code:
value="playerID=4&slider=0x303030&track=0xFFFFFF&border=0x666666&loader=0xC52C24&autostart=yes&loop=yes&soundFile=$userinfo[fieldx]"> |
#54
|
||||
|
||||
Quote:
Each user can have their own music, and server stress is not involved. I have contacted on aim regarding other things as well: shazzdesigns |
#55
|
||||
|
||||
Same question here... Where will the MP3 files be hosted..?!?
|
#56
|
||||
|
||||
You can either host the mp3s on your own server and then place the file path url into the field or find urls from other hosting sites out there and use those to put into that field. But, each individual member can go get their own file from a company who allows uploads (do a Google search or I think there is one called file den?) and then put the url to that mp3 in the field under their 'edit your details' section that is created.
|
#57
|
|||
|
|||
With all do respect, this hack is more trouble than it's worth. Constantly fixing things... files not uploading, buffering or not loadingn at all, even small files. I've tried probably 100 + songs and only two worked for a while.
|
#58
|
||||
|
||||
I had to uninstall, all i saw was the name and that was it.
|
#59
|
|||
|
|||
It's working good in my forum now and I made no changes. Go figure? The thing I"m havng trouble doing is finding free usable mp3 links/urls. Is there a motherload of these on some site somewhere? Otherwise they are very difficult to find. I may be doing something wrong though in my seach but I think I've tried just about tried every search term combination there is..
mp3 url.... |
#60
|
|||
|
|||
Try this
Code:
http://www.upload-mp3.com |
#61
|
|||
|
|||
Can a user upload more than 1 song and to have them randomly in profile?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|