The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MixPod Playlist MP3 Player in Profile Details »» | ||||||||||||||||||||||||||||||||||||
MixPod Playlist MP3 Player in Profile
(please nominate for mod of the month) Should work fine on 3.6x and up This will add a new mini block in your member's profiles to integrate your member's own MixPod.com playlist mp3 player! All mp3's are taken from various online media sites such as YouTube and several other sites. It also allows you to upload your own hosted mp3 files as well! LIVE DEMO: click here Installation
............................. Step #1 (Edit template based on the version you installed, default or custom-color) Edit template memberinfo_block_mixpod
Code:
<if condition="$userinfo[fieldx]"> <div id="mixpod" class="tborder content_block"> <h4 class="thead block_title"> <a href="#top" class="collapse_gadget" onclick="return toggle_collapse('mixpod')"><img id="collapseimg_mixpod" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a> <a name="albums"></a> <span class="block_name">My MixPod Playlist</span> </h4> <div class="block_content" id="collapseobj_mixpod" style=""> <div class="alt2" align="center"> <embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[fieldx]" quality="high" wmode="window" bgcolor="ffffff" flashvars="mycolor=4d528c&mycolor2=f2a0f9&mycolor3=ffffff&autoplay=false&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed> </div> </div> </div> </if> Custom-Color Version: Edit template memberinfo_block_mixpod
Code:
<if condition="$userinfo[fieldX]"> <div id="mixpod" class="tborder content_block"> <h4 class="thead block_title"> <a href="#top" class="collapse_gadget" onclick="return toggle_collapse('mixpod')"><img id="collapseimg_mixpod" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a> <a name="albums"></a> <span class="block_name">My MixPod Playlist</span> </h4> <div class="block_content" id="collapseobj_mixpod" style=""> <div class="alt2" align="center"> <embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[fieldX]" quality="high" wmode="window" bgcolor=$userinfo[fieldX] flashvars="mycolor=$userinfo[fieldX]&mycolor2=$userinfo[fieldX]&mycolor3=$userinfo[fieldX]&autoplay=true&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed> </div> </div> </div> </if> Step #2 Edit template MEMBERINFO and search for Code:
$blocks[groups] $blocks[visitors] Code:
$blocks[groups] $blocks[mixpod] $blocks[visitors] Your members will now go to their control panel's Edit Details area to fill in their playlist ID. See screenshot for example. Quote:
*********** CHANGELOG *********** May 6th 2009
Please show your appreciation by voting and clicking install :up: * Please Note: No Support Provided via PM or Email, only in This Thread for those who click Install * Download Now
Screenshots
Show Your Support
|
Comments |
#42
|
|||
|
|||
Any word on if the player can be made to pop out or "float" so that members do not have to stay on someones profile page to listen to the player?
|
#43
|
|||
|
|||
Trying to figure out how to set the player to "NOT" start automatically and also change the volume to start at 50%. Did the following but nothing changed:
Changed the following (highlighted) in "Memberinfo_block_mixpod" template: <embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[field6]" quality="high" wmode="window" bgcolor=$userinfo[field7] flashvars="mycolor=$userinfo[field8]&mycolor2=$userinfo[field9]&mycolor3=$userinfo[field10]&autoplay=true&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px; "></embed> Changed to: <embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[field6]" quality="high" wmode="window" bgcolor=$userinfo[field7] flashvars="mycolor=$userinfo[field8]&mycolor2=$userinfo[field9]&mycolor3=$userinfo[field10]&autoplay=false&rand=1&f=4&vol=50&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px; "></embed> Logged out, logged back in and player still starts automatically with full volume. Any ideas? Thx, |
#44
|
|||
|
|||
I found out how to change the mixpod styles replace the old embed with this
<embed src="http://assets.myflashfetish.com/swf/mp3/fetish-mp3player.swf?myid=$userinfo[fieldx]" quality="high" wmode="transparent" flashvars="mycolor=000000&mycolor2=545454&mycolor3 =ffffff&autoplay=true&rand=0&f=4&vol=100&pat=0&gra d=true" width="219" height="35" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:219px;height:200px;" /><br></embed> field x is your mixpod playlist field if you want to change it to other players what you do is the following. 1) log in to mixpod and change your player 2) save and get code 3) search in the code for .swf (this is the flash file) replace link in the top bar for example you would replace the one in the red 4) edit the blue fields to fit your profiles pages as needed blue is width and height |
#45
|
|||
|
|||
Awesome Mod! Very Easy to Use Web Site for making a Playlist. Blows LoudFusion away! I added for custom field descriptions hyperlink to web site and a hyperlink to a color chart for users to easily choose their colors.
|
#46
|
|||
|
|||
I have installed this mod...and I am having a problem. Some of the members of my forum do not see the player at all when they visit profiles. I have used their username/password and I don't see the mixpod player either.
Is this a problem with permissions or the code? I really need to correct this...thanks! |
#47
|
|||
|
|||
fantastic!!!! this works great.nominated and installed
|
#48
|
|||
|
|||
This is awesome !!
Thanks mate =] |
#49
|
|||
|
|||
Is there any plans for a 4.0.2 version of this mod or will this work the way it is?
|
#50
|
||||
|
||||
is it possible to put this player on index page of the forum?
|
#51
|
||||
|
||||
<font color="DarkOrchid">Just wondering if it's posible to install this on vB4.... 'cuz I really want this add-on D': ... maybe a upgrade to vb4 is on the way?</font>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|